wok-current
annotate gpgme/description.txt @ rev 25786
Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
| author |
Stanislas Leduc <shann@slitaz.org> |
| date |
Tue Jul 29 18:05:13 2025 +0000 (3 months ago) |
| parents |
ac006a7bf27c |
| children |
|
| rev |
line source |
|
al@19226
|
1 GnuPG Made Easy (GPGME) is a C language library that allows to add
|
|
al@19226
|
2 support for cryptography to a program. It is designed to make access
|
|
al@19226
|
3 to public key crypto engines like GnuPG or GpgSM easier for
|
|
al@19226
|
4 applications. GPGME provides a high-level crypto API for encryption,
|
|
al@19226
|
5 decryption, signing, signature verification and key management.
|
|
al@19226
|
6
|
|
al@19226
|
7 GPGME uses GnuPG and GpgSM as its backends to support OpenPGP and the
|
|
al@19226
|
8 Cryptographic Message Syntax (CMS).
|