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 git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update from 1.18 to 1.19danilo2014-03-122-3/+5
* - Update from 1.17 to 1.18danilo2013-11-172-3/+3
* - Change maintainer email to @FreeBSD.orgdanilo2013-09-262-5/+9
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* Convert archivers from USE_GMAKE to USES=gmakebapt2013-08-301-1/+1
* - Update to 1.17bdrewery2013-03-282-3/+3
* - Update to 1.16beech2013-03-042-9/+5
* Fix typos in COMMENTcs2012-07-251-1/+1