gfsecret 0.5.0-2 source package in Ubuntu

Changelog

gfsecret (0.5.0-2) unstable; urgency=medium

  * debian/control: Bump Standards-Version to 4.6.2 (no changes needed)
  * debian/copyright: Update copyright year
  * debian/lintian-overrides: Fix mismatched lintian message

 -- Thomas Perret <email address hidden>  Sun, 03 Dec 2023 16:20:38 +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.5.0-2.dsc 2.2 KiB 83bfd575cf9a453b15afae29c632fc736bc3dc51ed8224490aad508100e8d525
gfsecret_0.5.0.orig.tar.gz 404.9 KiB 755457b61eb809ab90a7bdb94e6bbf5e8633af48a3c3445ca0833906c936fd8d
gfsecret_0.5.0.orig.tar.gz.asc 228 bytes 2344a472f6ae06fb5054ff07f9a3bdf8255c5f4ba6f4adcbdd4759aceb840eb8
gfsecret_0.5.0-2.debian.tar.xz 17.7 KiB b373d204c3250a57e656ff09ded532f106d8ca55df66e7ce8ae7f5f4e049e81c

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