Wed, 15 May 2024 01:17:52 UTC | login

Information for build argon2-20161029-2.fc28

ID713
Package Nameargon2
Version20161029
Release2.fc28
Epoch
SummaryThe password-hashing tools
DescriptionArgon2 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). Argon2 has three variants: Argon2i, Argon2d, and Argon2id. * Argon2d is faster and uses data-depending memory access, which makes it highly resistant against GPU cracking attacks and suitable for applications with no threats from side-channel timing attacks (eg. cryptocurrencies). * Argon2i instead uses data-independent memory access, which is preferred for password hashing and password-based key derivation, but it is slower as it makes more passes over the memory to protect from tradeoff attacks. * Argon2id is a hybrid of Argon2i and Argon2d, using a combination of data-depending and data-independent memory accesses, which gives some of Argon2i's resistance to side-channel cache timing attacks and much of Argon2d's resistance to GPU cracking attacks.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:47:20 UTC
CompletedSat, 14 Apr 2018 19:47:20 UTC
Tags
f28
f29
RPMs
src
argon2-20161029-2.fc28.src.rpm (info) (download)
riscv64
argon2-20161029-2.fc28.riscv64.rpm (info) (download)
libargon2-20161029-2.fc28.riscv64.rpm (info) (download)
libargon2-devel-20161029-2.fc28.riscv64.rpm (info) (download)
Changelog * Thu Nov 16 2017 Milan Broz <gmazyland@gmail.com> - 20161029-2 - Do not use -march=native in build, use system flags (rh #1512845). * Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 20161029-1 - initial package