libsecrecy 0.0.5+ds-3build2 source package in Ubuntu

Changelog

libsecrecy (0.0.5+ds-3build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:36:13 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libsecrecy_0.0.5+ds.orig.tar.xz 29.1 KiB 13f20e34b8f3415d7a41e0aca786dba90313f957099704f8f810bd130109fd5c
libsecrecy_0.0.5+ds-3build2.debian.tar.xz 5.1 KiB f2145195dab6e6d21b9dd27985df1246f86b1c1a3b09993466c07934ad093dbd
libsecrecy_0.0.5+ds-3build2.dsc 2.2 KiB a83e47c1a69d6cced58ea31a1cb2156b0acf15ce7e421d4b697a7b4355c76df1

View changes file

Binary packages built by this source

libsecrecy-dev: C++ header only library for random access to encrypted files

 libsecrecy is a header only C++ library implementing an encrypted file format
 based on GCM (Galois Counter Mode) and AES128 or AES256.
 .
 It uses nettle routines for file encryption and decryption via GCM using
 AES128 or AES256 as cipher function and gpgme for key storage.
 .
 While encryption is currently only supported in a streaming fashion,
 decryption allows random access in the encrypted file due to independently
 encoded subunits.

secrecy: tool to handle libsecrecy keys and encrypted files

 libsecrecy is a header only C++ library implementing an encrypted file format
 based on GCM (Galois Counter Mode) and AES128 or AES256.
 .
 The libsecrecy distribution comes with a command line tool called secrecy.
 This tool has subcommands to manage libsecrecy encryption keys, encrypt, and
 decrypt files encrypted with the libsecrecy.

secrecy-dbgsym: debug symbols for secrecy