I forgot what type of hashing used for passwords in my database. How can I recover passwords in my database? -Any solution to my problem? or any suggestions?
-Thanks in advance.
I forgot what type of hashing used for passwords in my database. How can I recover passwords in my database? -Any solution to my problem? or any suggestions?
-Thanks in advance.
Try different hashes until you find one that works...
Only way really.
Look at the code that hashed them in the first place.
Each hash may have a different length. MD5 is 32 for example. Just dump one in Google, see what it says. BTW hashing is a one way algorithm, so you can't just make the passwords readable again.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.