#171768 - 12/30/0606:30 PMRe: Viewability of users' passwords
[Re: Rick]
Gizmo
Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
It's also good to state that storing passwords in plain text could be a security issue (in several ways), encoding in MD5 is at least better than leaving it as plain text.
#171800 - 12/30/0609:40 PMRe: Viewability of users' passwords
[Re: ntdoc]
Gizmo
Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
MD5 cannot be decrypted, however the hash can be compared against a hash database; which is why I recommend using a dual salt when MD5'ing anything :nods:
Well actually I'd have to find the link but just about 2 monts ago I was reading where it can and was, but for now since I don't have the link I'll stand down on it
#171820 - 12/30/0609:51 PMRe: Viewability of users' passwords
[Re: ntdoc]
Gizmo
Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
I'd love to see it, I've not heard of anyway to decrypt an MD5 hash, I know it's not secure if unsalted as there are tons of hash comparison sites, but it goes a long way...