Skip to content

LillyAngel/CIPHER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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:
    git clone https://github.com/LillyAngel/cipher.git
  2. Open the project in Visual Studio and build the application.