
These are some small example programms. Use this to learn how to use this
library. The sample code is intended to be in the "public domain". However,
the german law don't knows the term "public domain" so I put a special
copyright header in each example. The goal is to be effectivly equal to
"public domain". Please note: All remaining parts of Privacy Guard Glue is
protected under the terms of the Gnu General Public License as noted in 
every file part of the package.


gpgsearch		Searches the GnuPG binary `gpg' in the $PATH
			environment and prints out the path found.

symencrypt		Demonstrates how to encrypt a message symmetrically
			contained in a C string and store the encrypted data
			in a memory chunk.

symdecrypt		Show how to decrypt a symmetrically encrypted file 
			and print the cleartext data to stdout.

clearsign		A small tool to create a cleartext signature of a
			given file and prints them to stdout.

