-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Update Password_Storage_Cheat_Sheet.md #1226
Conversation
Big update from Robert Thorton
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some proofreading comments, but otherwise looks great! Thank you!
Co-authored-by: Shlomo Zalman Heigh <[email protected]>
Co-authored-by: Shlomo Zalman Heigh <[email protected]>
Co-authored-by: Shlomo Zalman Heigh <[email protected]>
Co-authored-by: Shlomo Zalman Heigh <[email protected]>
Co-authored-by: Shlomo Zalman Heigh <[email protected]>
@jmanico - Just an FYI, I am starting the requested code review today. Had been working on a PR for a new ESAPI release. |
@jmanico - Sorry I was late to this requested review. This is great work. The only minor comment that I would have is the paragraph under the "Peppering" section that states:
I personally would recommend changing the part "then using HMAC or encrypting the hashes with a symmetrical encryption key" (should be "symmetric encryption key", not "symmetrical" BTW), to instead ONLY refer to using HMACs. I'd recommend revising it as something like this:
I recommend using an HMAC over symmetric encryption because there's just less to get wrong using HMACs than there is correctly implementing the encryption / decryption using a symmetric cipher. Regardless of whether that change is made or not though, the last part of that paragraph, where it states:
is incorrect. It should say
Otherwise, looks good. |
Big update from Robert Thorton
Thank you for submitting a Pull Request (PR) to the Cheat Sheet Series.
Please make sure that for your contribution:
If your PR is related to an issue, please finish your PR text with the following line:
This PR covers issue #.
Thank you again for your contribution 😃