Hashing Flashcards
What is the MD5?
Creates a 128-bit hash value that is unique to the input file
What is SHA-1?
Created a 160-bit hash digest, which reduces the number of collisions that occur
What is SHA-2?
Family of hash functions that contain longer hash digests
Includes: SHA-224, SHA-256, SHA-384, SHA-512
What is SHA-3?
Newer family of hash functions, and its hash digest can go between 224 bits and 512 bits
120 rounds of computation
What is the RIPEMD (RACE Integrity Primitive Evaluation Message Digest)?
Comes in 160-bit, 256-bit, and 320-bit versions
What is HMAC (Hash-Based Message Authentication Code)?
Used to check the integrity of a message and provides some level of assurance that its authenticity is real
What is the “Pass the hash attack”?
Hacking technique that allows the attacker to authenticate to a remote server or service by using the underlying hash of a users password
What is the “Birthday Attack”?
An attacker is able to send two different messages through a hash algorithm and it creates the same hash resulting in a collision