Re: des_ncbc_encrypt question

2009-03-08 Thread Nikos Balkanas
: Sent: Sunday, March 08, 2009 9:11 PM Subject: RE: des_ncbc_encrypt question I suggest you carefully read the following function description paying close attention to length. DES_ncbc_encrypt() encrypts/decrypts using the cipher-block-chaining (CBC) mode of DES. If the encrypt argument i

RE: des_ncbc_encrypt question

2009-03-08 Thread Bill Colvin
: des_ncbc_encrypt question Hi, I am using des_ncbc_encrypt to encrypt/decrypt packages in a server/client architecture (CBC mode). When I test encryption/decryption from within the server I get everything decrypted OK, except the last 4 bytes. However, this is enough for the client to reject the packet

des_ncbc_encrypt question

2009-03-08 Thread Nikos Balkanas
Hi, I am using des_ncbc_encrypt to encrypt/decrypt packages in a server/client architecture (CBC mode). When I test encryption/decryption from within the server I get everything decrypted OK, except the last 4 bytes. However, this is enough for the client to reject the packet. I am using the f