Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.