We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003f103 commit 224d3c0Copy full SHA for 224d3c0
README.md
@@ -5,15 +5,18 @@ This extension provides password hashing algorithms used by Linux distributions.
5
* **sha512** (`$6$`) provided for legacy as used on some old distributions (ex: RHEL-8)
6
* **yescrypt** (`$y$`) used on modern distributions
7
8
-Notices: these are fast, don't expect high security level.
+Notices: these can be fast, don't expect improved security level.
9
10
**Computation time**
11
12
* bcrypt: 0.33"
13
* argon2i: 0.53"
14
* argon2id: 0.55"
15
* sha512: 0.01"
16
-* yescrypt: 0,08"
+* yescrypt: 0,07" with default cost of 5
17
+* yescrypt: 0,14" with cost=6
18
+* yescrypt: 0,30" with cost=7
19
+* yescrypt: 0,62" with cost=8
20
21
# Sources
22
0 commit comments