Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#171765 - 12/30/0609:17 PMRe: Viewability of users' passwords
[Re: bs1979]
Registered: 06/05/06
Posts: 14994
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.
Registered: 06/05/06
Posts: 14994
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
Registered: 06/05/06
Posts: 14994
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...