Ports Search

Results 13,05113,060 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
security/Authen-SASL-SASLprep-1.01.1 (Score: 6.4754924E-5)
Stringprep Profile for User Names and Passwords (RFC 4013)
Authen::SASL::SASLprep implements the SASLprep specification, which describes how to prepare Unicode strings representing user names and passwords for comparison. SASLprep is a profile of the stringprep algorithm.
security/Authen-CyrusSASL-0.01 (Score: 6.4754924E-5)
Perl5 module for accessing the SASL authentication daemon
The Authen::CyrusSASL module provides a simple class that allows you to send request to the cyrus-sasl's authen daemon. This module is based on the Authen::Radius module with the similar interface.
security/Cisco-Hash-0.02 (Score: 6.4754924E-5)
De- and encrypts Cisco type 7 hashes
This Module decrypts all kind of Cisco encrypted hashes also referred to as type 7 passwords. Further you can encrypt any given string into a encrypted hash that will be accepted by any Cisco device as an encrypted type 7 password.
security/Crypt-CAST5-0.05 (Score: 6.4754924E-5)
CAST5 block cipher
This module provides an implementation of the CAST5 block cipher using compiled C code for increased speed. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares.
security/Crypt-GeneratePassword-0.05 (Score: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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.