The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Crypt::IDEA"

IDEA.pm River stage one • 1 direct dependent • 4 total dependents

DPARIS/Crypt-IDEA-1.10 - 23 Jul 2013 20:44:54 UTC

Crypt::Cipher::IDEA - Symmetric cipher IDEA, key size: 128 bits River stage three • 62 direct dependents • 246 total dependents

This module implements the IDEA 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 some of...

MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC

Crypt::OpenPGP::Cipher - PGP symmetric cipher factory River stage one • 3 direct dependents • 3 total dependents

*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

Crypt::OFB - Encrypt Data using OFB Mode River stage zero No dependents

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::DES - Perl DES encryption module River stage two • 17 direct dependents • 66 total dependents

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::ECB - Use block ciphers using ECB mode River stage one • 5 direct dependents • 6 total dependents

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.23 - 16 Jan 2024 11:04:01 UTC

Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode River stage three • 72 direct dependents • 142 total dependents

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::IDA - Michael Rabin's Information Dispersal Algorithm River stage zero No dependents

This module splits a secret into one or more "shares" which have the property that if a certain number of shares (the "quorum" or "threshold") are presented in the combine step, the secret can be recovered. The algorithm should be cryptographically s...

DMALONE/Crypt-IDA-0.03 - 16 Sep 2019 11:48:11 UTC

Code::Crypt - Encrypt your code River stage zero No dependents

"Code::Crypt" is meant as a menial form of "DRM" which protects the code from being run on unauthorized machines. The idea is illustrated in the "SYNOPSIS": the code is encrypted with Crypt::Rijndael with a key that is the current perl version and th...

FREW/Code-Crypt-0.001000 - 27 Apr 2013 19:10:58 UTC

Crypt::Lite - Easy to use symmetric data encryption and decryption River stage one • 2 direct dependents • 2 total dependents

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::XXTEA - XXTEA encryption arithmetic module. River stage zero No dependents

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

Crypt::Rot47 - Encryption and decryption of ASCII text using the ROT47 substitution cipher. River stage zero No dependents

This module applies the ROT47 substitution cipher to ASCII text, thereby scrambling it and making it difficult for others to read. Applying the same ROT47 substitution cipher on the scrambled text will then restore the original text. The ROT47 substi...

ZBLAIR/Crypt-Rot47-0.06 - 20 Sep 2012 05:54:08 UTC

Crypt::Image - Interface to hide text into an image. River stage zero No dependents

It requires key image and a text message to start with. The text message is scattered through out the image and gaps are filled with random trash.RGB is used to hide the text message well from any algorithm that searches for similarities between 2 or...

MANWAR/Crypt-Image-0.15 - 04 Feb 2024 12:00:37 UTC

LibWeb::Crypt - Encryption for libweb applications River stage zero No dependents

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::Elijah - cipher module River stage zero No dependents

This module provides a pure Perl implementation of the Elijah cipher. Call init() to prepare the encryption key. This function takes a single argument: a packed string containing your key. The key must be at least 12 bytes long. Keys longer than 16 b...

BOMB/Crypt-Elijah-0.11 - 16 Feb 2008 01:49:41 UTC

Crypt::Cipher - Generic interface to cipher functions River stage three • 62 direct dependents • 246 total dependents

Provides an interface to various symmetric cipher algorithms. BEWARE: This module implements just elementary "one-block-(en|de)cryption" operation - if you want to encrypt/decrypt generic data you have to use some of the cipher block modes - check fo...

MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC

Module::Crypt - Encrypt your Perl code and compile it into XS River stage zero No dependents

AAR/Module-Crypt-0.06 - 22 Jan 2012 10:25:53 UTC

Crypt::CBCeasy - Easy things make really easy with Crypt::CBC River stage zero No dependents

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::HCE_SHA - Perl extension implementing one way hash chaining encryption using SHA River stage zero No dependents

This module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. Two interfaces are provided in the module. The first is straigh...

EESTABROO/Crypt-HCE_SHA-0.75 - 01 Apr 2016 18:53:04 UTC

Crypt::HCE_MD5 - Perl extension implementing one way hash chaining encryption using MD5 River stage zero No dependents

This module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. Two interfaces are provided in the module. The first is straigh...

EESTABROO/Crypt-HCE_MD5-0.75 - 01 Apr 2016 18:27:15 UTC
39 results (0.043 seconds)