A simple app for encrypting messages with special keys.
Secure your messages easily using this lightweight and user-friendly application.
- π Encrypt messages with custom keys
- π Secure and private communication
- β‘ Lightweight and easy to use
- π» Works on Windows, macOS, and Linux (with Python installed)
Simply run the application and enter your message along with a custom key to encrypt it:
# Example usage
from EncryptTools import EncryptTools
app = EncryptTools()
encrypted_message = app.encrypt("Your message here", "SpecialKey123")
print(encrypted_message)Parameters:
messageβ The text you want to encryptkeyβ Your custom encryption key
π‘ Feel free to reach out if you have any questions or suggestions!
β If you like this project, donβt forget to star the repo!
