This repo describes how to use the shared secret (generated using ECDH between two clients - Alice and Bob) to send authenticated encrypted messages between them using AES-256-GCM
In this repo we will use only the crypto module that is built inside nodejs.
- Clone the repo using
git clone https://github.com/trulymittal/ECDH-AES-256-GCM.git
- Open terminal inside the downloaded project and install the dependencies using:
npm install
- Finally run the script using:
npm start
This project is licensed under the MIT License.