summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OTP/pkg-descr
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-01-26 03:01:41 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-01-26 03:01:41 +0000
commit7b6c9b4ed1cd6795ab2e8e925698d831f2b7f7a1 (patch)
treeff1aad414b6d056ec993b5b740cfb513e770b77a /security/p5-Crypt-OTP/pkg-descr
parentUpdate to 2.5.2 (diff)
Add p5-Crypt-OTP 1.03, perl implementation of the One Time Pad
(hence, OTP) encryption method. PR: 33362 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=53742
Diffstat (limited to 'security/p5-Crypt-OTP/pkg-descr')
-rw-r--r--security/p5-Crypt-OTP/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/p5-Crypt-OTP/pkg-descr b/security/p5-Crypt-OTP/pkg-descr
new file mode 100644
index 000000000000..895c9796c7bf
--- /dev/null
+++ b/security/p5-Crypt-OTP/pkg-descr
@@ -0,0 +1,9 @@
+The One Time Pad encryption method is very simple, and impossible
+to crack without the actual pad file against which the to-be-encrypted
+message is XOR'ed. Encryption and decryption are performed using
+excactly the same method, and the message will decrypt correctly
+only if the same pad is used in decryption as was use in encryption.
+
+WWW: http://search.cpan.org/search?dist=Crypt-OTP
+
+Seamus Venasse <svenasse@polaris.ca>