9
votes
1answer
238 views

Reversible, recoverable user data encryption scheme

From this earlier question, I have a general need to obfuscate a set of third-party credentials stored in a user account, which are then used in an internal Winforms software client. The scheme from ...
0
votes
0answers
31 views

Password recovery protocol for user account [duplicate]

Possible Duplicate: Can anyone provide references for implementing web application self password reset mechanisms properly? I need to create a password recovery mechanism for a user account ...