Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第9,1419,150项(搜索用时0.011秒)
security/Authen-OATH-1.0.0 (Score: 1.3917367E-4)
OATH one time passwords implementation
The Authen::OATH module provides a Perl implementation of the HOTP and TOTP One Time Password algorithms as defined by OATH (http://www.openautentication.org).
security/Authen-SASL-2.16 (Score: 1.3917367E-4)
Perl5 module for SASL authentication
SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share.
security/Crypt-Chimera-1.01 (Score: 1.3917367E-4)
Perl extension for Chimera key exchange protocol
The Chimera key exchange protocol generates a shared key between two parties. The protocol was shown to be INSECURE. This module is therefore released for purely academic curiosity.
security/Crypt-Random-TESHA2-0.01 (Score: 1.3917367E-4)
Random numbers using timer/schedule entropy
Crypt::Random::TESHA2 implements userspace voodoo entropy. You should use a proper O/S supplied entropy source such as /dev/random or the Win32 Crypt API.
security/Digest-1.17 (Score: 1.3917367E-4)
Modules that calculate message digests
This is just a simple frontend module for autoloading of various Digest:: modules. It also provide documentation of the interface that all Digest:: modules should provide.
security/Crypt-Shark-1.0.1 (Score: 1.3917367E-4)
Perl extension for Shark block cipher
Shark is 64-bit block cipher that accepts a 128-bit key. It was designed by Vincent Rijmen, Joan Daemen, Bart Preneel, Antoon Bosselaers, and Erik De Win.
security/checkpassword-0.90 (Score: 1.3917367E-4)
Simple password-checking interface
Checkpassword provides a simple, uniform password-checking interface to all root applications. It is suitable for use by applications such as login, ftpd, and pop3d.
security/Crypt-Rijndael-1.11 (Score: 1.3917367E-4)
Perl module that implements the Rijndael cipher
Crypt::Rijndael is a Crypt::CBC compliant Rijndael encryption module that implements the Rijndael cipher, which has just been selected as the new Advanced Encryption Standard (AES).
security/Crypt-XTEA-0.0107 (Score: 1.3917367E-4)
Implementation of the eXtended Tiny Encryption Algorithm
In cryptography, XTEA (eXtended TEA) is a block cipher designed to correct weaknesses in TEA. The cipher's designers were David Wheeler and Roger Needham of the Cambridge Computer Laboratory, and the algorithm was presented in an unpublished technical report in 1997 (Needham and Wheeler, 1997). It is not subject to any patents. Like TEA, XTEA is a 64-bit block Feistel cipher with a 128-bit key and a suggested 64 Feistel rounds (i.e 32 cycles). Crypt::XTEA uses the recommended value of 32 cycles by default. This module implements XTEA encryption. It supports the Crypt::CBC interface.
security/Digest-Hashcash-0.04 (Score: 1.3917367E-4)
Perl extension for Hashcash hash algorithm
This module implements the hashcash hash (or digest, although it's not clearly a digest). For all your information needs please visit http://www.hashcash.org.