An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Alt text](design/splash_screen.png)

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