RE: des_ncbc_encrypt question

2009-03-08 Thread Bill Colvin
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 is non-zero, the routine cipher-block-chain encrypts the cleartext data pointed to

Re: des_ncbc_encrypt question

2009-03-08 Thread Nikos Balkanas
...@opticatech.com To: openssl-users@openssl.org 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