Skip to content

Update: Password Storage Cheat Sheet #2060

@YK-03

Description

@YK-03

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    ACK_WAITINGIssue waiting acknowledgement from core team before to start the work to fix it.HELP_WANTEDIssue for which help is wanted to do the job.UPDATE_CSIssue about the update/refactoring of a existing cheat sheet.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions