Openssl decrypt

Hi all,
I need to decrypt a file using my private key. This file is encrypted using the following commad:

openssl.exe smime -encrypt -in %NOMEFILE% -outform der -binary -des3 -out %NOMEFILE%.enc lamiachiave.pem

Anyone can help about reversing the encrypt commad?

Tx all

Claudio

I found a stackoverflow about it.

Maybe that will help.

1 Like