summaryrefslogtreecommitdiffstats
path: root/perl/perl-Crypt-CBC/slack-desc
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/slack-desc
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/slack-desc')
-rw-r--r--perl/perl-Crypt-CBC/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Crypt-CBC/slack-desc b/perl/perl-Crypt-CBC/slack-desc
new file mode 100644
index 0000000000..b635145207
--- /dev/null
+++ b/perl/perl-Crypt-CBC/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+perl-Crypt-CBC: perl-Crypt-CBC (perl Cipher Block Chaining Mode cipher)
+perl-Crypt-CBC:
+perl-Crypt-CBC: This module is a Perl-only implementaiton of the cryptographic cipher
+perl-Crypt-CBC: block chaining mode (CBC). In combination with a block cipher such as
+perl-Crypt-CBC: DES or IDEA, you can encrypt and decrypt messages of arbitrarily long
+perl-Crypt-CBC: length. The encrypted messages are compatible with the encryption
+perl-Crypt-CBC: format used by the OpenSSL package.
+perl-Crypt-CBC:
+perl-Crypt-CBC: Homepage: http://search.cpan.org/dist/Crypt-CBC-2.30/
+perl-Crypt-CBC:
+perl-Crypt-CBC: