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
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
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
>
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
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
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
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
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
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
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
10 matches
Mail list logo