https://github.com/lillyangel/cipher
BEST WAY TO KEEP YOUR FILES SAVE
https://github.com/lillyangel/cipher
aes-256 aes-encryption cipher csharp decryption dotnet encryption encryption-decryption wpf
Last synced: 2 months ago
JSON representation
BEST WAY TO KEEP YOUR FILES SAVE
- Host: GitHub
- URL: https://github.com/lillyangel/cipher
- Owner: LillyAngel
- Created: 2024-12-08T17:41:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T12:42:39.000Z (11 months ago)
- Last Synced: 2025-06-12T11:05:41.311Z (6 months ago)
- Topics: aes-256, aes-encryption, cipher, csharp, decryption, dotnet, encryption, encryption-decryption, wpf
- Language: C#
- Homepage:
- Size: 54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CIPHER
CIPHER is a simple file encryption and decryption application built with WPF. It uses AES-256 encryption to secure your files.
## Features
- Encrypt and decrypt files securely with AES-256.
- User-friendly interface with a modern design.
- View activity logs for encryption and decryption actions.
## Requirements
- Windows 10 or newer.
- .NET 8.0 or later.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/LillyAngel/cipher.git
2. Open the project in Visual Studio and build the application.