Package: argon2
Type: Package
Title: Secure Password Hashing
Version: 0.4-0
Description: 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.
License: BSD 2-clause License + file LICENSE
Copyright: See inst/COPYRIGHTS for files in src/argon2.
Depends: R (>= 3.0.0)
NeedsCompilation: yes
ByteCompile: yes
Authors@R: person("Drew", "Schmidt", role=c("aut", "cre"), email="wrathematics@gmail.com")
URL: https://github.com/wrathematics/argon2
BugReports: https://github.com/wrathematics/argon2/issues
Maintainer: Drew Schmidt <wrathematics@gmail.com>
RoxygenNote: 7.1.2
Packaged: 2021-10-30 18:49:39 UTC; mschmid3
Author: Drew Schmidt [aut, cre]
Repository: CRAN
Date/Publication: 2021-10-30 19:30:02 UTC
