A way to use fonts to obfuscate text. See the demo below for an example.
https://doctoreww.github.io/Fontuscator/
About this Program https://medium.com/@doctoreww/7a6cd978c7a5?source=friends_link&sk=685eff2b6a94b22f3f6e39fb6dba787e
Not super robust atm. Will make a command line utility soon. If you still want to try it... Edit the letters array to add or remove valid chars. To generate a font, call the makeFont function and pass in an existing font (ie. Times New Roman) To make the CSS file call makeCSS and pass in the filename To print the SPAN HTML tags, call the makeHTMLSPAN function passing in the values to write and the values to see as a user.
The sizes of the letters is not copied correctly. Need to do more research into fontforge about how to fix the letter sizing.