Add link to NIST SP 800-63B 2nd public draft to 3.3.8 / 3.3.9 understanding#4351
Merged
Add link to NIST SP 800-63B 2nd public draft to 3.3.8 / 3.3.9 understanding#4351
Conversation
…nderstanding As the point about "our company's security people say we have to suppress copy/paste of passwords to make sure people type it in correctly" bubbles up in discussions quite often, even NIST now plans to recommend allowing it: ``` 3.1.1.2 Password verifiers [...] Verifiers SHALL allow the use of password managers. Verifiers SHOULD permit claimants to use the “paste” functionality when entering a password to facilitate their use. Password managers have been shown to increase the likelihood that users will choose stronger passwords, particularly if the password managers include password generators ``` ``` 8.2.1 Passwords [...] Usability considerations for typical usage without a password manager include: [...] * User experience during entry of the password * Support copy and paste functionality in fields for entering passwords, including passphrases. ``` ``` 8.2.3 Out-of-band [...] Usability considerations for typical usage include: [...] Consider offering features that do not require text entry on mobile devices (e.g., a copy-paste feature), which are particularly helpful when the primary and secondary channels are on the same device. For example, it is difficult for users to transfer the authentication secret manually using a smartphone because they must switch back and forth — potentially multiple times — between the out-of-band application and the primary channel. ```
✅ Deploy Preview for wcag2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Should we link to a revision of the draft of the NIST standard now or is it worth waiting until the final standard is published? |
Member
Author
|
my gut feeling is: looking at the current state of US politics, who knows if this ever actually gets published as a stable document... so I'd rather push it now and update at a later point |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Incorporate outside references about allowing pasting into password fields.
This change offsets stances about preventing pasting passwords. Even NIST plans to recommend allowing it: