-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
#3379 Update 0x04g-Testing-Cryptography.md #3385
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
base: master
Are you sure you want to change the base?
Conversation
|
Saw your comment about opening after merging. I’ll keep it closed for now. |
|
This is currently in draft state awaiting #3199 |
|
Please pull the latest master and resolve any conflicts. Thanks! |
|
completly forgot about this one. I'll clean it up now and have a look at the comments on #3379 |
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.
Pull Request Overview
This PR updates the cryptography testing documentation to provide more comprehensive guidance on key derivation functions (KDFs) and improper random number generation. The changes expand the existing content with detailed explanations and best practices.
Key Changes:
- Significantly expanded the "Improper Key Derivation Functions" section with detailed explanations of KDF types and use cases
- Added comprehensive guidance on choosing appropriate KDFs for different scenarios (cryptographic vs password storage)
- Enhanced the "Improper Random Number Generation" section with clearer explanations of CSPRNGs
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.
Thanks for this improvement! I suggest few changes of the read flow to the already great context! Sorry for the huge chunk 🙈
Co-authored-by: Dionysis Lorentzos <[email protected]>
Co-authored-by: Dionysis Lorentzos <[email protected]>
Clarified the role of Key Derivation Functions (KDFs) in cryptography, emphasizing their importance for both key generation and password storage. Added recommendations for selecting and implementing KDFs, including the use of secure hash functions and appropriate iteration counts.
Clarified recommendations for using KDFs and password hashing algorithms, including iteration counts and suitable algorithms.
This PR closes #3199
Description
Please see discussions under #3199
[x] I have read the contributing guidelines.
Guidelines for Pull Requests (you can delete this section after reading):