Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Decipher a Chaocipher-enciphered string
ResourceFunction["ChaoDecipher"][string,{αp,αp}] deciphers string using the plain text alphabet αp and the cipher alphabet αc. |
Decipher a piece of text using unshuffled plain and cipher alphabets:
In[1]:= | ![]() |
Out[1]= | ![]() |
Decode a string that returns a "constant" string:
In[2]:= | ![]() |
Out[2]= | ![]() |
Use random plain and cipher alphabets:
In[3]:= | ![]() |
Out[5]= | ![]() |
The resource function ChaoCipher can be used to encipher a string. First encode a piece of string:
In[6]:= | ![]() |
Out[8]= | ![]() |
Now we can decipher it with ChaoDecipher:
In[9]:= | ![]() |
Out[9]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License