Skip to content

This repo contains an example implementation of encryption and decryption of a message using a shared key generated by ecdsa key pair between 2 different users.

License

Notifications You must be signed in to change notification settings

raadhshenshahhaseeb/ecdsa-encrypt-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key exchange, Encryption and Signature Verification

Overview

This code demonstrates how 2 different users can generate a shared key to encrypt and decrypt the message between each other. In this code, we simply generate a private/public key pair based on ECSDA. Using the private key of sender and public key of receiver, we can generate a shared key. This shared key can be used to encrypt and decrypt a message between both parties. The encryption and decryption mechanism is managed using AES package.

About

This repo contains an example implementation of encryption and decryption of a message using a shared key generated by ecdsa key pair between 2 different users.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages