Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T12:42:39.000Z (15 days ago)
- Last Synced: 2025-01-26T13:35:24.461Z (15 days 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.