reaper, you underestimate what i know already
Guessing the passwords is a trivial affair. While a lot of brute forcing takes place, it's still just that.
Oh really?Here's an encrypted password: 035d732ca3f4f5d5cdcd68eec7e0fcbbNow tell me what the original password is. I would love to see what if it's truly trivial to crack this.
Quote from: qwazyOh really?Here's an encrypted password: 035d732ca3f4f5d5cdcd68eec7e0fcbbNow tell me what the original password is. I would love to see what if it's truly trivial to crack this.If the hash is not salted getting the input can be trivial with a rainbow table. Also generally, brute forcing a common password is trivial.
I don't need to, that's how it works. If the input isn't salted and in the table, then the hashed value will be found.