Overview
A lightweight cryptographic file encryption / decryption application. It utilizes symmetric key cryptographic algorithms such as AES, DES, Blowfish and RC4 present in 2016 Java security standards.
The application also generates a failsafe file which helps users remember the password with which they secured their files.
Note: This is my very first project in computer science.
Key Features
- File encryption and decryption using industry-standard algorithms
- Support for AES, DES, Blowfish, and RC4 encryption
- Failsafe password recovery mechanism
- Lightweight and user-friendly interface
- Built using Java 2016 security standards