-
Notifications
You must be signed in to change notification settings - Fork 517
Argon2 as Password Hash
Gabriele C edited this page Mar 27, 2018
·
4 revisions
git clone https://www.github.com/P-H-C/phc-winner-argon2.git argon2-src;
cd argon2-src && sudo make && sudo make install;
If you use one of the distributions listed below, you can use your package manager to install the library. You are not required to download and compile it yourself.
$ pacman -S argon2
$ apt install libargon2-0-dev
$ ln -s /usr/lib/x86_64-linux-gnu/libargon2.so /usr/lib/libargon2.so
$ nix-env -iA nixos.libargon2
$ zypper install argon2-devel
IN THEORY : Install MINGW for Windows and Git Bash for Windows, open a git bash as Administrator somewhere, and do as follows:
git clone https://www.github.com/P-H-C/phc-winner-argon2.git argon2-src ;
cd argon2-src && make && make install;
We wrote IN THEORY because the Makefile says to do with MINGW but we cannot test the compilation correctly
security:
passwordHash: 'ARGON2'