Skip to content

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

dreking/end-to-end-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published