2002-02-10 20:28:37 +01:00
|
|
|
This is a small command-line utility for encryption and decryption
|
|
|
|
using the principle of one-time pads (OTPs). One or more data files
|
|
|
|
given to pad are XORd with each other and with RNG output, resulting
|
|
|
|
in two or more output files. The output files are indistinguishable
|
|
|
|
from random noise, except that when the pad utility is used to XOR
|
|
|
|
them together again, the original data files may be recovered.
|
2000-07-16 22:06:19 +02:00
|
|
|
|
2003-10-15 23:28:02 +02:00
|
|
|
WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/
|
2000-07-16 22:06:19 +02:00
|
|
|
|
2002-02-10 20:28:37 +01:00
|
|
|
Jason Harris <jharris@widomaker.com>
|