Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostyfeet909/my-ciphers
Hasty python code for ciphers
https://github.com/frostyfeet909/my-ciphers
python3
Last synced: 18 days ago
JSON representation
Hasty python code for ciphers
- Host: GitHub
- URL: https://github.com/frostyfeet909/my-ciphers
- Owner: frostyfeet909
- Created: 2021-10-31T04:00:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T09:41:43.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T23:39:11.707Z (3 months ago)
- Topics: python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Ciphers
A quickly put together implemetation of the Columnar transposition.
## Installation
1. Install the latest stable version of [python3](https://www.python.org/downloads/).
2. Install the remaining packages in requirements and setup the file structure by running `install_requirements.py`:```bash
python3 install_requirements.py
```## Usage
1. Write encoded/decoded keys/messages in there respective files in the following format:
```bash
key:passes:message// decoded
hi:1:Hello World!
hello::Hello World!// encoded
HI:1:HLOOL! ELWRD
HELLO:1:EO HW! LR LL OD
```2. Run `main.py`
## License
Pls use it.