Skip to content

Cryptography-demo-in-NodeJs/DiffieHellman

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/DiffieHellman.git

Open 2 terminals one for Alice one for Bob

cd Alice
npm i 
cd Bob 
npm i 

Start the servers bob first

node bob.js
node alice.js

About

Deffie Hellman without MITM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published