Obfuscation

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

1/7

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.

8 Terms

1
New cards

Obfuscation

The process of making something unclear but not impossible to understand

2
New cards

Steganography

concealing info within other data (hidden in plain sight)

3
New cards

What is security through obscurity?

If you know the process that was used to hide the data, you can very easily recover the data

4
New cards

Common Steganography techniques

Embed messages in TCP packets, embed in a image, invisible watermarks (small yellow dots on printed papers)

5
New cards

Other Steganography types

Audio and video

6
New cards

Tokenization

replace sensitive data with a non-sensitive placeholder

7
New cards

what is an example of tokenization?

changing an SSN with a different set of numbers but behind the scenes they are matched together. When it gets to its destination it switches back over

8
New cards

Data Masking

Hiding parts of original data and only showing you a portion of it (ex. on receipt it shows the last four digits of card number)