I'd like to be able to store some information in a table and have it safe from prying eyes. I do need to be able to decrypt it.
Currently we're using a RC4 routine to save the information. If someone looks at the data, it won't do them any good - unless they find the key that's stored on the server.
What we really need is something that works similar to PGP. That way even if they downloaded the key and the data it would be useless. Due to installation requirements is not suitable.
Any ideas on where to find code that will do what we need?
Thanks,
Jer
Currently we're using a RC4 routine to save the information. If someone looks at the data, it won't do them any good - unless they find the key that's stored on the server.
What we really need is something that works similar to PGP. That way even if they downloaded the key and the data it would be useless. Due to installation requirements is not suitable.
Any ideas on where to find code that will do what we need?
Thanks,
Jer