[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project argon2-20171227-7.el9

Name argon2
Epoch 0
Version 20171227
Release 7.el9
Website/URL https://github.com/P-H-C/phc-winner-argon2
License Public Domain or ASL 2.0
Build Time 2023-07-25 13:00:20
Build Host builder-x86-03.inferitos.ru
Summary The password-hashing tools
Repositories Extras
Description 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). 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
argon2-20171227-7.el9.x86_64 The password-hashing tools d6512741fa846ef15b146cce9bf7a7185cc843696f9604dc6d1432cad0318040 download
libargon2-20171227-7.el9.x86_64 The password-hashing library cd6f1d09fa0e0f243cb777b16a8286c91654ed45de07a2bc8cc17cc52fb2e523 download
libargon2-devel-20171227-7.el9.x86_64 Development files for libargon2 f08bc4b2f79943181a9f5124362602683903379dc920ce39f0e26411aaa231e5 download
aarch64
argon2-20171227-7.el9.aarch64 The password-hashing tools 0a29b473ca72cf7c28e6017c84b723b00f7d99fcdeb0cde7e619ea9599ef6e62 download
libargon2-20171227-7.el9.aarch64 The password-hashing library 7fae02fe68c0f43b9e59c70763b5bb51bb265336ee292c5cc7e0e7322f4fd12d download
libargon2-devel-20171227-7.el9.aarch64 Development files for libargon2 3e0a7dc15a810c36d69ef36c3da304aaa760d2bde3e0e75c27d804ee43fc0d4f download
src
argon2-20171227-7.el9.src The password-hashing tools 8fdba9f36072de387a1814df1d8e830854952c9cfd48d89bb0991afa1563e923 download
Changelog link
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 20171227-7
- Rebuilt for MSVSphere 9.2