https://github.com/durocodes/encryption
Simple encryption tool built in Python.
https://github.com/durocodes/encryption
Last synced: 2 months ago
JSON representation
Simple encryption tool built in Python.
- Host: GitHub
- URL: https://github.com/durocodes/encryption
- Owner: DuroCodes
- Created: 2021-03-03T14:01:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T07:04:31.000Z (about 4 years ago)
- Last Synced: 2025-01-29T15:13:43.494Z (4 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Python Encryption Tool
This encryption tool turns each character in a string into a byte dictionary and encrypts it. There is also a decryption built inside of the software.
### To Use:
1. Put your text inside of the "text.txt" file located in the root directory.
2. Run the program, and choose option '1' to encrypt your text.
3. If you wish to decrypt a text, you can choose option '2' and put the text inside of "text.txt".
4. You can edit the code as you wish; this was just to test out some ideas!