Crypt::Random
v0.23, Beta.
Sep 21, 2000. |
README
DOWNLOAD
CPAN
|
|
Crypt::Random is an interface module to the /dev/random device found on most
modern Unix systems. It provides functions for converting random data from
the device to arbitrarily large integer values of specified bitlength.
|
Crypt::Primes
v0.32, Alpha.
Sep 10, 2000. |
README
DOWNLOAD
DEVELOPMENT SCREENSHOT
|
|
Provable prime number generator for cryptographic applications. Implements
Ueli Maurer's algorithms to recursively generate large primes that are
uniformly distributed in a given interval. Module provides visual
progress indicators at two levels of verbosity. largeprimes, a user-level
interface to the class is bundled with this distribution.
|
Crypt::ElGamal
v0.21, Pre Alpha.
Apr 22, 1999. |
README
DOWNLOAD |
|
ElGamal is a public key encryption system based on the intractability of the discrete
logarithm problem. This module implements ElGamal digital signatures and key generation.
|
Crypt::Gost
0.41,Production.
Aug 21, 1999. |
GOST PAGES
DOWNLOAD |
|
GOST is a 64-bit symmetric cipher from the former Soviet Union. It uses a
256 bit key and some additional secret information in form of sbox
permutations. This module implements Gost encryption/decryption and
sbox generation routines.
|
Crypt::TripleDES
0.24, Production.
Oct 19, 1999. |
DOWNLOAD
|
|
This module implements 3DES encryption in ECB mode. The code is based on Eric Young's implementation
of DES in pure perl.
|
Tie::EncryptedHash
1.00, Production.
Sep 21, 2000. |
README
|
DOWNLOAD
|
|
Tie::EncryptedHash augments Perl hash semantics to build secure,
encrypting containers of data. Tie::EncryptedHash introduces special
hash fields that are coupled with encrypt/decrypt routines to encrypt
assignments at STORE() and decrypt retrievals at FETCH().
|