ror. The
> data from in3 and tmp3 looks similar, but there is a difference on first
> 16 bytes. Any idea what is going on?
>
>
--
View this message in context:
http://www.nabble.com/AES_cbc_encrypt---data-differs-on-first-16-bytes.-tf4678114.html#a13382213
Sent from the OpenSSL - U
_cbc_encrypt(out3,tmp3,48,&akey,ivec,0);
if (comparearrays(in3,tmp3,48)<0) {printf("\nError!\n");return 0;}
//error all the time! first 16 bytes different!
return 0;
--
View this message in context:
http://www.nabble.com/AES_cbc_encrypt---data-differs-on-first-16-bytes.-