onetime 1.122-1ubuntu2 source package in Ubuntu

Changelog

onetime (1.122-1ubuntu2) focal; urgency=medium

  * No-change rebuild with fixed binutils on arm64.

 -- Matthias Klose <email address hidden>  Mon, 10 Feb 2020 08:23:20 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Karl Fogel
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
onetime_1.122.orig.tar.gz 1.7 MiB 44dff1dcbd83b08d743c22692a36bf95686a54a57f731b22124d0bd84e2828bf
onetime_1.122-1ubuntu2.debian.tar.xz 3.6 KiB ec49fad9de6fe222a59b77bbe6c74245a222831c44cdfe31962c2456159f716f
onetime_1.122-1ubuntu2.dsc 1.8 KiB 3aa4d80d5aee68e6b6d92721ed17ff74bc821d53fa131d6c149ca00c33af3859

Available diffs

View changes file

Binary packages built by this source

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.