6cf0a1a7e7
- Crypt-DH-0.03, Diffie-Hellman implementation - Crypt-DSA-0.12, DSA implementation - Crypt-Primes-0.50, prime number generator - Crypt-RSA-1.55, RSA implementation - Crypt-Random-1.23, cryptographically secure random number generator all written in pure perl
7 lines
334 B
Plaintext
7 lines
334 B
Plaintext
Crypt::DH is a Perl implementation of the Diffie-Hellman key
|
|
exchange system. Diffie-Hellman is an algorithm by which two
|
|
parties can agree on a shared secret key, known only to them.
|
|
The secret is negotiated over an insecure network without the
|
|
two parties ever passing the actual shared secret, or their
|
|
private keys, between them.
|