| Paketname | onetime |
| Beschreibung | command-line encryption using the "one-time pad" method |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.73-1.1 |
| Sektion | universe/misc |
| Priorität | extra |
| Installierte Größe | 80 Byte |
| Hängt ab von | python |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 12786 Byte |
| Prüfsumme MD5 | 8c9a6bc8173ec728cc2d5514c675f014 |
| Prüfsumme SHA1 | 5a83020f0b01e6b84a9dc3bfe2c57939b9a8f270 |
| Prüfsumme SHA256 | fbd23283e3da36186d112fcc53fd164001d3f82389f6b4d5c91ce5fa15a82034 |
| Link zum Herunterladen | onetime_1.73-1.1_i386.deb |
| Ausführliche Beschreibung | OneTime is an encoder/decoder that uses the one-time pad algorithm.
.
OneTime is a simple 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 transparently
avoid the sin of pad range reuse.
.
See http://en.wikipedia.org/wiki/One-time_pad for more information
about one-time pads in general; run 'onetime --help' for a detailed
usage message about OneTime itself.
|