Obfuscation
Making information harder to understand without removing it.
Obfuscation raises the effort an attacker needs to understand information without removing access to it — code minification, packing, and steganography (hiding data inside other data) are examples. It is “security through obscurity” and must never replace encryption or access control; it only slows an adversary, it does not stop one.
Advertisement