45323 Commits

Author SHA1 Message Date
Simon Biber
53d7af922b
Complexity requirements reduce password strength
Long passwords with only alphanumeric characters are not easy to compromise. Short passwords are easy to compromise. Adding length is more important than adding complexity.

The article provides a number 218,340,105,584,896 different possibilities for a single password. That number is clearly based on the calculation (26 + 26 + 10)^8 = 218,340,105,584,896 on the basis the 8 characters may be any of 26 uppercase letters, 26 lowercase and 10 digits.

However, turning on complexity requirements will ensure that there are at least 3 categories of character, and eliminate some of those possibilities. It will eliminate cases where there were no digits, cases where there are no uppercase letters, and cases where there are no lowercase letters.

|---|---|
|eight characters of any uppercase, lowercase *or* digits|218,340,105,584,896|
| | ... minus ... |
|eight characters of uppercase or lowercase with no digits|53,459,728,531,456|
| | ... minus ... |
|eight characters of lowercase or digits with no uppercase|2,821,109,907,456|
| | ... minus ... |
|eight characters of uppercase or digits with no lowercase|2,821,109,907,456|
| | ... equals ... |
|eight characters of uppercase, lowercase *and* digits|159,238,157,238,528|

Rather than enforcing complexity, administrators are better off increasing the minimum length. A minimum length of 11 instead of 8 would be sufficient to add so many more possibilities that even if users only used lowercase letters, there are more possibilities of 11 lowercase letters than there are of 8 complex characters:

8 complex characters = 62^8 = 218,340,105,584,896 possibilities

