Skip to content

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

Notifications You must be signed in to change notification settings

praneshp1org/Deffie-Hellman-Key-Exchange-Algorithm

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/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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published