libsecrecy 0.0.5+ds-4 source package in Ubuntu

Changelog

libsecrecy (0.0.5+ds-4) unstable; urgency=medium

  * d/watch: move to git mode.
    This repairs failure to scan caused by changes in gitlab.
  * d/control: declare compliance to standards version 4.7.0.
  * d/control: build depends on pkgconf instead of pkg-config.
  * d/control: libsecrecy-dev depends on pkgconf instead of pkg-config.

 -- Étienne Mollier <email address hidden>  Wed, 24 Apr 2024 10:02:57 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
libsecrecy_0.0.5+ds-4.dsc 2.2 KiB 9f902156399a9733bd0687455ece0360becd6cdf33486eeb7a96a74e9be214d6
libsecrecy_0.0.5+ds.orig.tar.xz 29.1 KiB 13f20e34b8f3415d7a41e0aca786dba90313f957099704f8f810bd130109fd5c
libsecrecy_0.0.5+ds-4.debian.tar.xz 5.1 KiB 360c1d0c5c48dfbf6ff6d56bedda39f284327379702e7136b8c8dd8ac497f9f3

No changes file available.

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