gfsecret 0.4.6-1.1 source package in Ubuntu

Changelog

gfsecret (0.4.6-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No-change source-only upload to allow testing migration. 

 -- Boyuan Yang <email address hidden>  Thu, 23 Jan 2020 11:05:56 -0500

Upload details

Uploaded by:
Thomas Perret
Uploaded to:
Sid
Original maintainer:
Thomas Perret
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gfsecret_0.4.6-1.1.dsc 2.1 KiB b16c9d033d398f6ee564cba5647fcea21ee399076006a7c8a947dbf5be2b7d80
gfsecret_0.4.6.orig.tar.gz 380.9 KiB 97152acf1f2c89bb3a0b899ed9ce42016c68c6e7edb840d69eb09027ad929a23
gfsecret_0.4.6.orig.tar.gz.asc 228 bytes f1c244790d4925abd61eb21d6c9e7c452bca1c7e55e62a934205f2e6676b1cc0
gfsecret_0.4.6-1.1.debian.tar.xz 16.8 KiB 209ebd6fe67252253919648bc2be4d7687865efb60860ad00277915e38f31ecd

Available diffs

No changes file available.

Binary packages built by this source

gfsecret: Tools to make secret sharing easier

 Gfsecret is a set of tools to facilitate secret sharing according to the
 Adi Shamir’s secret sharing scheme.
 .
 Two tools are provided: gfsec-split will split a file into several shares,
 and gfsec-use will reconstruct the original file from some of the shares.
 Both tools use the concept of a share URI, which is a way of describing a
 share with a URI-like syntax. The gfsec-split program uses them to know where
 to dispatch the generated shares, and gfsec-use uses them to know where to
 search for shares in order to reconstruct the original file.
 .
 The package also provide a script wrapper around gfsec-split: gfsec-split-gpg
 to facilitate splitting your GnuPG private primary key which can be combine
 with gfsec-use.

gfsecret-dbgsym: debug symbols for gfsecret