What about piping your data to a command-line version of PGP? I.e., something like:
open(PGP, "|gpg -output file -encrypt -recipient ..."); while (<FH>) { print PGP } close(PGP);
In reply to Re: Using OpenPGP to encrypt large files
by pc88mxer
in thread Using OpenPGP to encrypt large files
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |