File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Besides incorporating a salt to protect against rainbow table attacks, bcrypt is
1212iteration count can be increased to make it slower, so it remains resistant to brute-force search attacks even with
1313increasing 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
1717processed in an equal time span.
1818
1919The maximum input length is 72 bytes (note that UTF8 encoded characters use up to 4 bytes) and the length of generated
You can’t perform that action at this time.
0 commit comments