Skip to content

Cryptography-demo-in-NodeJs/DiffieHellmanWithMITM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clone the repo

git clone https://github.com/Cryptography-demo-in-NodeJs/DiffieHellmanWithMITM.git

Open 3 terminals first for Alice, second for Bob and third for Man in the Middle.

cd Alice
npm i 
cd Bob 
npm i 
cd Middleman 
npm i 

Start the servers

node index.js

About

Diffie Hellman with man in the middle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published