Skip to content

Latest commit

 

History

History

trash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Code Sample :: Encrypt plaintext in C via GnuPG Made Easy library

configure

  1. The code sample needs to run in environment with prepared .gnupg homedir with a gpg key. The fingerprint needs to be inserted into the main.c source file.
  2. INSERT_FAILURE can be defined in main.c source file to screw up the resulting decrypted plaintext to test for failure behaviour.

build

make

run

./main