Ports Search

Results 15,18115,190 of 19,819 for %22HTTP Server%22.(0.01 seconds)
security/Crypt_XXTEA-0.9.0 (Score: 9.2878623E-4)
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: 9.2878623E-4)
PEAR class to manipulate .htaccess files
Provides methods to create and manipulate .htaccess files.
security/poly1305aes-20050218 (Score: 9.2878623E-4)
Poly1305 message authentication reference implementation using AES
Poly1305-AES is a state-of-the-art secret-key message-authentication code suitable for a wide variety of applications. Poly1305-AES computes a 16-byte authenticator of a message of any length, using a 16-byte nonce (unique message number) and a 32-byte secret key. Attackers can't modify or forge messages if the message sender transmits an authenticator along with each message and the message receiver checks each authenticator. There's a mailing list for Poly1305-AES discussions. To subscribe, send an empty message to poly1305-subscribe@list.cr.yp.to.
security/File_SMBPasswd-1.0.3 (Score: 9.2878623E-4)
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: 9.2878623E-4)
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.
security/Protocol-ACME-0.16 (Score: 9.2878623E-4)
Interface to the Let's Encrypt ACME API
Interface to the Let's Encrypt ACME API
security/LiveUser-0.16.14 (Score: 9.2878623E-4)
PEAR user authentication and permission management framework
LiveUser is a set of classes for dealing with user authentication and permission management. Basically, there are three main elements that make up this package: * The LiveUser class * The Auth containers * The Perm containers Currently available are containers using: PEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth.
security/LiveUser_Admin-0.4.0 (Score: 9.2878623E-4)
PEAR user authentication and permission management framework
LiveUser_Admin is meant to be used with the LiveUser package. It is composed of all the classes necessary to administrate data used by LiveUser.
security/Net_Portscan-1.0.3 (Score: 9.2878623E-4)
Provides an API for scanning ports
The Net_Portscan package allows one to perform basic portscanning functions with PHP. It supports checking an individual port or checking a whole range of ports on a machine.
security/Session-Token-1.503 (Score: 9.2878623E-4)
Secure, efficient, simple random session token generation
This module provides a secure, efficient, and simple interface for creating session tokens, password reset codes, temporary passwords, random identifiers, and anything else you can think of. Like this: my $token = Session::Token->new->get; # 128 bits