Finding a Encryption Algorithm to encrypt users personal data -


there personal service need encrypt user's data archived password able make database saved secret data.it meaningful can make sure software developer , manager can't users data.
it's easy can choice algorithm let user's password factor link encrypted data.but how user change password? on 1 hand, can't save user's password straightly(password encrypted md5 irreversible), on other hand, can't encrypt data again if password changed.
able do?thanks

update
hit situation when user forget password.it seems presupposition unreality.>_<
please consider haven't think of idea.
make question fallback "how use encrypted data in database make sure data owner can achieve it."
if not consider forget password, @samgak give idea @ question comment.
, now, can continue use users password key or find way deal new problem?


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -