This is a way to achieve End to End Encryption using Diffier Hellman Key Exchanges and adding AES encryption algorithm to transport the message using Node JS Crypto Library.
- Download Node js. Crypto library will be pre-installed
- If not, using the terminal, navigate to the project folder then type:
npm i crypto
- Run the app by typing
node index.js