Posts: 74
Threads: 28
Joined: Aug 2013
Reputation:
0
Can you tell me that hashing code? or how to translate it into english?
Posts: 1,355
Threads: 68
Joined: Nov 2011
Reputation:
0
translate into english? Not possibe. Though you can remove the hashing by editing the script
Posts: 386
Threads: 55
Joined: Nov 2013
Reputation:
0
Hashing means making the user's password secure. If your login/register system have hashing feature, it will convert the user's password into some random characters like you have posted above, so you can't check whats their actual password is. This feature is recommended to be added since it can protect your user's profile from being hacked.
Posts: 74
Threads: 28
Joined: Aug 2013
Reputation:
0
So there's no way to get it into english?
Posts: 74
Threads: 28
Joined: Aug 2013
Reputation:
0
Just let me know if I can generate their passwords to english
Posts: 1,355
Threads: 68
Joined: Nov 2011
Reputation:
0
You can not change the random letters you gave, Though you can remove hashing from your script and the next time someone registers on your server, The password won't hash , means you can see the password then.