Blake3 is 10 times faster than SHA-2
nextjournal.com
Blake3 is 10 times faster than SHA-2
1–10 of 171 posts
Re: Blake3 is 10 times faster than SHA-2
#2Suppose a hashed password database falls into wrong hands. If they're hashed with a faster algorithm wouldn't it be easier to try a dictionary attack to discover the real passwords?
Re: Blake3 is 10 times faster than SHA-2
#3Is "faster" always a good thing in hashing algorithms? Suppose a hashed password database falls into wrong hands. If they're hashed with a faster algorithm wouldn't it be easier to try a dictionary attack to discover the real passwords?
Re: Blake3 is 10 times faster than SHA-2
#4Is "faster" always a good thing in hashing algorithms? Suppose a hashed password database falls into wrong hands. If they're hashed with a faster algorithm wouldn't it be easier to try a dictionary attack to discover the real passwords?
Re: Blake3 is 10 times faster than SHA-2
#5Is "faster" always a good thing in hashing algorithms? Suppose a hashed password database falls into wrong hands. If they're hashed with a faster algorithm wouldn't it be easier to try a dictionary attack to discover the real passwords?
Blake3 is not for use in a password hashing algorithm; those have different goals. Check out Argon2 or bcrypt for that.
I understand that it is for implementing things like dictionaries/hash tables.
Re: Blake3 is 10 times faster than SHA-2
#6Is "faster" always a good thing in hashing algorithms? Suppose a hashed password database falls into wrong hands. If they're hashed with a faster algorithm wouldn't it be easier to try a dictionary attack to discover the real passwords?
For password hashing you’re correct they should be slow, bcrypt for example.
Re: Blake3 is 10 times faster than SHA-2
#7b3sum is much faster than sha256sum, and blake3 is about 2x faster than blake2.
Re: Blake3 is 10 times faster than SHA-2
#8Not really. It's even 2x slower than SHA256-NI, the builtin. b3sum is much faster than sha256sum, and blake3 is about 2x faster than blake2. http://rurban.github.io/smhasher/doc/table.html
Re: Blake3 is 10 times faster than SHA-2
#9Earlier quoted context omitted.
Blake3 is not for use in a password hashing algorithm; those have different goals. Check out Argon2 or bcrypt for that.
Ok, thank you. I understand that it is for implementing things like dictionaries/hash tables.
Re: Blake3 is 10 times faster than SHA-2
#10Surprised because I'd expect a big file like that to be I/o bound in practice