Passwords – security of additional characters vs non-ascii character

Is the password

This is a password--a bad one.

More secure than

This is a password—a bad one.
(Note the em dash U+2014 “—”)

against an attacker who knows nothing about
the character set I used
or the length of my password?

Whereas the former is longer, the latter has an unusual non-ASCII character.

Continue reading Passwords – security of additional characters vs non-ascii character

Is it more secure to limit passwords that have two identical characters in a row?

OWASP recommends this practice and so do some other companies. I think it makes sense at first glance but if you think about it, it actually limits entropy instead of increasing it. How many combinations would be reduce with … Continue reading Is it more secure to limit passwords that have two identical characters in a row?

Is it more secure to limit passwords that have two identical characters in a row?

OWASP recommends this practice and so do some other companies. I think it makes sense at first glance but if you think about it, it actually limits entropy instead of increasing it. How many combinations would be reduce with … Continue reading Is it more secure to limit passwords that have two identical characters in a row?