|
|
|
|
|
by dunham
4651 days ago
|
|
Hmm, I guess I've been using that term incorrectly to describe fixed substitution ciphers. It's been a few decades since I learned this stuff. It's effective at preventing a simple copy/paste or "view source" but ineffective against an adversary of any sophistication. I've seen this used in PDF files before. There, if you have a pristine copy of the embedded font, you can just look up a copy of the character program to find the original value. But it's effective against naive pdf to text or pdf to html services. Then again, you could just ocr the rendered text, so I guess the obfuscation technique only has to be as effective as rendering the text as a bitmap. |
|