Ports Search

Results 15,10115,110 of 19,819 for %22HTTP Server%22.(0.011 seconds)
security/Digest-Crc32-0.01 (Score: 9.2878623E-4)
Perl extension for calculating 32-bit CRC checksums
This module provides a perl implementation to generate 32 bits CRC digests for buffers and files.
security/Digest-DJB-1.00 (Score: 9.2878623E-4)
Perl extension for D.J Bernstein's hash algorithm
Digest::DJB is an implementation of D. J. Bernstein's hash which returns a 32-bit unsigned value for any variable-length input string. An equivalent pure Perl version is also available: Digest::DJB::PurePerl.
security/Digest-GOST-0.06 (Score: 9.2878623E-4)
Perl interface to the GOST R 34.11-94 digest algorithm
Digest::GOST provides an interface to the GOST R 34.11-94 message digest algorithm, also defined in RFC 5831.
security/Digest-HMAC-1.03 (Score: 9.2878623E-4)
Perl5 interface to HMAC Message-Digest Algorithms
Digest:: HMAC --------------------------------- This package provide modules which calculate HMAC digests. To build the extensions, unpack this distribution somewhere, create the Makefile by running 'perl Makefile.PL' and do a 'make', 'make test', and if successful 'make install'. You will need perl version 5.004 or better to install these modules. Further documentation is embedded in the individual modules. Copyright 1998-1999 Gisle Aas. Copyright 1998 Graham Barr. Copyright 1997 Uwe Hollerbach. Copyright 1995-1996 Neil Winton. Copyright 1990-1992 RSA Data Security, Inc. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
security/Digest-MD2-2.04 (Score: 9.2878623E-4)
Perl5 interface to the MD2 message digest algorithm
The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. The Digest::MD2 programming interface is identical to the interface of Digest::MD5. MD2 is described in RFC 1115.
security/Digest-MD4-1.9 (Score: 9.2878623E-4)
Perl5 interface to the MD4 message digest algorithm
The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4 Message Digest algorithm from within Perl programs.
security/broccoli-1.97 (Score: 9.2878623E-4)
Bro Client Communications Library
Broccoli is the Bro client communications library and lets you create applications that can speak the Bro communication protocol.
security/Digest-ManberHash-0.7 (Score: 9.2878623E-4)
Perl extension for ManberHash hash algorithm
Digest::ManberHash - a Perl package to calculate Manber Hashes
security/Digest-MurmurHash-0.11 (Score: 9.2878623E-4)
Perl extension for XS interface to the MurmurHash algorithm
The murmur hash algorithm by Austin Appleby is an exteremely fast algorithm that combines both excellent collision resistence and distribution characteristics.
security/aespipe-v2.4.c (Score: 9.2878623E-4)
AES encrypting or decrypting pipe
aespipe program is AES encrypting or decrypting pipe. It reads from standard input and writes to standard output. It can be used to create and restore encrypted tar or cpio archives. It can be used to encrypt and decrypt loop-AES compatible encrypted disk images.