Posts: 340
Threads: 189
Joined: Apr 2014
Reputation:
0
Ok , i get it how to crypt , but how to uncrypt ? i want to make a command /getpassword
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
What's the point of encrypting a user's password if you are going to decrypt anyway? Anyway, it's not possible since SHA-256 is a one-way hash, the entire purpose is for it not to be readable.