Posts: 53
Threads: 24
Joined: Jun 2011
Reputation:
0
So how am I off de-hassing which was Hashed with Hash();?
It's really urgent as I've hashed a password in one I account I made back in the day that contains my information of my paypal account which also contains 5000$.
PLEASE. Help.
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
Hashing is a one way process. Create list of your common passwords, hash them using the same method, and compare if there is a match with the initial hash.
#e: Unless that was outdated hash, like md5, or sha1. You can use rainbow tables and get your password back.
Posts: 142
Threads: 26
Joined: Jul 2011
Reputation:
0
Password are hashed to secure them.
They are not meant to be De-hashed
Posts: 53
Threads: 24
Joined: Jun 2011
Reputation:
0
What method is samp using to Hash though?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Nothing. All hash implementations are created by users. No way to tell.