top | item 36050072

(no title)

LastMuel | 2 years ago

I had a idea similar to this, where you would misspell one or two words randomly - and then generate a sentence below the password to help with remembering the built-in obfuscation.

Such as the Generate Password would be listed as:

> Correct Horce Battery Staple

> "Correct Horse-with-a-C Battery Staple"

discuss

order

personjerry|2 years ago

Why not just use "Correct Horse-with-a-C Battery Staple" as your password then?

LastMuel|2 years ago

My thought was that it would add some protection against a dictionary attack.

"Horse-with-a-C" is a longer password, but could possibly be hit using an algorithm that expects "with-a-[letter]" to be generated as part of a password.

The randomized misspelling of a word-or-two was intended to break a dictionary attack.

i2cmaster|2 years ago

Adding grammar will make it more predictable and less secure for the same word count.

keybored|2 years ago

What’s the point? Obfuscation doesn’t increase entropy.

LastMuel|2 years ago

The obfuscation is to break a dictionary attack.