-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
ACK_WAITINGIssue waiting acknowledgement from core team before to start the work to fix it.Issue waiting acknowledgement from core team before to start the work to fix it.HELP_WANTEDIssue for which help is wanted to do the job.Issue for which help is wanted to do the job.UPDATE_CSIssue about the update/refactoring of a existing cheat sheet.Issue about the update/refactoring of a existing cheat sheet.
Description
Hello maintainers,
I'd like to propose adding small implementation examples to the Password Storage Cheat Sheet for Argon2id.
The cheat sheet currently explains recommended algorithms and parameters, but developers may benefit from concise examples showing how to implement these recommendations using common libraries.
Proposed additions:
• Node.js example using the argon2 library
• Python example using argon2-cffi
• Short implementation considerations covering:
- Unicode handling
- extremely long password inputs
- constant-time verification
- parameter upgrades
These examples would be minimal and focused on demonstrating secure implementation patterns rather than providing full application code.
Happy to adjust formatting or scope if maintainers prefer a different style.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ACK_WAITINGIssue waiting acknowledgement from core team before to start the work to fix it.Issue waiting acknowledgement from core team before to start the work to fix it.HELP_WANTEDIssue for which help is wanted to do the job.Issue for which help is wanted to do the job.UPDATE_CSIssue about the update/refactoring of a existing cheat sheet.Issue about the update/refactoring of a existing cheat sheet.