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 Chaining (CBC) is used

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