Skip to content

Commit 224d3c0

Browse files
committed
more bench in README
1 parent 003f103 commit 224d3c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ This extension provides password hashing algorithms used by Linux distributions.
55
* **sha512** (`$6$`) provided for legacy as used on some old distributions (ex: RHEL-8)
66
* **yescrypt** (`$y$`) used on modern distributions
77

8-
Notices: these are fast, don't expect high security level.
8+
Notices: these can be fast, don't expect improved security level.
99

1010
**Computation time**
1111

1212
* bcrypt: 0.33"
1313
* argon2i: 0.53"
1414
* argon2id: 0.55"
1515
* sha512: 0.01"
16-
* yescrypt: 0,08"
16+
* 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
1720

1821
# Sources
1922

0 commit comments

Comments
 (0)