Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37478308
en ru br
ALT Linux repositórios
S:20190702-alt1

Group :: Sistema/Base
RPM: argon2

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 20190702-alt1
Data da compilação: 31 julho 2019, 20:55 ( 246.8 weeks ago )
Tamanho:: 1146.63 Kb

Home page:   https://github.com/P-H-C/phc-winner-argon2

Licença: Public Domain or ASL 2.0
Sumário: The password-hashing tools
Descrição:

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.

Mantenedor currente: Alexey Shabalin

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • argon2
  • argon2-debuginfo
  • libargon2
  • libargon2-debuginfo
  • libargon2-devel
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009