Hacker News new | ask | show | jobs
by ElbertF 1579 days 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

2 comments

This 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...

Potentially leaking names by giving out number of letters in name and surname? Just wondering. If so, consider killing or randomizing spaces and letter count.