Ports Search

Results 13,10113,110 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
security/MD5-2.03 (Score: 1.5577191E-4)
wrapper to the Digest::MD5 module
The current MD5 module is just a wrapper around the Digest::MD5 module. It is provided so that legacy code that rely on the old interface still work and get the speed benefit of the new module.
security/Digest-DJB-1.00 (Score: 1.5577191E-4)
Perl extension for D.J Bernstein's hash algorithm
Digest::DJB is an implementation of D. J. Bernstein's hash which returns a 32-bit unsigned value for any variable-length input string. An equivalent pure Perl version is also available: Digest::DJB::PurePerl.
security/Digest-Bcrypt-1.206 (Score: 1.5577191E-4)
Perl interface to the bcrypt digest algorithm
Provides an interface to the bcrypt digest algorithm. This module subclasses Digest::base and can be used either directly or through the Digest meta-module. Using the latter is recommended. It is mostly a wrapper around Crypt::Eksblowfish::Bcrypt.
security/Filter-CBC-0.10 (Score: 1.5577191E-4)
Source filter for Cipher Block Chaining
Filter::CBC is a Source filter that uses Cipher Block Chaining (CBC) to encrypt your code. The tricky part is that most CBC Algorithms have binary output. The textmode bypasses this obstacle, by converting the data to less scary data.
security/Net-SAML-1.42 (Score: 1.5577191E-4)
Perl extension for using SAML SSO
A Perl module wrapping libzxid. Also zxid.pl, that implements SP in mod_perl environment, is supplied. This module is also available on CPAN at http://search.cpan.org/dist/zxid/.
security/pam_krb5-2.4.9 (Score: 1.5577191E-4)
The Red Hat Pluggable Authentication Module for Kerberos 5
The pam_krb5 module allows PAM-aware applications to authenticate users by performing an AS exchange with a Kerberos KDC. This module includes many configurable options and provides functionality and features that other pam_krb5 modules do not provide.
security/PGP-Sign-0.20 (Score: 1.5577191E-4)
Create detached PGP signatures for data
PGP::Sign is a special purpose module designed to create and check detached signatures for data. It's mainly intended to be used for things like reimplementing PGPMoose, signcontrol and pgpverify. It can use PGP 2.6.*, PGP 5 or Gnu Privacy Guard.
security/openxpki-1.12.0 (Score: 1.5577191E-4)
Perl based trustcenter software for PKI: i18n tools
Translation files for security/p5-openxpki which is a Perl based trustcenter software for PKI: server and client parts Note: I18n is needed for the English interface too.
security/Crypt_DiffieHellman-0.2.6 (Score: 1.5577191E-4)
PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5
Implementation of the Diffie-Hellman Key Exchange cryptographic protocol in PHP5. Enables two parties without any prior knowledge of each other establish a secure shared secret key across an insecure channel of communication.
security/Crypt_HMAC2-1.0.0 (Score: 1.5577191E-4)
Implementation of Hashed Message Authentication Code for PHP5
pear-Crypt_HMAC2 is a implementation of Hashed Message Authentication Code for PHP5.It use the hash or mhash extensions when enabled to extend the range of cryptographic hash functions beyond the natively implemented MD5 and SHA1.