I got it from a MySQL5 database.
I thought it was a MySQL4.1/MySQL5 hash, but aren't those usually unsalted?
I tried submitting it to onlinehashcrack.com but they couldn't find anything, which is weird because the password shouldn't be a complex pass.
Thanks
Code:
+----+------------------------------------------+--------------+------+----------+
| id | password | salt | site | username |
+----+------------------------------------------+--------------+------+----------+
| 1 | <removed by philsmd> | <salt removed too by philsmd> | 1 | admin |
+----+------------------------------------------+--------------+------+----------+
I thought it was a MySQL4.1/MySQL5 hash, but aren't those usually unsalted?
I tried submitting it to onlinehashcrack.com but they couldn't find anything, which is weird because the password shouldn't be a complex pass.
Thanks