[ 原始碼: 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
- manage compile and link flags for libraries