pgp file?
Hi,
I have a pgp encrypted file. I need to have a c# component read this file, make a copy of it, and write it out to a folder. In order to keep the pgp file intact so it can still be decrypted, how do I do that? I'm thinking I must specify that the file coming in is in binary format and write it out in binary so I don't screw up the incoming file, but I'm not sure. Can anyone help please?
thanks
Kevin
|