Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.1 KB

Data Protection App (Encryption/Decryption and password protection of files)

About the App

A data protection app that could encrypt, decrypt and password protect files. For password protection, a zip file is made, selected files are added to it and then a password is assigned to those files. Ensure that no two files have the same name, otherwise only one file will be added to zip. The app also have fully functional settings. The user can do the tasks either on single or multiple files. The user may wish to keep original files or delete them (permanently from the PC). In case one or multiple "directories" are selected, then all the files inside that directory(and it's subdirectories) are encrypted, decrypted or protected.

Useful Resources

Tools Used

  • This project was made using JDK 14.0.1 and Eclipse IDE for Java Developers - 2020-03
  • One referenced library is used in the project namely zip4j-2.6.1 (It is present in the root project folder).