onetime

command-line encryption using the "one-time pad" method

Install

All systems
curl cmd.cat/onetime.sh
Debian Debian
apt-get install onetime
Ubuntu
apt-get install onetime
image/svg+xml Kali Linux
apt-get install onetime
Windows (WSL2)
sudo apt-get update sudo apt-get install onetime
OS X
brew install onetime
Raspbian
apt-get install onetime

onetime

command-line encryption using the "one-time pad" method

OneTime is an encoder/decoder that uses the one-time pad algorithm. OneTime is a simple one-time pad encryption program that takes care of some of the pad-management bureaucracy for you. It avoids re-using pad data (except when decrypting the same encrypted message twice, of course) by maintaining records of pad usage. If you keep your ~/.onetime configuration area under version control with Subversion or CVS, OneTime will automatically update it to get the latest pad usage records before using a pad, and will commit new records after using a pad. Thus, by sharing a single configuration area via version control, you and your interlocutors can more easily avoid the sin of pad range reuse. See http://www.red-bean.com/onetime for more information about OneTime, or run 'onetime --help' for detailed usage. For more information about one-time pads in general, see http://en.wikipedia.org/wiki/One-time_pad.