https://github.com/g4-api/simple-encryptor-decryptor
SimpleEncryptorDecryptor is a WPF application for easy and secure AES encryption and decryption. With a user-friendly interface, it allows users to encrypt and decrypt text using a user-defined key. Ideal for anyone needing to protect sensitive information.
https://github.com/g4-api/simple-encryptor-decryptor
aes-256 cryptography-tools csharp-app encryption-decryption security-tools windows-application wpf
Last synced: 3 months ago
JSON representation
SimpleEncryptorDecryptor is a WPF application for easy and secure AES encryption and decryption. With a user-friendly interface, it allows users to encrypt and decrypt text using a user-defined key. Ideal for anyone needing to protect sensitive information.
- Host: GitHub
- URL: https://github.com/g4-api/simple-encryptor-decryptor
- Owner: g4-api
- License: mit
- Created: 2024-05-31T06:29:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T07:21:55.000Z (about 2 years ago)
- Last Synced: 2025-02-01T12:09:52.706Z (over 1 year ago)
- Topics: aes-256, cryptography-tools, csharp-app, encryption-decryption, security-tools, windows-application, wpf
- Language: C#
- Homepage: https://github.com/g4-api/simple-encryptor-decryptor
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Encryptor Decryptor v1.0
[](https://github.com/g4-api/simple-encryptor-decryptor/actions/workflows/GitHubActions.yml)
## Overview
Encryptor Decryptor v1.0 is a lightweight and standalone Windows application built using .NET 8. It provides a straightforward solution for encrypting and decrypting text using a user-provided key. This single-file application ensures a hassle-free experience without the need for additional installations.
## Features
- **Encryption and Decryption:** Quickly encrypt and decrypt text with a simple and intuitive interface.
- **No Installation Required:** Download the zip file from the releases, extract it, and run the executable (`SimpleEncryptorDecryptor.exe`).
- **Attribution:** The application gives proper credit to the creator of the encryption icons used.
## How to Use
### Download and Run
1. Download the zip file from the [Releases](https://github.com/gravity-api/simple-encryptor-decryptor/releases) page.
2. Extract the contents to a preferred location on your machine.
3. Run the executable file (`SimpleEncryptorDecryptor.exe`).
### Enter Key and Text
1. Input the encryption key in the "Key" textbox.
2. Enter the text to be encrypted or decrypted in the "Input" textbox.
### Encrypt Text
Click the "Encrypt" button to encrypt the entered text.

### Decrypt Text
Click the "Decrypt" button to decrypt the encrypted text.

### View Result
The result of the encryption or decryption process will be displayed in the application.
## License
This project is licensed under the [MIT License](LICENSE).
Feel free to contribute, report issues, or suggest improvements!