Hi, i recently made a script to encrypt documents in a directory with GnuPg. After a look at some PERL modules like Gnupg-Interface or GPG , i decided to go with gpg throw system calls. For the passphrase, i used Expect(require IO-Tty & IO-Stty) as a Perl Module. It works fine (enough to do what i want)