![]() |
|
[PHP] MD5+Salt Decryption - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: [PHP] MD5+Salt Decryption (/Thread-PHP-MD5-Salt-Decryption) |
[PHP] MD5+Salt Decryption - Jacob - 10-11-2011 How the fuck do i do it? I have the MD5 Hash and I also have the Salt as well...but how the fuck do i do it? I imagine PHP could do something like this? I personally dont know, but if you can help AT ALL please post. RE: [PHP] MD5+Salt Decryption - FrostByte_mybb_import5923 - 10-19-2011 the only way to get an md5 hash is by comparrison, you have to compare two hashs together, so it's the same principal, i recommend that you build a database of hashes and the original word. Working on something like this atm |