/Fleissner-Grid

Fleissner grid cipher and decipher

Primary LanguagePython

Fleissner Turning Grid Cipher

Encryption & Decryption

This script let's you cipher and decipher and sentence usinga provided grid or with an auto-generated one.

Graphical Grid Creator

This repository lets you create with a graphical interface a grid that can be used to cipher or decipher using the script.

What I learned

  • I learned about encryption and decryption algorithm
  • Securing user input to prevent error in the algorithm