Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use Crypt::Simple (passphrase=>'myTestPhrase'); my $data = encrypt("Here we go"); print "Encrypted: $data\n"; use Crypt::Simple (passphrase=>'Another_tEst_Trial'); my $samething = decrypt($data); print "Decrypted: $samething\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Crypt::Simple Passphrase Issue
by liverpole (Monsignor) on May 17, 2006 at 12:57 UTC | |
by Anonymous Monk on May 17, 2006 at 13:05 UTC | |
by Corion (Patriarch) on May 17, 2006 at 13:06 UTC | |
by Anonymous Monk on May 17, 2006 at 13:16 UTC |