I have an encrypted message which I produced with the following command line:
openssl smime -sign -signer web-public.pem -inkey web-private.key -outform der -nodetach -binary -in clear.txt | openssl smime -encrypt -des3 -binary -outform pem -out encrypt.txt dummy.pem How do I decrypt encrypt.txt? I have dummy.key corressponding dummy.pem (ofcourse). The only thing I can get to work is: openssl smime -decrypt -inform pem -in encrypt.txt -recip dummy.pem -inkey dummy.key But, this produces binary! Is there another step? Thanks in advance ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]