1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Hashes
Data as short string of text
One-Way Trip
Used to store passwords
Uses Case:
Verify downloaded Doc
Digital Signature
Collison
Hashing eventually causing 2 of the same output
MD5 has a hashing problem
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)
Salting
Salt = Adding random data to password when hashing
Everyone gets own salt amount
Rainbow Table
Tool to reverse engineer unsalted hash
Digital Signature
Purpose:
Integrity
Authentication
Non-Repudation
Sign with private key
Verify with public key
Digital Signature Example