Skip to content

Commit

Permalink
Add hash length to README.md
Browse files Browse the repository at this point in the history
This information is useful for people creating schemas which store bcrypt hashes.
  • Loading branch information
knpwrs committed Aug 17, 2014
1 parent b9370db commit 3b66a53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ From @garthk, on a 2GHz core you can roughly expect:

The characters that comprise the resultant hash are `./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789$`.

Resultant hashes will be 60 characters long.

## Testing

If you create a pull request, tests better pass :)
Expand Down

0 comments on commit 3b66a53

Please sign in to comment.