summaryrefslogtreecommitdiffstats
path: root/perl/perl-Crypt-CBC/README
diff options
context:
space:
mode:
author Christopher Walker <kris240376@gmail.com>2013-04-26 19:08:44 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2013-04-28 12:30:28 -0300
commit94f084b231d585a9335c0dbc801967e5381eec14 (patch)
tree2c7391f7a6e322be080027ef8a772b21db5cd040 /perl/perl-Crypt-CBC/README
parent1c0db5ed3c26894b5231a5677fb59715c1592136 (diff)
downloadslackbuilds-94f084b231d585a9335c0dbc801967e5381eec14.tar.gz
slackbuilds-94f084b231d585a9335c0dbc801967e5381eec14.tar.xz
perl/perl-Crypt-CBC: Added (Cipher Block Chaining Mode cipher)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Crypt-CBC/README')
-rw-r--r--perl/perl-Crypt-CBC/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Crypt-CBC/README b/perl/perl-Crypt-CBC/README
new file mode 100644
index 0000000000..fd5e1d55b1
--- /dev/null
+++ b/perl/perl-Crypt-CBC/README
@@ -0,0 +1,4 @@
+This module is a Perl-only implementation of the cryptographic cipher block
+chaining mode (CBC). In combination with a block cipher such as DES or IDEA,
+you can encrypt and decrypt messages of arbitrarily long length. The encrypted
+messages are compatible with the encryption format used by the OpenSSL package.