https://github.com/karag0/cesarxor
Simpe cript algorithm using Cesar method and XOR cript, it is not safe, just for demonstration
https://github.com/karag0/cesarxor
criptography python
Last synced: 4 days ago
JSON representation
Simpe cript algorithm using Cesar method and XOR cript, it is not safe, just for demonstration
- Host: GitHub
- URL: https://github.com/karag0/cesarxor
- Owner: Karag0
- License: gpl-3.0
- Created: 2025-01-12T11:56:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T17:53:47.000Z (about 1 year ago)
- Last Synced: 2025-04-23T18:44:46.026Z (about 1 year ago)
- Topics: criptography, python
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CesarXOR
This is a simple cryptography program that implements encryption and decryption using a combination of the Caesar cipher and XOR encryption. It is designed as a beginner project to explore basic cryptographic techniques.
## Features
- **Caesar Cipher**: Shifts letters in the text by a specified number.
- **XOR Encryption**: Applies a bitwise XOR operation with a user-defined key.
- **Text Input and Output**: Users can input text, specify shift values and keys, and see the encrypted or decrypted output.
- **Clipboard Support**: Users can copy the output to the clipboard and paste text from it.
- **Language Support**: The program supports both Russian and English languages.
## Roadmap
- Rewrite the program in C++ to improve performance and explore different programming paradigms.
## Note
Sorry for any errors; this is my first project. I appreciate any feedback or suggestions for improvement!