I'm using openssl.exe (last version 1.0.1) for encrypt some files with Windows Seven.
My command line is : openssl cms -encrypt -in c:\sc224.pdf -out c:\sc224.pkcs7 -outform DER -aes-128-cbc c:\test.pem I haven't problem for small files but when i try this command line with a file of 400Ko there's no error reported but the result is a very small pkcs7 file. I've tried the -print option, the result file is good except in the encryptedContent section who is too small to ! Thanx a lot if you have some explanation for this issue... Frédéric VALLEE
I'm using openssl.exe (last version 1.0.1) for encrypt some files with Windows Seven. My command line is : openssl cms -encrypt -in c:\sc224.pdf -out c:\sc224.pkcs7 -outform DER -aes-128-cbc c:\test.pem I haven't problem for small files but when i try this command line with a file of 400Ko there's no error reported but the result is a very small pkcs7 file. I've tried the -print option, the result file is good except in the encryptedContent section who is too small to ! Thanx a lot if you have some explanation for this issue... Fr?d?ric VALLEE |
