Skip to content

A lightweight app to encrypt messages securely using custom keys.

License

PooryaSLT/EncryptTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Encrypt Tools

A simple app for encrypting messages with special keys.
Secure your messages easily using this lightweight and user-friendly application.


✨ Features

  • πŸ“ Encrypt messages with custom keys
  • πŸ”’ Secure and private communication
  • ⚑ Lightweight and easy to use
  • πŸ’» Works on Windows, macOS, and Linux (with Python installed)

πŸ“Έ App Demo

App Demo


πŸš€ Usage

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 encrypt
  • key – Your custom encryption key

πŸ“¬ Contact

πŸ’‘ Feel free to reach out if you have any questions or suggestions!

Telegram Email


⭐ If you like this project, don’t forget to star the repo!

About

A lightweight app to encrypt messages securely using custom keys.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages