diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/2022-10-23-bcrypt-hashing-time.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2022-10-23-bcrypt-hashing-time.md b/content/posts/2022-10-23-bcrypt-hashing-time.md index c9957b6..a77ed72 100644 --- a/content/posts/2022-10-23-bcrypt-hashing-time.md +++ b/content/posts/2022-10-23-bcrypt-hashing-time.md @@ -83,7 +83,7 @@ func main() { isn't much difference. - Time increases exponentially, as it is supposed to be - Comparing this with [auth0's measurement][auth0-bcrypt], this takes slightly - less time. It could be due to either hardware improvement or implementation - (Auth0 use JavaScript) + less time. It could be due to hardware improvement or implementation + (Auth0 uses JavaScript) [auth0-bcrypt]: https://auth0.com/blog/hashing-in-action-understanding-bcrypt/#-bcrypt--Best-Practices |