Results 1 to 36 of 36
Thread: Can anyone crack hashes?
Hybrid View
- 09 Aug. 2011 10:58pm #1
- 09 Aug. 2011 11:03pm #2
Um, there are no "correct" salt combinations. Just saying.
http://en.wikipedia.org/wiki/Salt_(cryptography)
- 09 Aug. 2011 11:08pm #3
By salt, I mean strings like the 'chap' string used in gaia's marketplace, or even the 'nonce' string. Those strings are not completely randomly generated.
And by correct combination, I mean the right way to get the final hash:
Example1:
Code:final hash = MD5(MD5(password) & salt)
Code:final hash = MD5(MD5(password) & MD5(salt))
Last edited by ~Shieru No Tamashi~; 09 Aug. 2011 at 11:19pm.