Ports Search

Results 18,83118,840 of 19,819 for %22HTTP Server%22.(0.012 seconds)
security/Digest-Pearson-PurePerl-1.00 (Score: 7.739885E-4)
Perl extension for Peter K. Pearson's hash algorithm in pure Perl
Digest::Pearson::PurePerl is an implementation of Peter K. Pearson's hash algorithm presented in "Fast Hashing of Variable Length Text Strings" - ACM 1990. This hashing technique yields good distribution of hashed results for variable length input strings on the range 0-255, and thus, it is well suited for data load balancing. If you prefer a fast implementation, you might want to consider Digest::Pearson instead.
security/Digest-Pearson-1.00 (Score: 7.739885E-4)
Perl extension for Peter K. Pearson's hash algorithm
Digest::Pearson is an implementation of Peter K. Pearson's hash algorithm presented in "Fast Hashing of Variable Length Text Strings" - ACM 1990. This hashing technique yields good distribution of hashed results for variable length input strings on the range 0-255, and thus, it is well suited for data load balancing. The implementation is in C, so it is fast. If you prefer a pure Perl version and can tolerate slower speed, you might want to consider Digest::Pearson::PurePerl instead.
security/Digest-Perl-MD4-1.4 (Score: 7.739885E-4)
Perl extension for MD4 hash algorithm in pure Perl
This is not C-code interface (like `Digest::MD5') but a Perl-only implementation of MD4 (like `Digest::Perl::MD5'). Because of this, it is slow but avoids platform specific complications. For efficiency you should use `Digest::MD4' instead of this module if it is available.
security/Digest-Perl-MD5-1.9 (Score: 7.739885E-4)
Perl extension for MD5 hash algorithm in pure Perl
This is not an interface (like "Digest::MD5") but a Perl implementation of MD5. It is written in perl only and because of this it is slow but it works without C-Code. You should use "Digest::MD5" instead of this module if it is available. This module is only usefull for computers where you cannot install "Digest::MD5" (e.g. lack of a C-Compiler).
security/Digest-SHA-PurePerl-5.95 (Score: 7.739885E-4)
Perl extension for SHA-1/224/256/384/512 in pure Perl
Digest::SHA::PurePerl is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data. Digest::SHA::PurePerl is written entirely in Perl. If your platform has a C compiler, you should install the functionally-equivalent (but much faster) Digest::SHA module.
Passphrases and Passwords as objects for Dancer
Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps, allowing developers to follow cryptography best practices without having to become a cryptography expert. It uses the bcrypt algorithm as the default, while also supporting any hashing function provided by Digest.
Passphrases and Passwords as objects for Dancer2
Dancer2::Plugin::Passphrase manages the hashing of passwords for Dancer apps, allowing developers to follow cryptography best practices without having to become a cryptography expert. It uses the bcrypt algorithm as the default, while also supporting any hashing function provided by Digest.
security/Digest-MD5-File-0.08 (Score: 7.739885E-4)
Perl extension for getting MD5 sums for files and urls
Get MD5 sums for files of a given path or content of a given url.
security/File-KeePass-Agent-2.01 (Score: 7.739885E-4)
Application agent for working with File::KeePass objects
File::KeePass::Agent - Application agent for working with File::KeePass objects
security/File-Scan-ClamAV-1.9.1 (Score: 7.739885E-4)
Perl extension for the clamav virus scanner
A library for connecting to and sending commands to a local ClamAV clamd service - an anti-virus daemon process. You can find more information about clam anti-virus at File::Scan::ClamAV was originally based on the Clamd module