Opened 9 years ago
Closed 8 years ago
#50647 closed request (fixed)
argon2 - implementiation of the winner of the password hash competition
Reported by: | hkw@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | argon2 |
Description
https://github.com/P-H-C/phc-winner-argon2/
This is the reference C implementation of Argon2, the password-hashing function that won the Password Hashing Competition (PHC).
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.
It has a simple design aimed at the highest memory filling rate and effective use of multiple computing units, while still providing defense against tradeoff attacks (by exploiting the cache and memory organization of the recent processors).
Change History (2)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | crypto removed |
---|---|
Port: | argon2 added |
Version: | 2.3.4 |
comment:2 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In f43940a642c23d69e1411328c56b08e15aa64688/macports-ports: