gfsecret 0.5.0-2build2 source package in Ubuntu

Changelog

gfsecret (0.5.0-2build2) noble; urgency=medium

  * No-change rebuild against libcurl4t64

 -- Steve Langasek <email address hidden>  Sat, 16 Mar 2024 06:16:18 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 404.9 KiB 755457b61eb809ab90a7bdb94e6bbf5e8633af48a3c3445ca0833906c936fd8d
gfsecret_0.5.0.orig.tar.gz.asc 228 bytes 2344a472f6ae06fb5054ff07f9a3bdf8255c5f4ba6f4adcbdd4759aceb840eb8
gfsecret_0.5.0-2build2.debian.tar.xz 17.8 KiB 9fedc09ea8a2a84f45c4450e76ef6513fa50cd345ac4f243753d503a3640dab9
gfsecret_0.5.0-2build2.dsc 2.3 KiB 9f55355f98e8e66608afb1a591ba7e17729b0f42fed4440bf44233ba469bd0ac

View changes file

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