Ports Search

Results 12,63112,640 of 17,660 for descr%3A%22spam filter%22.(0.013 seconds)
security/subversion-1.9.4 (Score: 1.1597805E-4)
KDE KWallet integration for Version control system
Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). This port adds KDE KWallet support to Subversion.
security/nettle-3.2 (Score: 1.1597805E-4)
Low-level cryptographic library
Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
security/Authen-SASL-SASLprep-1.01.1 (Score: 1.1597805E-4)
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: 1.1597805E-4)
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: 1.1597805E-4)
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: 1.1597805E-4)
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: 1.1597805E-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.1597805E-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.1597805E-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.1597805E-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.