[ 源代码: libsecrecy ]
软件包:libsecrecy-dev(0.0.2+dfsg-2)
libsecrecy-dev 的相关链接
Debian 的资源:
下载源码包 libsecrecy:
- [libsecrecy_0.0.2+dfsg-2.dsc]
- [libsecrecy_0.0.2+dfsg.orig.tar.xz]
- [libsecrecy_0.0.2+dfsg-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [gitlab.com]
相似软件包:
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.
其他与 libsecrecy-dev 有关的软件包
|
|
|
|
-
- dep: libgpgme-dev
- GPGME - GnuPG Made Easy (development files)
-
- dep: nettle-dev
- low level cryptographic library (development files)
-
- dep: pkg-config
- manage compile and link flags for libraries