6 ms·
I do this on my website with paywalled information. It respects upper/lowercasing and spacing but randomises each character. Anyone can disable the CSS blur but
by ElbertF 5y ago
I do this on my website with paywalled information. It respects upper/lowercasing and spacing but randomises each character. Anyone can disable the CSS blur but the data is still obfuscated.
https://imgur.com/a/NY6xKie https://imgur.com/a/NY6xKie
- campital 5y agoThis reminds me of Manning liveBook's obfuscation strategy [0]. It scrambles the letters to keep the majority of the specific details obfuscated while somewhat revealing the gist (word length, acronyms, anagrams, code segments) presumably to encourage sales and discourage piracy. [0] Ex. https://livebook.manning.com/book/programming-the-ti-83-plus-ti-84-plus/chapter-12/5 https://livebook.manning.com/book/programming-the-ti-83-plus...
- kzrdude 5y agoPotentially leaking names by giving out number of letters in name and surname? Just wondering. If so, consider killing or randomizing spaces and letter count.