storing original password text
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2010-06-14T04:25:26Z
Indexed on
2010/06/14
4:32 UTC
Read the original article
Hit count: 227
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?
© Stack Overflow or respective owner