Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mastermind-mayhem/subsitution-cipher
- Owner: mastermind-mayhem
- Created: 2021-01-04T15:24:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T21:51:32.000Z (over 2 years ago)
- Last Synced: 2023-03-27T08:46:09.197Z (almost 2 years ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```