06-17-2013, 09:11 PM
Let me restate my question, I believe the hashes are supposed to be salted w/ the usernames. I have hashes and I have usernames. What concerns me is that the example hash listed earlier has what appears to be $hash followed by a colon and a string of digits. Those digits don't seem to correspond to a username ...at least directly.
Should the usernames be filtered thru something like sha1sum before being tacked on to the end of the hash or should i have something like:
014f1ef02d52b27ae68670b119097d2309eb0d21omeUser (which is what I'd get if I performed the above command)?
Sorry to linger on such (seemingly) basic steps.
Should the usernames be filtered thru something like sha1sum before being tacked on to the end of the hash or should i have something like:
014f1ef02d52b27ae68670b119097d2309eb0d21omeUser (which is what I'd get if I performed the above command)?
Sorry to linger on such (seemingly) basic steps.