Use strong security mechanisms with argon2

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Metadata

ID: typescript-node-security/argon2

Language: TypeScript

Severity: Error

Category: Security

Description

Use secure and fast security mechanisms when 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