Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 377 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 377 Bytes

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.

How to Run

  1. Download Node js. Crypto library will be pre-installed
  2. If not, using the terminal, navigate to the project folder then type: npm i crypto
  3. Run the app by typing node index.js