Jump to content

best choice for hashing and why?


niche

Recommended Posts

The manual's on record against md5 and sha1. Is there a "best" choice and why in your opinion?

Link to comment
Share on other sites

Blowfish or SHA-512, using crypt(), and with a high cost/rounds parameter. Because those two, when given high values, take most time to compute. From what I've read, it seems like blowfish wins in the "most time to compute a single attempt" department, while SHA-512 produces a larger hash, meaning that it takes more attempts to come up with an input string that would produce an equivalent hash... In theory that is. In practice, currently, it's impossible to come up with an equivalent string for either Blowfish or SHA-512 without brute force, at which point the "time to compute a single attempt" is more important.

Link to comment
Share on other sites

http://www.kellermansoftware.com/t-articlestrongesthash.aspx you can read more of them here. about hashing many time has been discussed here. i wish the forum search option could be working.
  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...