Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manju07/sign-verify

Sign and verify through SSH public and private keys
https://github.com/manju07/sign-verify

private-key-encryption public-key-authentication public-key-cryptography sign ssh verify

Last synced: about 10 hours ago
JSON representation

Sign and verify through SSH public and private keys

Awesome Lists containing this project

README

        

# sign-verify
Sign and Verify data using ssh public and private keys.

### Steps to start the Application.
* Need to install all node packages by running command "npm install".
* Then start application with command "npm run start".
* Now application will be running on this URL - http://localhost:3000
* You can see sign page by openning this URL - http://localhost:3000/sign
* and You can see verify page by openning this URL - http://localhost:3000/verify