Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New-FlawlessRandomString - complexity requirements #14

Open
RamblingPSTech opened this issue Apr 15, 2018 · 0 comments
Open

New-FlawlessRandomString - complexity requirements #14

RamblingPSTech opened this issue Apr 15, 2018 · 0 comments

Comments

@RamblingPSTech
Copy link

This will not guaranty the resultant random string will contain at least three of the four character groups necessary to satisfy Active Directory password complexity (capital letter, number, small letter, symbols, and does not contain name) as it makes a collection of all eligible character groups and randomly pick one character from the entire collection to add to the secure string. Technically the output could be 'eeeeeeeeee'.

Refs:
https://docs.microsoft.com/en-us/azure/active-directory/active-directory-passwords-policy
https://technet.microsoft.com/en-us/library/ff741764.aspx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant