Re: [PMX:##] Crypt::TripleDES Help.....

2002-05-24 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > I'm just trying to get the below to work properly. I'm > taking a credit card number, and incrypting it. Then > printing it out, then unincrypting it. I'm having problems > getting the latter to work. Any help greatly appreciated. > > #!/Perl -w > > use strict; > u

[PMX:##] Crypt::TripleDES Help.....

2002-05-24 Thread barons
I'm just trying to get the below to work properly. I'm taking a credit card number, and incrypting it. Then printing it out, then unincrypting it. I'm having problems getting the latter to work. Any help greatly appreciated. #!/Perl -w use strict; use Crypt::TripleDES; my $des = new Crypt::T