Obfuscation, Hashing & Digital Signatures, Blockchain Tech, Certificates Flashcards
Obfuscation
Process of hiding info in plain sight
Steganography
Hiding info inside of an image
Common steganography techniques include-
- Network based
- Image
- Invisible watermarks
- Audio
- Video
Tokenization, where is it common?
Replaces sensitive data w/ a non-sensitive place holder.
-SSN 266-12-1112 is now 691-61-8539
-Common w/ CC processing
Data obfuscation
Hide some of original data
Ex: Receipt only showing last 4 digits of bank card.
Data masking
protects sensitive info by replacing it with fake or randomized data
Hash, what’s it used for?
Represents data as a short string of text.
Used to store passwords, verifies a downloaded document is same as original.
Collision
Different input should never create the same hash
Salt
Random data added to a password when hashing
Advantages of salted hashes:
-Rainbow tables wont work
-Slows down brute force process
Advantages of blockchain”
Keeps track of transactions.
And are verified by multiple computers on the network before it is added to the blockchain ledger.
In blockchain, if changes occur then-
Those changes are distributed to everyone
Public key certificate
verifies the identity of a user or device by linking their public key to their identity
What adds ‘trust’ to digital certificates?
Digital signature
PKI uses ____________ for additional trust
Certificate Authorities