Ports Search

Results 551560 of 1,385 for /security/.(0.004 seconds)
security/Authen-Simple-SMB-0.1 (Score: 0.08339406)
Simple SMB authentication
Authentication via SMB protocol.
security/Authen-Simple-SSH-0.1 (Score: 0.08339406)
Simple SSH authentication
Authentication via SSH protocol.
security/Authen-Simple-0.5 (Score: 0.08339406)
Simple authentication framework
Simple and consistent framework for authentication.
security/Authen-Ticket-0.02 (Score: 0.08339406)
Perl module providing the framework for implementing a ticketing system
Authen::Ticket provides the framework for implementing a ticketing system for web authentication. Both the client website and ticket server code can be constructed from Authen::Ticket. The framework allows for customization at all phases in the process. This includes not only the login screens, but the cookie creation and optional digital signature algorithm as well. Consult the README for more details on this module.
security/Authen-TypeKey-0.05 (Score: 0.08339406)
TypeKey authentication verification
Authen::TypeKey is an implementation of verification for signatures generated by TypeKey authentication. For information on the TypeKey protocol and using TypeKey in other applications, see http://www.sixapart.com/typekey/api.
security/Business-PayPal-EWP-1.03 (Score: 0.08339406)
Perl extension for PayPal Encrypted Website Payments
Business::PayPal::EWP - Perl extension for PayPal's Encrypted Website Payments with Encrypted Web Payments. It contains a single function, SignAndEncrypt which takes the plaintext form code, private key file, public key file, and PayPal's public certificate, and will return the signed and encrypted code needed by paypal.
security/Bytes-Random-Secure-0.29 (Score: 0.08339406)
Generate cryptographically-secure random bytes
Bytes::Random::Secure provides two interfaces for obtaining crypto-quality random bytes. The simple interface is built around plain functions. For greater control over the Random Number Generator's seeding, there is an Object Oriented interface that provides much more flexibility. The "functions" interface provides functions that can be used any time you need a string of a specific number of random bytes. The random bytes are available as simple strings, or as hex-digits, Quoted Printable, or MIME Base64. There are equivalent methods available from the OO interface, plus a few others. This module can be a drop-in replacement for Bytes::Random, with the primary enhancement of using a cryptographic-quality random number generator to create the random data. The random_bytes function emulates the user interface of Bytes::Random's function by the same name. But with Bytes::Random::Secure the random number generator comes from Math::Random::ISAAC, and is suitable for cryptographic purposes. The harder problem to solve is how to seed the generator. This module uses Crypt::Random::Seed to generate the initial seeds for Math::Random::ISAAC.
security/CSP-0.34 (Score: 0.08339406)
Perl tool for managing Certificate Authorities
CSP is a Perl class and script for running multiple CAs. OpenSSL is used for all operations. CSP can also generate a small CA website used to distribute certificates and CRLs.
security/Crypt-AppleTwoFish-0.051 (Score: 0.08339406)
Perl extension for Apple iTMS internal key descrambling algorithm
This code appears to have only cursory resemblance to Bruce Schneier's blowfish and twofish algorithms in that it too has a table-based decoder. Derivation from FairKeys code by Jon Lech Johanson at nanocrew.net. If you don't know what that is, don't bother looking here further. This is a Pure Perl implementation. I doubt there is any need for xs coding for what would mainly be processing 16 bytes at a time. This code is part of an ongoing effort to clone portions of the Apple iTMS in Perl for portability. See www.hymn-project.org for prior efforts by others.
security/Crypt-Blowfish-2.14 (Score: 0.08339406)
Perl5 interface to the Blowfish encryption alogorithm
his is Crypt::Blowfish, an XS-based implementation of the Blowfish cryptography algorithm designed by Bruce Schneier. It's designed to take full advantage of Crypt::CBC when desired. Blowfish keys may be up to 448 bits (56 bytes) long.