Skip to content

Commit 5439756

Browse files
author
Eric Elliott
committed
Update README.md
1 parent 1f0878a commit 5439756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Takes a stored hash, password input from the user, and a callback, and determine
7171

7272
### .configure(options)
7373

74-
Alter settings or set your secret workKey. Workkey is a secret value between one and 999, required to verify passwords. This secret makes it harder to brute force passwords from a stolen database by obscuring the number of iterations required to test passwords.
74+
Alter settings or set your secret `workKey`. The `workKey` is a secret value between one and 999, required to verify passwords. This secret makes it harder to brute force passwords from a stolen database by obscuring the number of iterations required to test passwords.
7575

76-
Warning: Decreasing `keyLength` or `work units` can make your password database less secure.
76+
Warning: Decreasing `keyLength` or `workUnits` can make your password database less secure.
7777

7878
* @param {Object} options Options object.
7979
* @param {Number} options.keyLength

0 commit comments

Comments
 (0)