Command-line encryption program using the "one-time pad" method
onetime [options] files...
onetime is a command-line "one-time pad" encryption program.
It follows the usual GNU command line syntax, with long options starting with two dashes (`-'). For a complete description of its options and usage, run it with the
-h
or --help option.
If you're new to one-time pads, you may also wish to run it with the --intro option, to see an introduction with references to further sources.
Run it with
-v or --version to see the program version.
onetime was written by Karl Fogel and is in the public domain.
This manual page was written by Karl Fogel <[email protected]>, for the Debian project (but may be used by others).