gfsecret 0.4.6-1 source package in Ubuntu

Changelog

gfsecret (0.4.6-1) unstable; urgency=medium

  * Initial release (Closes: #948038)

 -- Thomas Perret <email address hidden>  Mon, 06 Jan 2020 14:38:41 +0100

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.dsc 2.1 KiB b07d5d424b15fb75ac56d81d9f2673b5d9c9d3c60465c0320453105e95b657c0
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.debian.tar.xz 16.7 KiB dc5c67b7d581d1a9f0cee3e526e2f55c0da2df9bb6f0398e552e3842ee579097

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