Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manju07/sign-verify
- Owner: manju07
- Created: 2018-03-16T05:23:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T05:50:41.000Z (almost 6 years ago)
- Last Synced: 2023-07-15T08:28:15.226Z (over 1 year ago)
- Topics: private-key-encryption, public-key-authentication, public-key-cryptography, sign, ssh, verify
- Language: CSS
- Homepage:
- Size: 1.77 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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