「Please, don't use equality operator when comparing password hashes | Nowhere Reference - Random thoughts in the wild.」
As you saw in the title, you shouldn’t be using the equality operator to compare password hashes, and you may ask why? The answer to that question is that it will open your application to timing attacks because of how the equality operator works. In the following sections, I will talk about timing attacks, how the equality operator works when comparing strings ([]byte), and what you should be using instead of the equality operator.
コンテンツ文字数:0 文字
見出し数(H2/H3タグ):0 個
閲覧数:126 件
2021-07-01 20:00:25