in reply to (ichimunki) Re: Crypt::TripleDES decrypting problem
in thread Crypt::TripleDES decrypting problem
Sparkywhile (<INPUT>){ my $plaintext = $des->decrypt3 ( $_, $passcode ); print OUTPUT "$plaintext"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(ichimunki) Re x 3: Crypt::TripleDES decrypting problem
by ichimunki (Priest) on Jan 10, 2002 at 21:19 UTC | |
by sparkyichi (Deacon) on Jan 10, 2002 at 21:40 UTC |