Skip to content

Commit 9323764

Browse files
committed
Updated benchmark data and performance difference value
1 parent 2fa2b7c commit 9323764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Besides incorporating a salt to protect against rainbow table attacks, bcrypt is
1212
iteration count can be increased to make it slower, so it remains resistant to brute-force search attacks even with
1313
increasing computation power. ([see](http://en.wikipedia.org/wiki/Bcrypt))
1414

15-
While bcrypt.js is compatible to the C++ bcrypt binding, it is written in pure JavaScript and thus slower ([about 2.7
16-
times](https://github.com/dcodeIO/bcrypt.js/wiki/Benchmark)), effectively reducing the number of iterations that can be
15+
While bcrypt.js is compatible to the C++ bcrypt binding, it is written in pure JavaScript and thus slower ([about 25%
16+
](https://github.com/dcodeIO/bcrypt.js/wiki/Benchmark)), effectively reducing the number of iterations that can be
1717
processed in an equal time span.
1818

1919
The maximum input length is 72 bytes (note that UTF8 encoded characters use up to 4 bytes) and the length of generated

0 commit comments

Comments
 (0)