/Deffie-Hellman-Key-Exchange-Algorithm

Implementation of Deffie-Hellman Key Exchange Algorithm using Node.js

Primary LanguageJavaScript

Clone the repo

git clone https://github.com/praneshp1org/Deffie-Hellman-Key-Exchange-Algorithm.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

Demo Alt Text