Skip to content

This contains an algorithm to calculate the secret key S, using Diffie-Hellman's algorithm

Notifications You must be signed in to change notification settings

Onitsiky/Diffie-Hellman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Diffie-Hellman

Do npm install on your terminal, then run the code

*If you want to test it with the test code : - in the file "diffieHellman.js" add 'export' before the function (line 19) - delete or comment the variables (line 13,14,15,16) and the "console.log(...)" (line 33)

If you find that this code was helpfull, don't forget to leave a star !

About

This contains an algorithm to calculate the secret key S, using Diffie-Hellman's algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published