pyBegin / projects / hill-cipher
🔐

hill_cipher

<html> <h1>HillCipher</h1> <p> This can be used to encrypt three lowercase characters using a built-in key, the decryption of the code generated is…

63 lines🖥 Desktop only

HillCipher

This can be used to encrypt three lowercase characters using a built-in key, the decryption of the code generated is done by using the same key. It uses a matrix as a key to encode and decode the message. It fetches the data using a MySQL table.

Requirement/s

MySQL -SQL data engine software. The installations link is given below, setup the software - install first the server and then all others (for more refer youtube):

https://dev.mysql.com/downloads/installer/

After the setup checkout the 'requirements.py' file and run the code in your python compiler ;)

Aid for Exceptions/Errors

Try: pip intall mysql or/and pip install mysql-connector-python

Pyodide-runnable

No — it connects to a local MySQL database via mysql.connector, which is not available in a browser sandbox.