./security/R-argon2, Secure Password Hashing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.0, Package name: R-argon2-0.4.0, Maintainer: pkgsrc-users

Utilities for secure password hashing via the argon2 algorithm. It is
a relatively new hashing algorithm and is believed to be very secure.
The 'argon2' implementation included in the package is the reference
implementation. The package also includes some utilities that should
be useful for digest authentication, including a wrapper of 'blake2b'.
For similar R packages, see sodium and 'bcrypt'. See
<https://en.wikipedia.org/wiki/Argon2> or
<https://eprint.iacr.org/2015/430.pdf> for more information.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2022-05-11 15:35:27 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(security/R-argon2) Updated 0.2.0 to 0.4.0

Release 0.4-0:
  * Update argon2 internals to release 20190702.

Release 0.3-0:
  * Changed argument "type" to "variant" in pw_hash().
  * Expose argon2 secondary inputs to users.
  * Fixed a bad error message.
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-02-08 12:16:26 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(security/R-argon2) import R-argon2-0.2.0

Utilities for secure password hashing via the argon2 algorithm. It is
a relatively new hashing algorithm and is believed to be very secure.
The 'argon2' implementation included in the package is the reference
implementation.  The package also includes some utilities that should
be useful for digest authentication, including a wrapper of 'blake2b'.
For similar R packages, see sodium and 'bcrypt'.  See
<https://en.wikipedia.org/wiki/Argon2> or
<https://eprint.iacr.org/2015/430.pdf> for more information.