Pakket: libcrypt-ecb-perl (2.23-1)
Verwijzigingen voor libcrypt-ecb-perl
Debian bronnen:
Het bronpakket libcrypt-ecb-perl downloaden:
- [libcrypt-ecb-perl_2.23-1.dsc]
- [libcrypt-ecb-perl_2.23.orig.tar.gz]
- [libcrypt-ecb-perl_2.23-1.debian.tar.xz]
Beheerders:
- Debian Perl Group (QA-pagina, Mailarchief)
- Ivan Kohler (QA-pagina)
- Xavier Guimard (QA-pagina)
- Angel Abad (QA-pagina)
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
Perl library to encrypt data using ECB mode
Crypt::ECB is a Perl-only implementation of the ECB mode. In combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. Though for security reasons other modes than ECB such as CBC should be preferred. See textbooks on cryptography if you want to know why.
The functionality of the module can be accessed via OO methods or via standard function calls. Remember that some crypting module like for example Blowfish has to be installed. The syntax follows that of Crypt::CBC meaning you can access Crypt::ECB exactly like Crypt::CBC, though Crypt::ECB is more flexible. For example you can change the key or the cipher without having to create a new crypt object.
Andere aan libcrypt-ecb-perl gerelateerde pakketten
|
|
|
|
-
- dep: libcrypt-blowfish-perl
- Blowfish cryptography for Perl
- of libcrypt-cast5-perl
- CAST5 block cipher
- of libcrypt-des-ede3-perl
- Triple-DES EDE encryption/decryption for perl
- of libcrypt-des-perl
- Perl DES encryption module
- of libcrypt-eksblowfish-perl
- Perl module implementing the Eksblowfish block cipher
- of libcrypt-twofish-perl
- Perl module for Twofish Encryption Algorithm
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: libcrypt-blowfish-perl
- Blowfish cryptography for Perl
-
- sug: libcrypt-cast5-perl
- CAST5 block cipher
-
- sug: libcrypt-des-ede3-perl
- Triple-DES EDE encryption/decryption for perl
-
- sug: libcrypt-des-perl
- Perl DES encryption module
-
- sug: libcrypt-eksblowfish-perl
- Perl module implementing the Eksblowfish block cipher
-
- sug: libcrypt-twofish-perl
- Perl module for Twofish Encryption Algorithm