diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-10-23 22:35:01 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-10-23 22:35:01 +0700 |
commit | 87eea418d3b4062f7b7818f559c108824b6efedf (patch) | |
tree | 8e7dba148e68963623c247cf679d818dd06e171d /content/posts/2022-10-23-bcrypt-hashing-time.md | |
parent | 18cbde410b06c251552cdf8b61062ee51736a583 (diff) | |
download | blog-87eea418d3b4062f7b7818f559c108824b6efedf.tar.gz |
Fix typos and fix CV link
Diffstat (limited to 'content/posts/2022-10-23-bcrypt-hashing-time.md')
-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 |