Skip to content

hamidosouli/Digital-Signature

Repository files navigation

Digital Signature using Node.js, Crypto

This is a simple implementation of Digital Signature using Public Key Cryptography and Crypto

Usage

$ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •