onetime

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

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://www.red-bean.com/onetime/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install onetime