brucemcpherson / desktopliberation

hosting for desktop liberation google plus community
30 stars 1 forks source link

Obfuscate text with Apps Script #152

Open brucemcpherson opened 1 year ago

brucemcpherson commented 1 year ago

Sometimes you want to hide data in a sheet that’s being used for demo purposes. In a previous post I covered encrypting selected data so that only people with access to its public key plus their own private key could access it (Merging sheets from multiple sources and encrypting selected columns), but that was about data you wanted to share securely. In this article, I’ll cover the much more simple requirement to obfuscate data so you can share it without having to revealing the original content, and of course provide a library to do it for you.

Article: https://ramblings.mcpher.com/gassnippets2/obfuscate-text-with-apps-script/