Re: verifying a decryption

2004-04-18 Thread Vadim Fedukovich
openssl at schwebbman.com wrote: I am working on writing a program that performs encryption uses triple-DES. I am reading(decrypting) and writing(encrypting) a linked list to a file. The program will read and write the individual structures that make up the linked list using OpenSSL. The problem

RE: verifying a decryption

2004-04-16 Thread David Schwartz
Original: I am working on writing a program that performs encryption uses triple-DES. I am reading(decrypting) and writing(encrypting) a linked list to a file. The program will read and write the individual structures that make up the linked list using OpenSSL. The problem that I am running into,

verifying a decryption

2004-04-16 Thread openssl
I am working on writing a program that performs encryption uses triple-DES. I am reading(decrypting) and writing(encrypting) a linked list to a file. The program will read and write the individual structures that make up the linked list using OpenSSL. The problem that I am running into, is that