Search results for "module:Crypt::TEA"
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::Mimetic::TEA - Tiny Encryption Algorithm
This module is a part of *Crypt::Mimetic*. This modules uses TEA to encrypt blocks of bytes, so *DecryptFile* needs @info containing generic-blocks-length and last-block-length (padlen) to know how decrypt a file. *EncryptString* and *DecryptString* ...
ERICH/Crypt-Mimetic-0.02 - 23 Aug 2002 14:24:44 UTC
Crypt::Tea_JS - The Tiny Encryption Algorithm in Perl and JavaScript
This module implements TEA, the Tiny Encryption Algorithm, and some Modes of Use, in Perl and JavaScript. The $key is a sufficiently longish string; at least 17 random 8-bit bytes for single encryption. Crypt::Tea_JS can be used for secret-key encryp...
PJB/Crypt-Tea_JS-2.23 - 13 Oct 2011 23:54:41 UTC
Crypt::TEA_XS - Implementation of the 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...
JAHIY/Crypt-TEA_XS-0.01 - 18 Apr 2015 03:15:00 UTC
Crypt::TEA_PP - Pure Perl Implementation of the 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...
JAHIY/Crypt-TEA_PP-0.0308 - 18 Apr 2015 03:13:32 UTC
Crypt::XTEA - Implementation of the eXtended Tiny Encryption Algorithm
In cryptography, XTEA (eXtended TEA) is a block cipher designed to correct weaknesses in TEA. The cipher's designers were David Wheeler and Roger Needham of the Cambridge Computer Laboratory, and the algorithm was presented in an unpublished technica...
JAHIY/Crypt-XTEA-0.0108 - 10 Oct 2016 02:12:19 UTC
Crypt::NULL - NULL Encryption Algorithm
The NULL Encryption Algorithm is a symmetric block cipher described in RFC 2410 by Rob Glenn and Stephen Kent. This module implements NULL encryption. It supports the Crypt::CBC interface, with the following functions. Functions blocksize Returns the...
AMS/Crypt-NULL-1.02 - 04 May 2001 08:19:36 UTC
Crypt::GOST - The GOST Encryption Algorithm
GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit key developed in the former Soviet Union. Some information on it is available at <URL:http://vipul.net/gost/>. This module implements GOST encryption. It supports the Crypt::CBC interfac...
AMS/Crypt-GOST-1.00 - 13 May 2001 14:23:17 UTC
Crypt::XTEA_PP - Pure Perl Implementation of the eXtended Tiny Encryption Algorithm
In cryptography, XTEA (eXtended TEA) is a block cipher designed to correct weaknesses in TEA. The cipher's designers were David Wheeler and Roger Needham of the Cambridge Computer Laboratory, and the algorithm was presented in an unpublished technica...
JAHIY/Crypt-XTEA_PP-0.0106 - 13 Apr 2015 12:10:26 UTC
Crypt::Twofish - The Twofish Encryption Algorithm
Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at <URL:http://www.counterpane.com/twofish.html>. This module implement...
AMS/Crypt-Twofish-2.18 - 25 Nov 2020 04:54:10 UTC
Crypt::CBCeasy - Easy things make really easy with Crypt::CBC
After you call this module as use Crypt::CBCeasy IMPORT-LIST; it creates the "encipher()" and "decipher()" functions in all namespaces (packages) listed in the "IMPORT-LIST". Without the "IMPORT-LIST" it creates these 2 functions in the DES::, IDEA::...
MBLAZ/Crypt-CBCeasy-0.24 - 07 Apr 2001 22:44:01 UTC
Crypt::Mimetic - Crypt a file and mask it behind another file
This module allows you to hide a file by encrypting in and then attaching it to another file of your choice. This mimetic file then looks and behaves like a normal file, and can be stored, used or emailed without attracting attention....
ERICH/Crypt-Mimetic-0.02 - 23 Aug 2002 14:24:44 UTC
Crypt::XXTEA_PP - Pure Perl Implementation of Corrected Block Tiny Encryption Algorithm
In cryptography, Corrected Block TEA (often referred to as XXTEA) is a block cipher designed to correct weaknesses in the original Block TEA. The cipher's designers were Roger Needham and David Wheeler of the Cambridge Computer Laboratory, and the al...
JAHIY/Crypt-XXTEA_PP-0.0102 - 17 Apr 2015 15:36:32 UTC
Crypt::XXTEA_XS - Implementation of Corrected Block Tiny Encryption Algorithm
In cryptography, Corrected Block TEA (often referred to as XXTEA) is a block cipher designed to correct weaknesses in the original Block TEA. The cipher's designers were Roger Needham and David Wheeler of the Cambridge Computer Laboratory, and the al...
JAHIY/Crypt-XXTEA_XS-0.0101 - 17 Apr 2015 15:49:43 UTC
Crypt::XTEA::LE - Implementation of the eXtended Tiny Encryption Algorithm with little-endian support
In cryptography, XTEA (eXtended TEA) is a block cipher designed to correct weaknesses in TEA. The cipher's designers were David Wheeler and Roger Needham of the Cambridge Computer Laboratory, and the algorithm was presented in an unpublished technica...
ATHREEF/Crypt-XTEA-LE-0.0107 - 13 Feb 2016 09:55:36 UTC