forked from wrathematics/argon2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.35 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Type: Package
Package: argon2
Title: Secure Password Hashing
Version: 0.7.1
Authors@R: c(
person("Drew",
"Schmidt",
email = "[email protected]",
role = c("aut", "cre")),
person("Bruno",
"Gonçalves",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-0797-7717")))
Maintainer: Drew Schmidt <[email protected]>
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
URL: https://github.com/wrathematics/argon2
BugReports: https://github.com/wrathematics/argon2/issues
Depends:
R (>= 3.0.0)
Suggests:
covr,
testthat (>= 3.0.0)
ByteCompile: yes
Config/testthat/edition: 3
Copyright: See inst/COPYRIGHTS for files in src/argon2.
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.2.3