Use strong security mechanisms with argon2

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Metadata

ID: javascript-node-security/argon2

Language: JavaScript

Severity: Error

Category: Security

Description

Use secure and fast security mechanisms with using argon2.

Learn More

Non-Compliant Code Examples

await argon2.hash('password', {type: argon2.argon2d})
await argon2.hash('password', {type: argon2.argon2i})

Compliant Code Examples

await argon2.hash('password', {type: argon2.argon2id})
await argon2.hash('password', {})
https://static.datadoghq.com/static/images/logos/github_avatar.svg https://static.datadoghq.com/static/images/logos/vscode_avatar.svg jetbrains

Seamless integrations. Try Datadog Code Analysis