https://github.com/devmuaz/caesar-cipher
Encryption and Decryption tool using Caesar Cipher to encrypt and decrypt text files and direct messages.
https://github.com/devmuaz/caesar-cipher
Last synced: 3 months ago
JSON representation
Encryption and Decryption tool using Caesar Cipher to encrypt and decrypt text files and direct messages.
- Host: GitHub
- URL: https://github.com/devmuaz/caesar-cipher
- Owner: devmuaz
- Created: 2016-11-14T23:01:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T23:33:09.000Z (over 8 years ago)
- Last Synced: 2025-01-25T09:09:47.000Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple and Easy Cipher
This tool can be cracked by the cryptanalyst but it strong enough to take a time to be cracked...# Encryption and Decryption
This tool has two options:
1. Encrypt files and direct messages.
2. Decrypt files and direct messages.# Key
The tool will request a secret key each time you trying to encrypt file or message and you must save that key for decryption because it's so important in the algorithm.# Tool File
This tool built using Python version 3.5 so you have to run the file with Python3
Terminal $ python3 CaesarCipher.py# Bug
If you found any error or bug you can contact me on my facebook page in the tool ^_^ Good Luck.
# THANK YOU..