Hello Daniweb,
I'm rebuilding a Flash-based website in PHP/HTML maintaining the same MySQL database.
My problem now is, the user passwords are hashed of course - I need to use the same hash in the new application for old users to be able to still log in. But since the Flash-based application is compiled and I don't know what method was used, I'm kinda lost.
Maybe there is no easy way to recognize the hashing method, but hoping someone knows more than me I am posting this asking for your suggestion.
When I create a dummy user with password '123456789' (w/o quotes) ends up in database hashed to: '25f9e794323b453885f5181f1b624d0b' (w/o quotes).
Any suggestions are welcome!