AndrewKarnowski 0 #1 January 13, 2007 Once again I come to the bonfire for some php help. I need a method of reversible encryption, that would allow the encrypted information to only be accessible by people that were given permission to view it. Including the admin of the site, which would be me. I currently have it set up as: member_id location_id member_permissions when member_id=location_id all the reversible encryption I've seen so far requires a key that's hidden in the code somewhere, but that would still allow me to see _everything_ if I wanted to. ideas? Quote Share this post Link to post Share on other sites
AndrewKarnowski 0 #2 January 17, 2007 *bump* because this is important. my friend told me to look into public key infrastructures, so I'm doing that now... suggestions? Quote Share this post Link to post Share on other sites
Buried 0 #3 January 17, 2007 md5 encrypt both vars. tada Where is my fizzy-lifting drink? Quote Share this post Link to post Share on other sites