Is there a bruteforce-proof hashing algorithm?
Well, from the discussion of hashing methods weaknesses, I've got that the only ol' good brute-force is efficient to break. So, the question is: Is there a hashing algorithm which is more rigid against brute-force than others? In case of hashing passwords. The only protection against brute force is the fact that it takes an inordinately long time to perform a brute force. Brute force works by simply going through every possible input string and trying it, one at a time. There's no way to protect against simply trying every possible combination. All cryptographic systems are vulnerable to brute