IT セキュリティ アナリストの推奨に反して、ある企業はサーバー上のすべてのユーザーのパスワードを「P@55w0rD」に設定しました。攻撃者は /etc/passwd ファイルを確認したところ、次のことを発見しました。 alice:a8df3b6c4fd75f0617431fd248f35191df8d237f bob:2d250c5b2976b03d757f324ebd59340df96aa05e chris:ea981ec3285421d014108089f3f3f997ce0f4150 暗号化されたパスワードが一致しない理由を説明する最も適切なものは次のうちどれですか?
正解:C
Salting refers to adding random data to the input of a hash function to guarantee a unique output. The set password, in this case, is already hashed so to further secure it salting is the next step in cryptography i.e. adding more security to the password. Think of it as "salt bae" making it just that much better.