Ports Search

Results 5,3115,320 of 5,824 for /net/.(0.005 seconds)
security/Crypt_DiffieHellman-0.2.6 (Score: 0.014903333)
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: 0.014903333)
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.
security/Crypt_MicroID-0.1.0 (Score: 0.014903333)
PHP MicroID library
Provides methods needed to generate and verify MicroIDs.
security/Crypt_RC4-1.0.3 (Score: 0.014903333)
PEAR encryption class for RC4 encryption
PEAR RC4 encryption class.
security/Crypt_RSA-1.2.1 (Score: 0.014903333)
PEAR class allows you to use two-key strong cryptography
PEAR::Crypt_RSA allows you to use two-key strong cryptography like RSA with arbitrary key length. It uses one of the following extensions for math calculations: - PECL big_int extension version greater than or equal to 1.0.3 - PHP GMP extension - PHP BCMath extension for both PHP4 and PHP5
security/Crypt_XXTEA-0.9.0 (Score: 0.014903333)
PEAR XXTEA encryption algorithm
This package allows you to encrypt and decrypt strings or long integer arrays with the XXTEA encryption algorithm, which is secure, fast and suitable for web development.
security/File_HtAccess-1.2.1 (Score: 0.014903333)
PEAR class to manipulate .htaccess files
Provides methods to create and manipulate .htaccess files.
security/File_Passwd-1.1.7 (Score: 0.014903333)
PEAR class to manipulate many kinds of password files
Provides methods to manipulate and authenticate against standard Unix, SMB server, AuthUser (.htpasswd), AuthDigest (.htdigest), CVS pserver and custom formatted password files.
security/File_SMBPasswd-1.0.3 (Score: 0.014903333)
PEAR class for managing SAMBA style password files
With PEAR::File_SMBPasswd you can maintain smbpasswd-files, usualy used by SAMBA.
security/HTML_Crypt-1.3.4 (Score: 0.014903333)
Encrypts text which is later decoded using JavaScript on the client side
HTML_Crypt provides methods to encrypt text, which can be later be decrypted using JavaScript on the client side. This is very useful to prevent spam robots collecting email addresses from your site, included is a method to add mailto links to the text being generated.