[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] PGP installation and config with SSL
- Subject: Re: [cobalt-developers] PGP installation and config with SSL
- From: corliss@xxxxxxxxxxxxxxx
- Date: Tue Mar 7 08:56:39 2000
On Tue, 7 Mar 2000, Jonas Pasche wrote:
> at the moment, i would *always* prefer the gpg-solution because of strong
> encryption, open source, no patent worries (as you say), and it is very
> simple to use within perl scripts as you can open gpg and read its output:
>
> open (GPG, "gpg --some --nice --parameters|");
> while (<GPG>) {
> ...
There's a pretty well put together PGP::GPG::MessageProcessor module that
gives you a psuedo-OO means of encrypting/decrypting stuff, too.
--Arthur Corliss
Programmer/Administrator
Gallant Technologies (http://www.gallanttech.com/)