Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgericke/jdiffiehellman
A fairly old conceptual Diffie Hellman implementation in C, using the Miracl big number library
https://github.com/jgericke/jdiffiehellman
Last synced: 15 days ago
JSON representation
A fairly old conceptual Diffie Hellman implementation in C, using the Miracl big number library
- Host: GitHub
- URL: https://github.com/jgericke/jdiffiehellman
- Owner: jgericke
- Created: 2014-05-26T14:23:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T14:27:17.000Z (over 10 years ago)
- Last Synced: 2024-10-11T04:24:52.548Z (about 1 month ago)
- Language: C
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
J(ules') Diffie Hellman Implementation
A Diffie Hellman implementation using the Miracl library, for learin' purposes only. This was written late in 2006 (making me around 22 at the time), and I have
no recollection/take zero responsibility for it ;)Before committing, I've managed to successfully compile it against the latest (at the time of writing 7.0.0) version of miracl (https://github.com/CertiVox/MIRACL),
'make' in the src directory should do it. On Linux, libbsd will be needed for arc4random (the original dev machine was running OpenBSD 3.8!). If I recall
a lot of this demo was later used in my MARs crypto crackme, the source to which I lost some time back.