• What is the maximum password length?

    I want to change my password to a ridiculously long length, but I don’t want it to get truncated.

    Does anyone know the maximum password length for a wordpress install?

    Please, don’t answer unless you have a numerical value and logic behind it.

    🙂

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • I believe I have seen a 99 somewhere, or possibly 999…and my logic here is to make this post so I might later find my way back to here to let you know the next time I encounter the number.

    Thread Starter johnsontk10

    (@johnsontk10)

    It’s weird how nobody knows

    😮

    By no means do I really know what I’m talking about on this, but the user_pass data type is varchar(64), and I believe WordPress uses MD5 hashing by default, so…

    ..if one were to use a password of ANY length, wouldn’t the MD5 algorithm always produce a 128 bit value (with a character count of only 32)? Wouldn’t that in theory allow for an unlimited password length? Or is my thinking way off on this one?

    Keith

    (@keithdriscoll)

    I was just about to answer very similar to @claytonjames. I’m with him on this 🙂

    I was wrong about 99 or 999. What I had seen was a setting for “Maximum length of passwords to show when logging failed logins.” in a certain plugin.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘What is the maximum password length’ is closed to new replies.