freebsd-ports/security/pad/pkg-descr
Edwin Groothuis d37f298649 [maintainer-update] ports/security/pad - make fetchable again
http://www.lammah.com/ has been unresponsive long enough, point
	to working sites

PR:		ports/58087
Submitted by:	Jason Harris <jharris@widomaker.com>
2003-10-15 21:28:02 +00:00

11 lines
511 B
Plaintext

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.
WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/
Jason Harris <jharris@widomaker.com>