Ports Search

Results 5,3115,320 of 5,827 for /net-mgmt/.(0.005 seconds)
security/pbnj-2.04 (Score: 0.0052506765)
Suite of tools to monitor changes on a network
PBNJ is a network suite to monitor changes that occur on a network over time. It does this by checking for changes on the target machine(s), which includes the details about the services running on them as well as the service state. PBNJ parses the data from a scan and stores it in a database. PBNJ uses Nmap to perform scans.
security/Auth-1.6.4 (Score: 0.0052506765)
PEAR class for creating an authentication system
The PEAR::Auth package provides methods for creating an authentication system using PHP. Currently it supports the following storage containers to read/write the login data: * All databases supported by the PEAR database layer * All databases supported by the MDB database layer * All databases supported by the MDB2 database layer * Plaintext files * LDAP servers * POP3 servers * IMAP servers * vpopmail accounts * RADIUS * SAMBA password files * SOAP
security/Auth_HTTP-2.1.8 (Score: 0.0052506765)
PEAR HTTP authentication
The PEAR::Auth_HTTP class provides methods for creating an HTTP authentication system using PHP, that is similar to Apache's realm-based .htaccess authentication.
security/Auth_PrefManager-1.2.2 (Score: 0.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
PHP MicroID library
Provides methods needed to generate and verify MicroIDs.