aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES_PP/pkg-descr
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-20 14:49:19 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-20 14:49:19 +0000
commit90136fe7743b023361743254d7019165a7eb99a0 (patch)
tree6235900821c3aae88ed26aa39484c41a8964b862 /security/p5-Crypt-DES_PP/pkg-descr
parent01df69d42ddb96c5f2c1efd5494d8ebebd337d86 (diff)
Notes
Diffstat (limited to 'security/p5-Crypt-DES_PP/pkg-descr')
-rw-r--r--security/p5-Crypt-DES_PP/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/p5-Crypt-DES_PP/pkg-descr b/security/p5-Crypt-DES_PP/pkg-descr
new file mode 100644
index 000000000000..69ebb2e9e135
--- /dev/null
+++ b/security/p5-Crypt-DES_PP/pkg-descr
@@ -0,0 +1,23 @@
+The Data Encryption Standard (DES), also known as Data
+Encryption Algorithm (DEA) is a semi-strong encryption and
+decryption algorithm.
+The module is 100 % compatible to Crypt::DES but is implemented
+entirely in Perl. That means that you do not need a C compiler
+to build and install this extension.
+The module implements the Crypt::CBC interface. You are
+encouraged to read the documentation for Crypt::CBC if you
+intend to use this module for Cipher Block Chaining.
+The minimum (and maximum) key size is 8 bytes. Shorter keys will
+cause an exception, longer keys will get silently truncated.
+Data is encrypted and decrypted in blocks of 8 bytes.
+The module implements the Ultra-Fast-Crypt (UFC) algorithm as
+found for example in the GNU libc. On the Perl side a lot has
+been done in order to make the module as fast as possible
+(function inlining, use integer, ...).
+Note: For performance issues the source code for the module is
+first preprocessed by m4. That means that you need an m4 macro
+processor in order to hack on the sources. This is of no concern
+for you if you only want to use the module, the preprocessed
+output is always included in the distribution.
+
+WWW: http://search.cpan.org/dist/Crypt-DES_PP