[ 源代码: libsecrecy ]
软件包:libsecrecy-dev(0.0.5+ds-4 以及其他的)
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: pkgconf
- 管理软件库的编译和链接标志