This Windows Form App allows users to encrypt and decrypt data using a specified key. It provides a user-friendly interface for secure data handling.
- Encrypt text input using the provided key.
- Decrypt encrypted text using the same key.
- User-friendly UI with input and output textboxes.
- Ability to change the encryption key on-the-fly.
- Download the executable from releases and open.
- Enter text in the input textbox.
- Click the "Encrypt" button to encrypt the text.
- Click the "Decrypt" button to decrypt the encrypted text.
- Change the key in the dedicated textbox for different encryption/decryption keys.
32/64 bit processor and 32/64 bit OS can run executable files. No additional dependencies are required.
- Create a Release.
- Allow Unique Key's
- Allow different bit keys.
- Show the key when encrypt a file
- Implementing encryption and decryption algorithms in C#.
- Building a user interface for data input and output.
- Handling user input securely.
- Managing encryption keys dynamically.
Contributions are welcome! Feel free to open issues, submit pull requests, or provide feedback.
This project is licensed under the AGPL License - see the LICENSE.txt file for details.