Skip to content

This repo describes how to use the shared secret (generated using ECDH between two clients - Alice and Bob) to send encrypted messages between them using AES 256.

Notifications You must be signed in to change notification settings

trulymittal/ECDH-AES-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elliptic-curve Diffie–Hellman (ECDH) + AES 256 (CTR)

This repo describes how to use the shared secret (generated using ECDH between two clients - Alice and Bob) to send encrypted messages between them using AES 256

How to use this repo

  1. Clone the repo using
git clone https://github.com/trulymittal/ECDH-AES-nodejs.git
  1. Open terminal inside the downloaded project and install the dependencies using:
npm install
  1. Finally run the script using:
npm start

Authors

License

This project is licensed under the MIT License.

About

This repo describes how to use the shared secret (generated using ECDH between two clients - Alice and Bob) to send encrypted messages between them using AES 256.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published