https://github.com/mastermind-mayhem/subsitution-cipher
https://github.com/mastermind-mayhem/subsitution-cipher
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mastermind-mayhem/subsitution-cipher
- Owner: mastermind-mayhem
- Created: 2021-01-04T15:24:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T21:51:32.000Z (about 3 years ago)
- Last Synced: 2024-12-31T03:18:31.115Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- 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
```