[ 原始碼: 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