Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 646 Bytes

File metadata and controls

6 lines (5 loc) · 646 Bytes


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 and apologises for any mistakes or UI errors.