![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: Using OpenPGP to encrypt large filesby pc88mxer (Vicar) |
on Aug 05, 2008 at 16:30 UTC ( #702406=note: print w/replies, xml ) | Need Help?? |
From what I can tell, Crypt::OpenPGP does not support streaming. Even if you pass it a file name, the very first thing it does is slurp the contents into a variable.
What about piping your data to a command-line version of PGP? I.e., something like:
In Section
Seekers of Perl Wisdom
|
|