Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,05115,060项(搜索用时0.013秒)
security/Cisco-Hash-0.02 (Score: 9.2878623E-4)
De- and encrypts Cisco type 7 hashes
This Module decrypts all kind of Cisco encrypted hashes also referred to as type 7 passwords. Further you can encrypt any given string into a encrypted hash that will be accepted by any Cisco device as an encrypted type 7 password.
security/Crypt-Anubis-1.0.4 (Score: 9.2878623E-4)
Crypt::CBC-compliant block cipher
Anubis is a variable-length key, 128-bit block cipher designed by Vincent Rijmen and Paulo S. L. M. Barreto. Anubis was submitted as a NESSIE candidate. Key length can be 128, 160, 192, 224, 256, 288, or 320 bits. The default key length in this implementation is 128 bits.
security/Crypt-Eksblowfish-0.009 (Score: 9.2878623E-4)
Perl module for the Eksblowfish block cipher
Eksblowfish is a variant of the Blowfish cipher, modified to make the key setup very expensive. ("Eks" stands for "expensive key schedule".) This doesn't make it significantly cryptographically stronger, but is intended to hinder brute-force attacks. It also makes it unsuitable for any application requiring key agility. It was designed by Niels Provos and David Mazieres for password hashing in OpenBSD. Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost parameter that controls how expensive the key scheduling is. It also takes a family key, known as the "salt". Cost and salt parameters together define a cipher family. Within each family, a key determines an encryption function in the usual way. This distribution also includes an implementation of "bcrypt", the Unix crypt() password hashing algorithm based on Eksblowfish.
security/Crypt-Format-0.06 (Score: 9.2878623E-4)
Conversion utilities for encryption applications
Conversion utilities for encryption applications
security/Crypt-CAST5-0.05 (Score: 9.2878623E-4)
CAST5 block cipher
This module provides an implementation of the CAST5 block cipher using compiled C code for increased speed. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares.
security/Crypt-CBC-2.33 (Score: 9.2878623E-4)
Perl5 interface to Cipher Block Chaining with DES and IDEA
This is Crypt::CBC, a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as DES or IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by the OpenSSL package.
security/Crypt-GCrypt-1.26 (Score: 9.2878623E-4)
Perl interface to the GNU Cryptographic library
Crypt::GCrypt provides an object interface to the C libgcrypt library. It currently supports symmetric encryption/decryption and message digests, while asymmetric cryptography is being worked on.
security/Crypt-CFB-0.02 (Score: 9.2878623E-4)
Perl extension for encrypting data in Cipher Feedback Mode
Generic CFB implementation in pure Perl. The Cipher Feedback Mode module constructs a stream cipher from a block cipher or cryptographic hash funtion and returns it as an object. Any block cipher in the Crypt:: class can be used, as long as it supports the blocksize and keysize methods. Any hash function in the Digest:: class can be used, as long as it supports the add method.
security/Crypt-Caesar-0.01 (Score: 9.2878623E-4)
Perl extension for decrypting rot-N strings
Crypt::Caesar - Decrypt rot-N strings
security/Crypt-Chimera-1.01 (Score: 9.2878623E-4)
Perl extension for Chimera key exchange protocol
The Chimera key exchange protocol generates a shared key between two parties. The protocol was shown to be INSECURE. This module is therefore released for purely academic curiosity.