-
- Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
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.
kevinrambaud, gurgunday, willfarrell, yisibl, pilcrowonpaper and 1 more
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.