Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate an image of a string that is obfuscated so as to resist interpretation by automated systems
ResourceFunction["StringObfuscate"][str] generates an image of the string obfuscated by image processing techniques. |
Obfuscate a string:
In[1]:= |
Out[1]= |
Obfuscate a longer string:
In[2]:= |
Out[2]= |
Specify RandomSeeding to control randomness between evaluations:
In[3]:= |
Out[3]= |
In[4]:= |
Out[4]= |
Specify the font to use instead of one of the randomly selected ones used by default:
In[5]:= |
Out[5]= |
Specify a specific size for the image:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License