An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Encryptor Decryptor v1.0

[![Build & Release](https://github.com/g4-api/simple-encryptor-decryptor/actions/workflows/GitHubActions.yml/badge.svg)](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.

![Application Screenshot](/screenshots/1.png)

### Decrypt Text

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

![Application Screenshot](/screenshots/2.png)

### 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!