Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Decrypt a string encrypted by a Hill cipher
ResourceFunction["HillCipherDecrypt"][cipher,key] decrypts the cipher String encrypted by the Hill cipher algorithm using key. |
Decrypt an encrypted Hill cipher into its corresponding plaintext using the known key:
In[1]:= |
Out[1]= |
The key and cipher must be strings:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License