Recommended encrypt method
Posted by:
Nolan E
Date: July 19, 2009 05:02PM
Hoping to get some suggestions on this.
I'm creating a site that will ask for sensitive information from users. What I want to do is encrypt their info in the db using their password as the key.
The information will need to be decrypted, so can't use one-way encryption.
If anyone steals/hacks my db, they would need that particular user's password (plus salt set in php) to decrypt only that users information.
So I will make sure to tell them very clearly when they sign up: they need a very strong password, their password is not recoverable, and if they loose their password, there is no way to get their saved information back.
What would be the best algorithm to use for this case? Would php or mysql handle the encrypting/decrypting?
Just a brainstorm, open to any suggestions. Thanks!
Subject
Views
Written By
Posted
Recommended encrypt method
6781
July 19, 2009 05:02PM
3683
October 10, 2009 08:40PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.