Пакет argon2: Информация

  • Default inline alert: Версия в репозитории: 20190702-alt1

Исходный пакет: argon2
Версия: 20171227-alt3
Последняя версия по данным Repology
Собран:  11 мая 2019 г. 10:17 в задании #229189
Категория: Система/База
Сообщить об ошибке в пакете
Домашняя страница: https://github.com/P-H-C/phc-winner-argon2

Лицензия: Public Domain or ASL 2.0
О пакете: The password-hashing tools
Описание: 
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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
argon2 (x86_64, i586, aarch64)
argon2-debuginfo (x86_64, i586, aarch64)
libargon2 (x86_64, i586, aarch64)
libargon2-debuginfo (x86_64, i586, aarch64)
libargon2-devel (x86_64, i586, aarch64)

Сопровождающий: Michael Shigorin

Список участников:
Michael Shigorin
Andrey Bychkov
Alexey Shabalin

Права:
Alexey Shabalin
@everybody

Последнее изменение


11 мая 2019 г. Michael Shigorin 20171227-alt3
- fixed build with lcc on e2k
- minor spec cleanup
23 ноября 2018 г. Andrey Bychkov 20171227-alt2
- broke tag re-signed
26 января 2018 г. Alexey Shabalin 20171227-alt1
- initial package (based on fedora spec)