argon2

Password hashing library and CLI utility using Argon2 algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Password hashing library and CLI utility

Commands

argon2

Examples

Hash a password interactively$ argon2
Hash a password with salt from input$ echo 'mysalt' | argon2 mypassword
Display help with available options$ argon2 -h