Obfuscation Technique for Privacy Data
"Cash on the Table" Example
There is a $100 bill on the table. You know putting off it without the owner's agreement is a crime. But not everyone think so. Then the $100 bill is in vulnerable condition. Because the bill is valuable. Then you would like to take some step to protect it by:
- putting it in wallet
- putting it in ordinally looking bags
- putting it in picture frame
- putting it underneath of doormat
- putting it in steel safe
- putting it in your bank account
These are techniques of making the $100 bill "not looking valuable" and setting "access difficulties".
Then now imagine the $100 bill is your privacy data. How can you protect it?
- putting data some different label
- mapping to multiple label
- encryption of data
- multiple encryption wrapping
- mixing with unrelated data
- chopping up data
- distributing chopped data to separate storage
- random sort of data I/O query
- randomized data I/O timing
- obfuscating sender/destination address
- moving the data through encrypted path
- moving the data peer to peer
- making data redundant
- sending redundant data through multiple paths
Any more thoughts?