Hashing and Digital Signatures

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

1/5

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.

6 Terms

1
New cards

Hashes

  • Data as short string of text

  • One-Way Trip

    • Used to store passwords

Uses Case:

  • Verify downloaded Doc

  • Digital Signature

2
New cards

Collison

  • Hashing eventually causing 2 of the same output

    • MD5 has a hashing problem

3
New cards

Practical Hashing

  • Verify file is correct on a website

Hash Algo on downloaded file → Compare value to the value posted on website

  • Password Storage (Salted Hash)

4
New cards

Salting

Salt = Adding random data to password when hashing

  • Everyone gets own salt amount

Rainbow Table

  • Tool to reverse engineer unsalted hash

5
New cards

Digital Signature

Purpose:

  • Integrity

  • Authentication

  • Non-Repudation

  • Sign with private key

  • Verify with public key

6
New cards

Digital Signature Example