Skip to content

Add a native support of Argon2 hashing algorithm #34452

@pubmikeb

Description

@pubmikeb

Is your feature request related to a problem? Please describe.
Currently Node.js provides a native support of scrypt, which is good but isn't the most secure option.

Describe the solution you'd like
It would be great to have a native support of argon2 via crypto module, just like scrypt has nowadays.

Describe alternatives you've considered
An argon2 npm module for Node.js.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cryptoIssues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions