Re: decrypting with des-cbc without encryption previously

2009-05-08 Thread Andrey Boyko
Got it. Andrey Boyko wrote: Hi all! I tried to decrypt input file of size 24B that was not previously encrypted (just some random 24B) using des-cbc. This is command: openssl des-cbc -d -in input -out output -K 0123456789abcdef -iv 0123456789abcdef -nopad -nosalt I got some output of size

decrypting with des-cbc without encryption previously

2009-05-08 Thread Andrey Boyko
Hi all! I tried to decrypt input file of size 24B that was not previously encrypted (just some random 24B) using des-cbc. This is command: openssl des-cbc -d -in input -out output -K 0123456789abcdef -iv 0123456789abcdef -nopad -nosalt I got some output of size 24B. Then I tried to decrypt