INFO
Name: argon2
Version: 20190702-6.el10_0
Arch: aarch64
Summary: The password-hashing tools
License: CC0-1.0 OR Apache-2.0
Vendor: Fedora Project
Build Host: buildvm-a64-04.iad2.fedoraproject.org
Build Date: Sat Sep 14 19:15:11 2024
Size: 69562
URL: https://github.com/P-H-C/phc-winner-argon2
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.
FILES
/usr/bin/argon2
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/396a129ae2e600c6b60b09aeee3768a9ddadb2
REQUIRES
ld-linux-aarch64.so.1()(64bit)
ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)
libargon2(aarch-64) 20190702-6.el10_0
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(64bit)
libc.so.6(GLIBC_2.25)(64bit)
libc.so.6(GLIBC_2.34)(64bit)
libc.so.6(GLIBC_2.38)(64bit)
libc.so.6(GLIBC_ABI_DT_RELR)(64bit)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rtld(GNU_HASH)
PROVIDES
argon2 20190702-6.el10_0
argon2(aarch-64) 20190702-6.el10_0
CONFIG FILES
/usr/bin/argon2
/usr/lib/.build-id a
/usr/lib/.build-id/31 a
/usr/lib/.build-id/31/396a129ae2e600c6b60b09aeee3768a9ddadb2 a
LICENSE FILES
CC0-1.0 OR Apache-2.0
|