What is the main purpose of a cryptographic hash function?
Which of the following is an example of a Secure Hash Algorithm?
A hash function with a 64-bit output can produce how many possible unique hashes?
Two different inputs that produce the same hash are called a:
Which statement best describes collision resistance?
If a hash always produces a 256-bit result regardless of the input’s length, it demonstrates which property?
Why are MD5 and SHA1 no longer considered secure?
Why should systems store password hashes instead of plaintext passwords?
When a user logs in, how does a system verify their password?
What is the purpose of adding a salt to a password before hashing?