argon2

Calculate Argon2 cryptographic hashes. More information: <https://github.com/P-H-C/phc-winner-argon2#command-line-utility>.

Debian Debian
RUN apt-get update && \ apt-get install -y argon2
Ubuntu
RUN apt-get update && \ apt-get install -y argon2
Alpine
RUN apk add argon2
Arch Arch Linux
RUN pacman -S --noconfirm argon2
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y argon2
Fedora
RUN dnf install -y argon2
Raspbian
RUN apt-get update && \ apt-get install -y argon2
click the source code to copy install argon2 on any operating system with command-not-found.com