This is a simple implementation of Digital Signature using Public Key Cryptography and Crypto
$ npm run generate
# This will generate public and private keys into the keys folder
$ npm run sign
# This will sign a document using RSA-SHA256 algorithm with privateKey and creates signatures into the signatures folder
$ npm run verify
# This will verify a signature with public key
$ npm run qr
# This will generate QR from signatures