Usage of weak encryption algorithm on a password (RC4)
Overview
Description
Remediation Guidelines
const argon2 = require("argon2"); const hash = await argon2.hash(req.params.password, { type: argon2.argon2id })
References
Configuration
PreviousUsage of weak encryption algorithm on a password (DES)NextUsage of weak encryption algorithm (RC4)
Last updated