- or download this
#!/usr/bin/perl -w
...
croak $gpg->error() if $gpg->error();
print $enc;
- or download this
gpg --encrypt --recipient bob@dot.com
- or download this
-----BEGIN PGP MESSAGE-----
Comment: For info see http://www.gnupg.org
...
QnM+Zs1Rug+v6lYBCpN7
=Rjs4
-----END PGP MESSAGE-----
- or download this
#!/usr/bin/perl -w
...
croak $gpg->error() if $gpg->error();
print $dec;
- or download this
Can you read this