Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications.
Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications.
To install argon2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install argon2
To see what files were installed by argon2, run:
port contents argon2
To later upgrade argon2, run:
sudo port selfupdate && sudo port upgrade argon2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.