Re: problem with PKCS7_decrypt

2008-04-14 Thread Dr. Stephen Henson
On Mon, Apr 14, 2008, shankar ks wrote: > Hi , > > I have encrypted the data using pkcs7_encrypt and stored the content in one > file . and I called the same file as a input for the decrypt using > pkcs7_decrypt Api and copied the data to a file . > then if i open the output file, i have the orgi

problem with PKCS7_decrypt

2008-04-14 Thread shankar ks
Hi , I have encrypted the data using pkcs7_encrypt and stored the content in one file . and I called the same file as a input for the decrypt using pkcs7_decrypt Api and copied the data to a file . then if i open the output file, i have the orginal data which i encrypted . but the problem is on ea