Ports Search

Results 13,09113,100 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
security/Crypt-GeneratePassword-0.05 (Score: 1.5577191E-4)
Generate secure random pronounceable passwords
Crypt/GeneratePassword version 0.02 =================================== This module lets you generate secure random passwords with a reasonable amount of pronounceability. It avoids the problems associated with the FIPS-181 NIST standard as used by Crypt::RandPasswd. See perldoc for more details.
security/Crypt-HCE_MD5-0.75 (Score: 1.5577191E-4)
Perl extension implementing one way hash chaining encryption using MD5
This module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. Two interfaces are provided in the module. The first is straight block encryption/decryption the second does base64 mime encoding/decoding of the encrypted/decrypted blocks. The idea is the two sides have a shared secret that supplies one of the keys and a randomly generated block of bytes provides the second key. The random key is passed in cleartext between the two sides. An example client and server are packaged as modules with this module. They are used in the tests.
security/Crypt-HCE_SHA-0.70 (Score: 1.5577191E-4)
Perl5 interface to one way hash chaining block cipher
This module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. Two interfaces are provided in the module. The first is straight block encryption/decryption the second does base64 mime encoding/decoding of the encrypted/decrypted blocks. The idea is that the two sides have a shared secret that supplies one of the keys and a randomly generated block of bytes provides the second key. The random key is passed in cleartext between the two sides. An example client and server are packaged as modules with this module. They are used in the tests.
security/Crypt-NULL-1.02 (Score: 1.5577191E-4)
Perl implementation of the NULL encryption algorithm
This is Crypt::NULL. Perl module for NULL Encryption Algorithm. The NULL Encryption Algorithm is a symmetric block cipher described in RFC 2410 by Rob Glenn and Stephen Kent. This module implements NULL encryption. It supports the Crypt::CBC.
security/Crypt-OpenSSL-EC-1.01 (Score: 1.5577191E-4)
Perl extension for OpenSSL EC (Elliptic Curves) library
This module provides a standard (non-OO) interface to the OpenSSL EC (Elliptic Curve) library. Some OO Calls are supported. Most of the functions described in openssl/ec.h are supported.
security/Crypt-Loki97-1.0.1 (Score: 1.5577191E-4)
Perl extension for Loki97 block cipher
Loki97 is 128-bit block cipher that accepts a variable-length key. It was designed by Lawrie Brown, Josef Pieprzyk, and Jennifer Seberry. The default key length in this implementation is 128 bits. Loki97 was one of the 15 candidates for the AES.
security/Crypt-OpenSSL-RSA-0.28 (Score: 1.5577191E-4)
Perl5 module to RSA encode and decode strings using OpenSSL
Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are somewhat shorter than the block size of a key. It also allows for decryption, signatures and signature verification.
security/Crypt-RC4-2.02 (Score: 1.5577191E-4)
Perl implementation of the RC4 encryption algorithm
A simple implementation of the RC4 algorithm, developed by RSA Security, Inc. Here is the description from RSA's website: RC4 is a stream cipher designed by Rivest for RSA Data Security (now RSA Security). It is a variable key-size stream cipher with byte-oriented operations. The algorithm is based on the use of a random permutation. Analysis shows that the period of the cipher is overwhelmingly likely to be greater than 10100. Eight to sixteen machine operations are required per output byte, and the cipher can be expected to run very quickly in software. Independent analysts have scrutinized the algorithm and it is considered secure. Based substantially on the "RC4 in 3 lines of perl" found at http://www.cypherspace.org Seamus Venasse <svenasse@polaris.ca>
security/axTLS-1.4.9 (Score: 1.5577191E-4)
SSL/TLS client/server library implementation
The axTLS project is an SSL client/server library using the TLSv1 protocol. It is designed to be small and fast, and is suited to embedded projects. A web server is included.
security/Crypt-Rijndael_PP-0.05 (Score: 1.5577191E-4)
Perl implementation of Rijndael
This is a pure perl implementation of the new AES Rijndael. You want to use Crypt::Rijndael where available. This implementation is really slow, but I am working on it.