mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
7b6c9b4ed1
(hence, OTP) encryption method. PR: 33362 Submitted by: Seamus Venasse <svenasse@polaris.ca>
10 lines
425 B
Plaintext
10 lines
425 B
Plaintext
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>
|