Commit Graph

63182 Commits

Author SHA1 Message Date
f808c1aa70 Update windows/security/identity-protection/hello-for-business/hello-why-pin-is-better-than-password.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2022-03-08 10:44:37 -08:00
06bf22dc6a Merge pull request #10397 from aisgbnok/10396-provisioning-multivariant-spelling
Improve spelling and formatting for provisioning multivariant code blocks
2022-03-08 10:12:41 -08:00
72f2c53639 Merge pull request #10362 from mardahl/patch-2
Update hello-faq.yml
2022-03-08 10:11:02 -08:00
3061a11b4c Merge branch 'public' into patch-2 2022-03-08 10:10:34 -08:00
2c8bcca343 Merge pull request #10357 from libbro2006/patch-1
Update hello-faq.yml
2022-03-08 10:01:34 -08:00
5aa5e62a41 Merge branch 'public' into patch-1 2022-03-08 10:01:05 -08:00
7ee0c447d1 [WDAC] Fix instructions order for UEFI deployment
Fix https://github.com/MicrosoftDocs/windows-itpro-docs/issues/10403
2022-03-08 18:24:05 +01:00
0c66bef23d fix typos 2022-03-08 00:30:27 -08:00
98ffa5ce39 fix acrolinx forced error 2022-03-08 00:22:23 -08:00
5ba484e356 fix graphic 2022-03-08 00:18:52 -08:00
e070f9f102 link 2022-03-07 23:14:47 -08:00
9c4027d3ae acrolinx 2022-03-07 17:15:13 -08:00
06d153b958 typo 2022-03-07 16:58:55 -08:00
0b4ee982e6 tweaks 2022-03-07 16:55:58 -08:00
8a2fc436e9 tweaks 2022-03-07 16:52:55 -08:00
52d000d474 tweaks 2022-03-07 16:49:46 -08:00
af4d401f04 typo 2022-03-07 16:47:11 -08:00
417cb7f2b2 links 2022-03-07 16:44:58 -08:00
c0daadf9a5 fix errors 2022-03-07 16:37:48 -08:00
9362a71231 enterprise and education and split whats new into new article 2022-03-07 16:32:17 -08:00
acdeafb4b6 move what is to overview 2022-03-07 16:12:19 -08:00
dd3cd748c4 Update hello-why-pin-is-better-than-password.md
implementing suggestions given in this task
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/10328
2022-03-08 02:11:04 +02:00
0ad7af682f links 2022-03-07 15:41:31 -08:00
88b5ae6f55 edits 2022-03-07 15:29:58 -08:00
0c565fd723 edits 2022-03-07 15:06:15 -08:00
67b06bcfd7 redirects 2022-03-07 14:50:45 -08:00
afc7ac64d4 formatting 2022-03-07 14:42:23 -08:00
8a1fccbc0b valemieux Updating block list 38430645 2022-03-07 11:57:20 -08:00
12990a47d4 Update Allow in FileRules - GH 10377 2022-03-07 08:39:02 -08:00
4cd8dd50a3 Acrolinx enhancement effort 2022-03-07 18:21:24 +05:30
2f3fc592ff Fixes #10396, spelling and formatting for provisioning multivariant code 2022-03-06 20:50:55 -05:00
e4b1f3d771 formatting 2022-03-04 17:06:06 -08:00
88467f7295 formatting 2022-03-04 16:44:22 -08:00
bbe97182b7 isp doc again 2022-03-04 16:08:14 -08:00
64e764831b tweaks 2022-03-04 13:24:32 -08:00
b3371b5df5 formatting 2022-03-04 13:15:56 -08:00
5d8c40ab16 formatting 2022-03-04 13:14:29 -08:00
b7450c4059 Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into do-landing 2022-03-04 12:21:21 -08:00
81009dbb11 indenting 2022-03-04 12:21:12 -08:00
af4e5b77fa Merge pull request #6321 from MicrosoftDocs/main
Publish 03/03/2022 3:30 PM PT
2022-03-03 16:38:30 -07:00
9e11bd7031 Merge pull request #6320 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
2022-03-03 15:40:43 -07:00
f6d38c8acc Merge pull request #10387 from masaru-iritani/patch-1
Update TouchKeyboardEmojiButtonAvailability description
2022-03-03 13:28:09 -08:00
139dd2cf0a Update policy-csp-textinput.md 2022-03-03 13:27:29 -08:00
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
979e6e97c2 Update TouchKeyboardEmojiButtonAvailability description 2022-03-03 12:01:40 +09:00
c51ad85dad Merge pull request #6319 from MicrosoftDocs/main
Publish 03/02/2022 3:30 PM PT
2022-03-02 16:39:38 -07:00
fc89ffd54e Merge pull request #6318 from MicrosoftDocs/minorupdate
Fix terminology
2022-03-02 13:11:19 -08:00
9b8a9b560a Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into minorupdate 2022-03-02 13:07:17 -08:00
979dc61c73 fix terminology error 2022-03-02 13:07:00 -08:00
bf99116476 Merge pull request #6317 from MicrosoftDocs/main
Publish 03/02/2022, 10:30 AM
2022-03-02 11:36:32 -07:00