logoalt Hacker News

tptacekyesterday at 6:56 PM1 replyview on HN

You can eliminate the problem entirely by using a random full-allowed-character-set password. The whole point of KDFs is that the password/passphrase is predictable (usually: by being generated from a seed dictionary).


Replies

Dylan16807yesterday at 7:01 PM

Random is important, character set not so much. And yes when I say 2 characters I mean random ones. Even 26x26 is plenty to compensate. Or you can add one random word.

show 1 reply