https://github.com/benwoo1110/cryptography-gui
Simple visualisation for basic string cryptography algorithms
https://github.com/benwoo1110/cryptography-gui
algorithms cryptography cryptography-gui pygame python3 string-cryptography-algorithms visualisation
Last synced: 3 months ago
JSON representation
Simple visualisation for basic string cryptography algorithms
- Host: GitHub
- URL: https://github.com/benwoo1110/cryptography-gui
- Owner: benwoo1110
- License: mit
- Created: 2020-06-05T03:04:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T12:50:20.000Z (over 4 years ago)
- Last Synced: 2025-01-01T04:21:37.000Z (over 1 year ago)
- Topics: algorithms, cryptography, cryptography-gui, pygame, python3, string-cryptography-algorithms, visualisation
- Language: Python
- Homepage:
- Size: 7.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

A Simple visualisation for basic string cryptography algorithms.
## List of algorithms:
* Atbash Cipher
* Affine Cipher
* Caesar Cipher
* Monoalphabetic Cipher
* Polyalphabetic Substitution Cipher
## Depencencies needed:
* python 3.x
* pygame
* yyaml
#### Manual install:
```css
pip3 install pyyaml pygame
```
## To run to the program:
#### For macos/linux:
run `start.sh` file
```css
chmod +x start.sh
./start.sh
```
#### For windows:
run `start.bat` file
```css
.\start.bat
```
#### Done by: Benedict Woo Jun Kai