Javascript implementation of Elliptic curve Diffie-Hellman key exchange over Curve25519
In cryptography, Curve25519 is an elliptic curve offering 128 bits of security and designed for use with the elliptic curve Diffie–Hellman (ECDH) key agreement scheme. It is one of the fastest ECC curves; it is not covered by any known patents, and it is less susceptible to weak random-number generators. The reference implementation is public domain software.
The original Curve25519 paper defined it as a Diffie–Hellman (DH) function. Daniel J. Bernstein has since proposed that the name Curve25519 be used for the underlying curve, and the name X25519 for the DH function.
- CryptoEsel - Safe and secure file transfer
- http://tweetnacl.cr.yp.to/
- https://github.com/dchest/tweetnacl-js
- https://github.com/rev22/curve255js/
- http://www.flownet.com/ron/code/djbec.js
- https://cr.yp.to/ecdh.html
- https://gnunet.org/svn/gnunet-java/src/main/java/org/gnunet/util/crypto/Ed25519.java
- http://www.movable-type.co.uk/scripts/sha256.html
- http://samuelkerr.com/?p=431