Re: unsealing EVP_Seal... from command-line

2006-10-13 Thread Victor B. Wagner
On 2006.10.12 at 18:44:20 -0400, William Triplett wrote: Dear openssl-users, Suppose that I have the Sealed Data, Envelope, and proper Private Key for some data encrypted with EVP_Seal* using RC4 (basically, PHP's openssl_seal() function). Is there a way to decrypt it using the

unsealing EVP_Seal... from command-line

2006-10-12 Thread William Triplett
Dear openssl-users, Suppose that I have the Sealed Data, Envelope, and proper Private Key for some data encrypted with EVP_Seal* using RC4 (basically, PHP's openssl_seal() function). Is there a way to decrypt it using the command-line openssl tools? I've tried this method: ### bt$