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

https://github.com/mastermind-mayhem/subsitution-cipher


https://github.com/mastermind-mayhem/subsitution-cipher

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Substitution Cipher

Encrypt a message with the following:

```
python subcipher.py
```

Test the encryption with:

```
python test_subcipher.py
```