Search results for "module:Crypt::Blowfish"
Crypt::Blowfish - Perl Blowfish encryption module
Blowfish is capable of strong encryption and can use key sizes up to 56 bytes (a 448 bit key). You're encouraged to take advantage of the full key size to ensure the strongest encryption possible from this module. Crypt::Blowfish has the following me...
DPARIS/Crypt-Blowfish-2.14 - 23 Jul 2013 20:48:57 UTC
Crypt::Blowfish::Mod - Another Blowfish Algorithm
Crypt::Blowfish::Mod implements the Blowfish algorithm using functions adapted from examples from Bruce Schneier and other authors. Crypt::Blowfish::Mod has an interface similar to Crypt::Blowfish, but produces different results. This module is endia...
RODRIGO/Crypt-Blowfish-Mod-0.05 - 01 Oct 2018 18:10:06 UTC
Crypt::Cipher::Blowfish - Symmetric cipher Blowfish, key size: 64-448 bits
This module implements the Blowfish cipher. Provided interface is compliant with Crypt::CBC module. BEWARE: This module implements just elementary "one-block-(en|de)cryption" operation - if you want to encrypt/decrypt generic data you have to use som...
MIK/CryptX-0.078 - 28 Apr 2023 12:31:25 UTC
Crypt::OpenBSD::Blowfish - Perl extension for the OpenBSD Blowfish cipher implementation.
This module is a wrapper for the OpenBSD implementation of the Blowfish cipher. The C source is taken from the portable OpenSSH source code....
SCHWIGON/Crypt-OpenBSD-Blowfish-0.01 - 23 Apr 2016 17:08:32 UTC
Crypt::OpenSSL::Blowfish - Blowfish Algorithm using OpenSSL
Crypt::OpenSSL::Blowfish implements the Blowfish Algorithm using functions contained in the OpenSSL crypto library. Crypt::OpenSSL::Blowfish has an interface similar to Crypt::Blowfish, but produces different result than Crypt::Blowfish....
VKRAMSKIH/Crypt-OpenSSL-Blowfish-0.02 - 04 Jul 2009 06:45:14 UTC
Crypt::Eksblowfish::Blowfish - Blowfish block cipher via Eksblowfish engine
An object of this type encapsulates a keyed instance of the Blowfish block cipher, ready to encrypt and decrypt. Blowfish is a symmetric cipher algorithm designed by Bruce Schneier in 1993. It operates on 64-bit blocks, and takes a variable-length ke...
ZEFRAM/Crypt-Eksblowfish-0.009 - 27 Apr 2011 20:09:55 UTC
Crypt::OpenSSL::Blowfish::CFB64 - Blowfish CFB64 Algorithm using OpenSSL
Crypt::OpenSSL::Blowfish::CFB64 implements the Blowfish cipher algorithm in CFB mode, using function "BF_cfb64_encrypt" contained in the OpenSSL crypto library....
MONS/Crypt-OpenSSL-Blowfish-CFB64-0.01 - 16 Mar 2012 13:43:50 UTC
Crypt::Blowfish_PP - Blowfish encryption algorithm implemented purely in Perl
The Crypt::Blowfish_PP module provides for users to use the Blowfish encryption algorithm in perl. The implementation is entirely Object Oriented, as there is quite a lot of context inherent in making blowfish as fast as it is. The key is anywhere be...
MATTBM/Crypt-Blowfish_PP-1.12 - 02 Jan 2001 11:28:23 UTC
Crypt::OpenPGP::Cipher - PGP symmetric cipher factory
*Crypt::OpenPGP::Cipher* is a factory class for PGP symmetric ciphers. All cipher objects are subclasses of this class and share a common interface; when creating a new cipher object, the object is blessed into the subclass to take on algorithm-speci...
SROMANOV/Crypt-OpenPGP-1.12 - 16 Aug 2015 11:35:42 UTC
Aut::Crypt - Symmetric encryption for Aut
"new(seed) --> Aut::Crypt" Instantiates a new "Aut::Crypt" object with given seed value as encryption key. "encrypt(plaintext) --> ciphertext" Encrypts the given plaintext using Crypt::CBC's encrypt function with key 'seed' and cipher 'Blowfish'. Ret...
OESTERHOL/Aut-0.11 - 11 Apr 2004 20:47:23 UTC
Crypt::ECB - Use block ciphers using ECB mode
This module is a Perl-only implementation of the ECB mode. In combination with a block cipher such as Blowfish, DES, IDEA or Rijndael, you can encrypt and decrypt messages of arbitrarily long length. Though for security reasons other modes than ECB s...
APPEL/Crypt-ECB-2.22 - 18 May 2020 16:05:26 UTC
Crypt::DES - Perl DES encryption module
The module implements the Crypt::CBC interface, which has the following methods blocksize =item keysize =item encrypt =item decrypt...
DPARIS/Crypt-DES-2.07 - 23 Jul 2013 20:40:50 UTC
Crypt::OFB - Encrypt Data using OFB Mode
This module is a Perl-only implementation of the OFB mode. It is a inheritance class of Crypt::ECB. Please read Crypt::ECB(3) for the default function description....
GUGOD/Crypt-OFB-0.01 - 01 Nov 2003 21:23:56 UTC
Crypt::TEA - Tiny Encryption Algorithm
TEA is a 64-bit symmetric block cipher with a 128-bit key and a variable number of rounds (32 is recommended). It has a low setup time, and depends on a large number of rounds for security, rather than a complex algorithm. It was developed by David J...
AMS/Crypt-TEA-1.26 - 01 May 2018 13:59:03 UTC
Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode
This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as AES or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are c...
LDS/Crypt-CBC-3.04 - 17 May 2021 15:03:53 UTC
Crypt::RSA - RSA public-key cryptosystem.
Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations. Crypt::RSA provides arbi...
VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC
Crypt::XXTEA - XXTEA encryption arithmetic module.
XXTEA is a secure and fast encryption algorithm. It's suitable for web development. This module allows you to encrypt or decrypt a string using the algorithm....
ANDOT/Crypt-XXTEA-1.00 - 05 Dec 2007 01:37:42 UTC
LibWeb::Crypt - Encryption for libweb applications
METHODS encrypt_cipher() Params: -data=>, -key=>, -algorithm=>, -format=> Pre: * "-data" is the data to be encrypted as cipher, * "-key" is the private key such the same key is needed to decrypt the cipher (sorry, I do not have a rigorous definition ...
CKONG/LibWeb-0.02 - 19 Jul 2000 22:25:12 UTC
Crypt::Lite - Easy to use symmetric data encryption and decryption
Important Notice Crypt::Lite does "NOT" strong encryption - that's what the "Lite" stands for. It's very easy to install and use, anwhere where Perl runs. Please take a closer look on AES or Blowfish for strong encryption. What's Special Crypt::Lite ...
RETOH/Crypt-Lite-0.82.11 - 18 Sep 2006 20:17:43 UTC
Crypt::Util - A lightweight Crypt/Digest convenience API
This module provides an easy, intuitive and forgiving API for wielding crypto-fu. The API is designed as a cascade, with rich features built using simpler ones. this means that the option processing is uniform throughout, and the behaviors are genera...
NUFFIN/Crypt-Util-0.11 - 27 May 2010 09:58:24 UTC