Skip to main contentModule pbkdf
Source - Error
- SecurityLevel
- Argon2id security level — selects memory, iteration, and parallelism constants.
- derive
- Derive a 64-byte key from
password and salt using Argon2id. - verify
- Verify
password against a previously derived key, using constant-time comparison.