Posts: 101
Threads: 9
Joined: Sep 2012
Reputation:
0
Gl on that, firstly you need to find out what encryption, and then if they added a salt to it, it makes it even harder. Also I don't quite understand what you're asking either
Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
The idea of Hashing passwords is to prevent anyone from reading them. That hash looks fairly strong so its a one way only, there is no way reversing it (no mater what anyone say).
Posts: 3,324
Threads: 96
Joined: Sep 2013
You clearly don't understand the point of hashing...
If there was a way to decrypt this, what would be the point of hashing? You should NOT remove the hashing from your server, and if you do you better tell all of your players that your server is insecure. You would be leaving all of your player's personal passwords up for grabs to hackers.
Remind me in the future to NEVER come in your server.
Posts: 1,199
Threads: 238
Joined: Feb 2016
Reputation:
0
Like guys said above. Why would you hash password if you want to read it?? I totally don't understand
Posts: 694
Threads: 2
Joined: Oct 2012
Reputation:
0
Nope, not interested in helping a 10y/o kid who wants to know people's password.
if you want to give people their accounts back, create a new pass generator.