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
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