README.md

February 16, 2023 ยท View on GitHub

GitHub followers GitHub forks GitHub Repo stars GitHub watchers APM
GitHub code size in bytes GitHub closed pull requests GitHub issues


File Protection System

What is Secure Vault?

In this project, we have designed a file security system . When we use the operating system, we have to secure some important data. The date is always stored in the files, so we secure the important files well. To check the proposed functionality, we experiment the above said system on the Windows and Linux based operating system.

Run Locally

  • Clone the project

      git clone https://github.com/AryanP45/File-protection-system.git
    
  • Go to the project directory

      cd File-protection-system
    
  • Compile Main file

      javac Main.java
    
  • Run Main file

      java Main
    

Snapshots

Encrypt Tab

Encrypt

Decrypt Tab

Dencrypt

Backup Tab

Backup

Restore Tab

Restore

About Tab

About

๐Ÿ“ Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

โœ๏ธ Authors

๐Ÿ† License

Distributed under the MIT License. See LICENSE for more information.

Here are some related projects