Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-umairkhan/signature_validation
Validate signature using asymmetric cryptography.
https://github.com/i-umairkhan/signature_validation
cryptography ethereum javascript
Last synced: 2 days ago
JSON representation
Validate signature using asymmetric cryptography.
- Host: GitHub
- URL: https://github.com/i-umairkhan/signature_validation
- Owner: i-umairkhan
- Created: 2022-12-07T18:21:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T09:09:32.000Z (almost 2 years ago)
- Last Synced: 2023-11-05T14:34:42.730Z (about 1 year ago)
- Topics: cryptography, ethereum, javascript
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This code will generate public key and address from private key also sign messages with private key and verify them also by public key.
private key ➡️ public key ➡️ address ➡️ signature ➡️ recoverd key ➡️ signature validation.