It's possible to hash using either Argon2i (default), Argon2d and Argon2id, and verify if a password matches a hash. To hash a password: const argon2 = require( ...
確定! 回上一頁