Hi all!
I want to create a simple program in C to send a password to gnupg.
It's for a GNU/Linux server where I need to encrypt any fields into a
data base.
How to avoid that it can be get from memory?
I was thinking that instead of calling to the program I could use any
GnuPG library to make the same.