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.
Version: | 0.4-0 |
Depends: | R (≥ 3.0.0) |
Published: | 2021-10-30 |
Author: | Drew Schmidt [aut, cre] |
Maintainer: | Drew Schmidt <wrathematics at gmail.com> |
BugReports: | https://github.com/wrathematics/argon2/issues |
License: | BSD 2-clause License + file LICENSE |
Copyright: | See inst/COPYRIGHTS for files in src/argon2. argon2 copyright details |
URL: | https://github.com/wrathematics/argon2 |
NeedsCompilation: | yes |
Citation: | argon2 citation info |
Materials: | README ChangeLog |
CRAN checks: | argon2 results |
Reference manual: | argon2.pdf |
Package source: | argon2_0.4-0.tar.gz |
Windows binaries: | r-devel: argon2_0.4-0.zip, r-release: argon2_0.4-0.zip, r-oldrel: argon2_0.4-0.zip |
macOS binaries: | r-release (arm64): argon2_0.4-0.tgz, r-oldrel (arm64): argon2_0.4-0.tgz, r-release (x86_64): argon2_0.4-0.tgz, r-oldrel (x86_64): argon2_0.4-0.tgz |
Old sources: | argon2 archive |
Reverse imports: | remoter |
Reverse suggests: | getPass |
Please use the canonical form https://CRAN.R-project.org/package=argon2 to link to this page.