72. Hashing

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Hashing

One-way cryptographic function that takes an input and produces a unique message digest as its output

2
New cards

Hash digests are always the same length

True

3
New cards

Common Hashing algorithms

MD5

SHA Family

RIPEMD

HMAC

4
New cards

To use digital signatures you need certain algorithms

(DSA) Digital Security Algorithm

(RSA) Rivest-Shamir-Adleman cipher

Elliptic Curve Cryptography version fo either DSA or SHA

5
New cards
MD5
Creates a 128-bit hash value that is unique to the input file
6
New cards
SHA Family
Secure Hash Algorithm Family
7
New cards
Collision
When two files have the exact same resulting hash digest
8
New cards
Secure Hash Algorithm Family
Created due to the limited number of unique hash values associated with MD5
9
New cards
SHA-1
Creates a 160-bit hash digest, which significantly reduces the number of collisions that occur
10
New cards
SHA-2
Family of hash functions that contain hash digests of more than 160-bits. Includes SHA-224, 256, 384, and 512
11
New cards
SHA-3
Newer family of hash functions and its hash digest can go between 224 bits and 512 bits
12
New cards
RIPEMD
RACE Integrity Primitive Evaluation Message Digest
13
New cards
RACE Integrity Primitive Evaluation Message Digest
Comes in 160-bit, 256-bit, and 320-bit versions
14
New cards
RIPEMD-160
Open-source hashing algorithm that was created as a competitor to the SHA family
15
New cards
HMAC
Hash-based Message Authentication Code
16
New cards
Hash-based Message Authentication Code
Used to check the integrity of a message and provides some level of assurance that its authenticity is real
17
New cards
Digital Signature
Created by hashing a file and then taking that resulting hash digest and encrypting it with a private key
18
New cards
DSS
Digital Security Standard
19
New cards
Digital Security Standard
Relies upon a 160-bit message digest created by the digital security algorithm