Hello, I cannot figure out which is the 'command line' equivalent of openssl_open php function I store raw sealed data and envlope key in two files (cc.cry and ekey.cry) , then i try that:
$ openssl rsautl -decrypt -inkey rsaprivatekey.pem -in ekey.cry -out ekey $ openssl enc -rc4 -d -nosalt -in cc.cry -out cc -kfile ekey There is no errors, but the result is not at all the initial message. Can you please show me where is my mistake? Thanks ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]