CramX Logo
Back to FlashcardsInformation Technology / CompTIA Security+ (SY0-601): Hashing

CompTIA Security+ (SY0-601): Hashing

Information Technology15 CardsCreated 9 months ago

This section explains cryptographic hash functions like MD5 and SHA, which produce fixed-length, unique message digests. It also covers important concepts like one-way encryption and collisions, where two different inputs result in the same hash—critical knowledge for understanding data integrity and security verification.

Report

Hash

A one-way cryptographic function which takes an input and produces a unique message digest

Rate to track your progress ✦

Tap or swipe ↕ to flip
Swipe ←→Navigate
1/15

Key Terms

Term
Definition

Hash

A one-way cryptographic function which takes an input and produces a unique message digest

MD5

Message Digest 5:

Algorithm that creates a fixed-length 128-bit hash value unique to th...

Collision

Condition that occurs when two different files create the same hash digest

SHA

Secure Hash Algorithm

SHA1
Algorithm that creates a fixed-length 160-bit hash value ...

RIPEMD

RACE Integrity Primitive Evaluation Message Digest:

An open-source hash algorithm that ...

HMAC

Hash-based Message Authentication Code:

Uses a hash algorithm to create a level of assu...