Skip to content

Comment on “YOLO” is not a valid hash constructionparent

Comments

PBKDF2 is at least better than YoloPBKDF (which looks rather like PBKDF1). Besides brute-forcing, YoloPBKDF/PBKDF1 has a maximum key length (the length of the hash function output) whereas PBKDF2 can construct longer keys. PBKDF2 also uses a pseudorandom function like HMAC-SHA-1 instead of just a hash function, and I'm assuming that change was done because it strengthens the security in some fashion.

In any case, if you have the choice of making "aggressively mediocre" passwords harder to crack, is there a reason not to do so?

In any case, if you have the choice of making "aggressively mediocre" passwords harder to crack, is there a reason not to do so?

"All features start out with minus 100 points" (Eric Gunnerson, popularized via Raymond Chen)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.