Gossamer Forum
Home : General : Internet Technologies :

Need to Encrypt Form data, add it to mysql db, then download encrypted, then decrypt it....

Quote Reply
Need to Encrypt Form data, add it to mysql db, then download encrypted, then decrypt it....
Hi All

Looking to encrypt form data, add it to a mysql db, then download that encrypted data, and then decrypt it locally probably on a win machine. Would like to use gpg.

Would anyone have any tips on this? What is needed to decrypt the data locally?

Another nice thing might be to view the data in https with some kind of pw protected viewer. If viewed this way, the data would have to be displayed unencrypted.

Thanks for any suggestions Smile

------------------------------------------

Last edited by:

DogTags: Nov 3, 2003, 7:39 AM
Quote Reply
Re: [DogTags] Need to Encrypt Form data, add it to mysql db, then download encrypted, then decrypt it.... In reply to
>>>Would like to use gpg. <<<

You mean PGP?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Need to Encrypt Form data, add it to mysql db, then download encrypted, then decrypt it.... In reply to
gnupg

http://www.gnupg.org/

I've heard it referred to as gpg, gnupg, maybe a few others

------------------------------------------