Should I be concerned if a website has password restrictions that reduce complexity?

Chase banking has two odd restrictions on their accepted passwords.

Passwords have a maximum length of 32 characters
Passwords can not contain special characters or punctuation

I am a software developer that has built auth/auth systems i… Continue reading Should I be concerned if a website has password restrictions that reduce complexity?

How many bits of entropy should a password have to be reasonably future proof (10+ years)?

I’ve seen estimations that the NSA is capable of at least 1 trillion (PGP pass phrase) guesses per second, which would mean a password with 80 bits of entropy would take, on average, over 15,000 years to guess. However, this estimation was… Continue reading How many bits of entropy should a password have to be reasonably future proof (10+ years)?

What is the entropy of a password made from the initial letters from an English sentence [duplicate]

One way to build a password is to take the first letter from each word in a sentence. For example, the password "Itsfrqbtwaawwnsl" comes from the sentence
"I tried searching for related questions but they were all about whol… Continue reading What is the entropy of a password made from the initial letters from an English sentence [duplicate]

What is the maximum practical limit for secret storage in the human brain?

I understand this question is more for a psychologist or a linguist to answer, but I’d imagine having a thread on the security section of stackexchange for known password entropies practically used could be itself useful.
At least from per… Continue reading What is the maximum practical limit for secret storage in the human brain?