Ports Search

Results 15,09115,100 of 19,819 for %22HTTP Server%22.(0.012 seconds)
security/Crypt-URandom-0.36 (Score: 9.2878623E-4)
Perl extension to provide non blocking randomness
This Module is intended to provide an interface to the strongest available source of non-blocking randomness on the current platform.
security/cisco-torch-0.4 (Score: 9.2878623E-4)
Mass Cisco Vulnerability Scanner
Cisco-torch is a mass Cisco Vulnerability Scanner. The main feature that makes Cisco-torch different from similar tools is the extensive use of forking to launch multiple scanning processes on the background for maximum scanning efficiency. Also, it uses several methods of application layer fingerprinting simultaneously, if needed. We wanted something fast to discover remote Cisco hosts running Telnet, SSH, Web, NTP and SNMP services and launch dictionary attacks against the services discovered.
security/Crypt-Rijndael-1.11 (Score: 9.2878623E-4)
Perl module that implements the Rijndael cipher
Crypt::Rijndael is a Crypt::CBC compliant Rijndael encryption module that implements the Rijndael cipher, which has just been selected as the new Advanced Encryption Standard (AES).
security/Crypt-SKey-0.10 (Score: 9.2878623E-4)
Perl S/Key calculator
This module contains a simple S/Key calculator (as described in RFC 1760) implemented in Perl. It exports the function `key' by default, and may optionally export the function `compute'. `compute_md4', `compute_md5', `key_md4', and `key_md5' are provided as convenience functions for selecting either MD4 or MD5 hashes. The default is MD4; this may be changed with with the `$Crypt::SKey::HASH' variable, assigning it the value of `MD4' or `MD5'. You can access any of these functions by exporting them in the same manner as `compute' in the above example. Most S/Key systems use MD4 hashing, but a few (notably OPIE) use MD5.
security/Crypt-SMIME-0.17 (Score: 9.2878623E-4)
S/MIME message signing, verification, encryption and decryption
Crypt::SMIME - S/MIME message signing, verification, encryption and decryption
security/Crypt-Simple-0.06 (Score: 9.2878623E-4)
Perl encrypt stuff simply
Perl encrypt stuff simply
security/Crypt-Sodium-0.07 (Score: 9.2878623E-4)
Perl bindings for portable NaCL (libsodium)
This module provides perl bindings for the portable NaCL implementation libsodium, a library for network communication, encryption, decryption and signatures.
security/Crypt-T_e_a-2.12 (Score: 9.2878623E-4)
The Tiny Encryption Algorithm in Perl and JavaScript
The Tiny Encryption Algorithm in Perl and JavaScript.
security/Data-Password-1.12 (Score: 9.2878623E-4)
Assess password quality
Data::Password checks potential passwords for crackability. It checks that the password has the appropriate length, that it has enough character groups, that it does not contain the same characters repeatedly, that it does not contain ascending or descending characters, or characters close to each other on the keyboard. It also searches for the password in the ispell word file.
security/Crypt-X509-0.51 (Score: 9.2878623E-4)
Perl extension to parse X.509 certificates
Crypt::X509 parses X.509 certificates. Methods are provided for accessing most certificate elements. It is based on the generic ASN.1 module by Graham Barr, on the x509decode example by Norbert Klasen and contributions on the perl-ldap-dev-Mailinglist by Chriss Ridd.