newperlmonkey has asked for the wisdom of the Perl Monks concerning the following question:
The above encryption command produces new encrypted file with name 'SampleData.txt.asc' leaving the original file 'SampleData.txt' untouched in the same location.my $file = '/opt/SampleData.txt'; $encrytion = `pgp -ea +batchmode $file publickey.pgp`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OT: PGP encryption command to use in Perl
by Corion (Patriarch) on Oct 12, 2015 at 18:20 UTC | |
by newperlmonkey (Novice) on Oct 12, 2015 at 19:41 UTC | |
by Corion (Patriarch) on Oct 13, 2015 at 07:54 UTC | |
by soonix (Chancellor) on Oct 13, 2015 at 07:49 UTC | |
|
Re: OT: PGP encryption command to use in Perl
by NetWallah (Canon) on Oct 12, 2015 at 18:26 UTC | |
by newperlmonkey (Novice) on Oct 12, 2015 at 19:43 UTC |