11 lowercase letters = 26^11 = 3,670,344,486,987,776 possibilities
2022-03-03 17:56:37 +10:30
Siddarth Mandalika
73ca4833c0 Merge branch 'main' into v-smandalika-5694287-B11 2022-03-03 12:06:16 +05:30
Masaru Iritani
979e6e97c2
Update TouchKeyboardEmojiButtonAvailability description 2022-03-03 12:01:40 +09:00
greg-lindsay
9b8a9b560a Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into minorupdate 2022-03-02 13:07:17 -08:00
greg-lindsay
979dc61c73 fix terminology error 2022-03-02 13:07:00 -08:00
Siddarth Mandalika
72aa691c64 Acrolinx enhancement 2022-03-02 18:51:35 +05:30
Siddarth Mandalika
fa025dffb6 Merge branch 'main' into v-smandalika-5694287-B8 2022-03-02 16:51:50 +05:30
Siddarth Mandalika
a45e71aab3 Acrolinx changes 2022-03-02 16:49:50 +05:30
greg-lindsay
35f550b66a formatting 2022-03-01 16:53:51 -08:00
Dan Pandre
5a80ae2152
Update policies-in-policy-csp-supported-by-surface-hub.md 2022-03-01 19:04:14 -05:00
Dan Pandre
8c26b66262
Document support for ConfigureTimeZone 2022-03-01 18:53:49 -05:00
greg-lindsay
aea05710dc formatting 2022-03-01 15:17:42 -08:00
greg-lindsay
288d854f25 lots of formatting 2022-03-01 14:45:18 -08:00
greg-lindsay
cedc128f7e mcc 2022-03-01 14:32:56 -08:00
greg-lindsay
ffeebda7e2 mcc 2022-03-01 14:27:34 -08:00
Angela Fleischmann
8255fde523
Merge branch 'main' into repo_sync_working_branch 2022-03-01 15:09:47 -07:00
Denise Vangel-MSFT
42df41d115
Merge pull request #10385 from typride/patch-1
Removed updateserviceurl link. This is not supported.
2022-03-01 13:50:34 -08:00
Denise Vangel-MSFT
ee29868869
Update policies-in-policy-csp-supported-by-hololens2.md 2022-03-01 13:49:19 -08:00
greg-lindsay
8e4df46955 mcc 2022-03-01 13:37:59 -08:00
denisebmsft
0ae936eb32 Update querying-application-control-events-centrally-using-advanced-hunting.md 2022-03-01 13:22:14 -08:00
Denise Vangel-MSFT
b2651075f1
Merge branch 'main' into al-wdac-edits-35380663 2022-03-01 13:10:27 -08:00
greg-lindsay
bc16ad24ac Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into do-landing 2022-03-01 12:28:05 -08:00
greg-lindsay
bbab247a55 mcc 2022-03-01 12:27:53 -08:00
greg-lindsay
abaeedfaae mcc 2022-03-01 12:19:16 -08:00
greg-lindsay
774256f302 update 10-year to variable 2022-03-01 11:47:20 -08:00
greg-lindsay
a84fac0fd6 mcc 2022-03-01 11:11:01 -08:00
Tyler Pride Milligan
14ca8c83ae
Removed updateserviceurl link. This is not supported.
UpdateServiceURL is not supported at the moment. This was confirmed by Bryan Thompson & Ken Zhang.
2022-02-28 13:43:44 -08:00
Daniel Simpson
e390b37821
Update whats-new-windows-10-version-1809.md 2022-02-28 13:25:33 -08:00
Daniel Simpson
d5f63f82bc
Update policy-csp-authentication.md 2022-02-28 13:21:47 -08:00
Daniel Simpson
b559918f2e
Update policy-csp-authentication.md 2022-02-28 13:20:55 -08:00
Marysia Kaminska
51f19fe924
Update defender-csp.md
adding new EDR block CSP (PassiveRemediation) 
to be merged on date of next platform release & confirmed by Denise
2022-02-28 11:25:01 -08:00
greg-lindsay
fd5bf6b929 Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into do-landing 2022-02-25 15:21:03 -08:00
greg-lindsay
66b9ddb5b9 mcc 2022-02-25 15:20:49 -08:00
Siddarth Mandalika
2e5c98fc28 Acrolinx 2022-02-25 13:25:47 +05:30
Siddarth Mandalika
424179a780 Merge branch 'main' into v-smandalika-5694287-B9 2022-02-25 10:16:07 +05:30
Shesh
4bb9653fa4
Merge branch 'main' into sheshachary-5714481 2022-02-25 09:59:44 +05:30
Siddarth Mandalika
ef85bd6ea0 Merge branch 'main' into v-smandalika-5694287-B10 2022-02-25 09:49:24 +05:30
dstrome
1db4768d25 Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2022-02-24 19:04:57 +00:00
Tina Burden
12071ed4b4
Merge pull request #10365 from SteveBurkettNZ/patch-17
Minor formatting updates
2022-02-24 10:59:32 -08:00
Alex Buck
a22d91e809 Set ms.topic: faq where YamlMime:FAQ 2022-02-24 11:01:20 -05:00
Siddarth Mandalika
dfd10d661c Acrolinx 2022-02-24 17:42:44 +05:30
Siddarth Mandalika
b43f2b5b90 Merge branch 'main' into v-smandalika-5694287-B10 2022-02-24 11:32:07 +05:30
Siddarth Mandalika
8b0a7dd41a
Merge branch 'main' into v-smandalika-5694287-B6 2022-02-24 09:47:21 +05:30
Siddarth Mandalika
6d72d32ccf
Merge branch 'main' into v-smandalika-5694287-B3 2022-02-24 09:28:32 +05:30
Siddarth Mandalika
1a9369ab03
Merge branch 'main' into v-smandalika-5694287-B2 2022-02-24 09:28:11 +05:30
Siddarth Mandalika
1f7926c640
Merge branch 'main' into v-smandalika-5694287 2022-02-24 09:18:59 +05:30
Daniel Simpson
9086cfe393
Merge branch 'main' into aljupudi-5650791-FTInsights-Notifications 2022-02-23 16:23:42 -08:00
Rebecca Agiewich
fd6358eb9b
Merge branch 'main' into nimishasatapathy-5767392-windowsautopilotcsp 2022-02-23 15:59:45 -07:00
Evan Miller
56f461f7e8
SmartRetry case sensitive
Adding updated info based on customer incident
2022-02-23 09:13:03 -08:00
Jeff Borsecnik
57576c32da
Merge branch 'main' into v-smandalika-5694287-B5 2022-02-23 08:46:37 -08:00