• @lmmarsano
    link
    English
    42 days ago

    My company insists on expiring passwords every 28 days, and prevents reuse of the last 24 passwords. Passwords must be 14+ characters long, with forced minimum complexity requirements.

    Outdated security practices & cargo culture. Someone should roll up a copy of NIST SP 800-63 to smack them over the head until they read it:

    The following requirements apply to passwords:

    1. Verifiers and CSPs SHALL require passwords to be a minimum of eight characters in length and SHOULD require passwords to be a minimum of 15 characters in length.
    2. Verifiers and CSPs SHOULD permit a maximum password length of at least 64 characters.
    3. Verifiers and CSPs SHOULD accept all printing ASCII [RFC20] characters and the space character in passwords.
    4. Verifiers and CSPs SHOULD accept Unicode [ISO/ISC 10646] characters in passwords. Each Unicode code point SHALL be counted as a single character when evaluating password length.
    5. Verifiers and CSPs SHALL NOT impose other composition rules (e.g., requiring mixtures of different character types) for passwords.
    6. Verifiers and CSPs SHALL NOT require users to change passwords periodically. However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.

    Maybe ask them their security qualifications & whether they follow the latest security research & industry standards.