n0rdy - What Okta Bcrypt incident can teach us about designing better APIs
January 22, 2025
-
16 mins read
Hello there! If you follow tech news, you might have heard about the Okta security incident that was reported on 1st of November. The TLDR of the incident was this:
The Bcrypt algorithm was used to generate the cache key where we hash a combined string of userId + username + password. Under a specific set of conditions, listed below, this could allow users to authenticate by providing the username with the stored cache key of a previous successful authenticatio...
Read more at n0rdy.foo