Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to secure your own Control Panel Re: How to secure your own Control Panel

#135353
AndrewPham
Participant

So I’m just going to hash the password string, and put it back in the db? How am I going to “dehash” it, in order to check if it matches with the pass he entered? I think, though, that the hashed version isn’t just a string. If you output the code, you will get the original string behind it, am I right?