Re: Encryption/Decryption

2002-09-21 Thread zentara
On Sat, 21 Sep 2002 11:31:38 -0400, [EMAIL PROTECTED] (Zentara) wrote: >On Fri, 20 Sep 2002 08:24:30 -0400, [EMAIL PROTECTED] (Rob Das) >wrote: > >>Hi List: >> >>Can anyone suggest a way/module to encrypt the contents of a file then >>decrypt it to get the contents back? I see many different modu

Re: Encryption/Decryption

2002-09-21 Thread zentara
On Fri, 20 Sep 2002 08:24:30 -0400, [EMAIL PROTECTED] (Rob Das) wrote: >Hi List: > >Can anyone suggest a way/module to encrypt the contents of a file then >decrypt it to get the contents back? I see many different modules on CPAN, >but wondered if anyone can recommend one. I would be doing the en

RE: Encryption/Decryption

2002-09-20 Thread Nikola Janceski
I don't know how good the PGP module on CPAN is, but it looks promising the last time I looked. > -Original Message- > From: Rob Das [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 20, 2002 8:25 AM > To: [EMAIL PROTECTED] > Subject: Encryption/Decryption >

Encryption/Decryption

2002-09-20 Thread Rob Das
Hi List: Can anyone suggest a way/module to encrypt the contents of a file then decrypt it to get the contents back? I see many different modules on CPAN, but wondered if anyone can recommend one. I would be doing the encryption in one program, and the decryption in a different program. Any ide

Re: Encryption/Decryption

2002-01-15 Thread Daniel Gardner
Tuesday, January 15, 2002, 4:31:46 PM, Gary Luther wrote: > I need some help from someone that may have traveled this road. > We will be receiving encrypted data from a remote location that we need to decrypt >and process. > What I know about the encryption is that it is symmetric, with DES and

Re: Encryption/Decryption

2002-01-15 Thread royce . wells
There is also Crypt::TripleDES that you might find useful. "The software said it required Windows 3.1 or better so I installed Linux. " Royce Wells Unix Systems Engineer Dept # 8023 123 S. Front St. Memphis, TN 38103-2905 Phone: (901)495-7538 Fax: (901)495-3300

Encryption/Decryption

2002-01-15 Thread Gary Luther
I need some help from someone that may have traveled this road. We will be receiving encrypted data from a remote location that we need to decrypt and process. What I know about the encryption is that it is symmetric, with DES and CBC. My question is can I use a Perl routine to Decrypt the inf

Re: Help with encryption/decryption

2002-01-13 Thread Daniel Gardner
Friday, January 11, 2002, 9:27:46 PM, Gary Luther wrote: > Here is what I know about the data I need to decrypt: > Algorithm - The block cipher DES is the standard cipher for all >encryption/decryption operations. > Padding - PKCS #5 padding is used. > Chaining - Cipher Block Ch

Help with encryption/decryption

2002-01-11 Thread Gary Luther
My head hurts. I am trying to build a Perl script to decrypt/encrypt some information. I have some test information for the project. Here is what I know about the data I need to decrypt: Algorithm - The block cipher DES is the standard cipher for all encryption/decryption operations. Padding

Encryption/Decryption problem

2002-01-09 Thread Gary Luther
I have a problem that I am not sure how to approach. Problem: We have a website that will direct users to another site for authentication.. The user is then directed back to oursite and the authenticating site responds to a PASS or FAIL URL depending on whether or not the user passed or fail