Lifetimes of cryptographic hash functions
11–20 of 56 posts
Re: Lifetimes of cryptographic hash functions
#12(Full text PDF: http://eprint.iacr.org/2004/207.pdf)
Re: Lifetimes of cryptographic hash functions
#13Re: Lifetimes of cryptographic hash functions
#14Re: Lifetimes of cryptographic hash functions
#15I guess 2004 was a crazy year for cryptography.
http://en.wikipedia.org/wiki/64-bit_computing#64-bit_process...
Re: Lifetimes of cryptographic hash functions
#16I think SHA-2 should be "minor weakness discovered" (if not outright "unbroken"), not "weakened". At the onset of the SHA-3 competition, everyone was nervous about SHA-2: it appeared as though a good attack was inevitable, what with the cryptanalytic attacks on SHA-1. But as the competition went on, things got calmer. The attacks against SHA-2 that were so expected simply weren't coming[1]. And so now the status quo…
BLAKE2 is a very good alternative if you want software performance: https://blake2.net/ . Just stop what you're doing and look at scrypt, bcrypt or even PBKDF2-HMAC-SHA512 if you're thinking something that involves the words "passwords" and "fast hash function." ( http://throwingfire.com/storing-passwords-securely/#notpassw... )
http://yorickpeterse.com/articles/use-bcrypt-fool/ http://codahale.com/how-to-safely-store-a-password/
Re: Lifetimes of cryptographic hash functions
#17I guess 2004 was a crazy year for cryptography.
[1] http://eprint.iacr.org/2004/199
[2] http://www.iacr.org/cryptodb/archive/2005/EUROCRYPT/2868/286...
Re: Lifetimes of cryptographic hash functions
#18http://csrc.nist.gov/publications/nistpubs/800-131A/sp800-13...
Re: Lifetimes of cryptographic hash functions
#19Sorry, why is RIPEMD-160 deprecated? I've been unable to find any supporting information as to why.
Re: Lifetimes of cryptographic hash functions
#20Sorry, why is RIPEMD-160 deprecated? I've been unable to find any supporting information as to why.
it appeared after sha1, receives less attention than sha1, and is slower than sha1... so why use it at all?