From 87eea418d3b4062f7b7818f559c108824b6efedf Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sun, 23 Oct 2022 22:35:01 +0700 Subject: Fix typos and fix CV link --- content/posts/2022-10-23-bcrypt-hashing-time.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts') 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 -- cgit 1.4.1