Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第5,3715,380项(搜索用时0.005秒)
security/Auth_PrefManager-1.2.2 (Score: 0.0052562496)
PEAR preferences management class
Preference Manager is a class to handle user preferences in a web application, looking them up in a table using a combination of their userid, and the preference name to get a value, and (optionally) returning a default value for the preference if no value could be found for that user. It is designed to be used alongside the PEAR Auth class, but can be used with anything that allows you to obtain the user's id - including your own code.
security/Auth_SASL-1.0.6 (Score: 0.0052562496)
PEAR abstraction of various SASL mechanism responses
Provides PHP code to generate responses to common SASL mechanisms, including: - Digest-MD5 - CramMD5 - Plain - Anonymous - Login (Pseudo mechanism).
security/Crypt_Blowfish-1.1.0.r2 (Score: 0.0052562496)
PEAR class for blowfish encryption
PEAR::Crypt_Blowfish allows you to perform two-way blowfish encryption on the fly using only PHP. This package does not require the MCrypt PHP extension to work, although it can make use of it if available.
security/Crypt_CHAP-1.5.0 (Score: 0.0052562496)
PEAR class for generating CHAP packets
PEAR::Crypt_CHAP provides Classes for generating CHAP packets. Currently these types of CHAP are supported: * CHAP-MD5 * MS-CHAPv1 * MS-CHAPv2 For MS-CHAP the mhash and mcrypt extensions must be loaded.
security/Crypt_DiffieHellman-0.2.6 (Score: 0.0052562496)
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.0052562496)
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.0052562496)
PHP MicroID library
Provides methods needed to generate and verify MicroIDs.
security/Crypt_RC4-1.0.3 (Score: 0.0052562496)
PEAR encryption class for RC4 encryption
PEAR RC4 encryption class.
security/Crypt_RSA-1.2.1 (Score: 0.0052562496)
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.0052562496)
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.