storing original password text
- by Richard
My application stores external website login/passwords for interaction with them. To interact with these website I need to use the original password text, so storing just the hash in my database is not going to work.
How should I store these passwords?