Skip to content
Snippets Groups Projects
Unverified Commit 1b0c85a2 authored by T. Hinrichsmeyer's avatar T. Hinrichsmeyer
Browse files

passwords

parent e5de0b4d
Branches
Tags
No related merge requests found
# Passwords # Passwords
## Password policies
[What's new - NIST Password Guidelines September 2024](https://www.oneadvanced.com/news-and-opinion/whats-new---nist-password-guidelines-september-2024/):
> Additionally, the complexity requirements have changed from
> requiring complexity to just focus on length.
> This is because of common practices like capitalising
> the first letter or adding a “1” or “!” to the end.
[Password policy recommendations for Microsoft 365 passwords](https://learn.microsoft.com/en-us/microsoft-365/admin/misc/password-policy-recommendations?view=o365-worldwide#requiring-the-use-of-multiple-character-sets):
> Forcing your users to choose a combination of upper, lower, digits,
> special characters has a negative effect.
> Some complexity requirements even prevent users from using secure and
> memorable passwords, and force them into coming up with less secure and
> less memorable passwords.
## Generate passwords ## Generate passwords
### With basic shell utils ### With basic shell utils
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment