Skip to content

gajanan-more/udrivencrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI to encrypt USB drive

An easy-to-use gui for encryption of USB drives using Python (PyQt5) for GUI and LUKS for encryption. Users will be provided a list of connected USB drives and will have to select the one to be encrypted. Further they will have to add password. In case, the drive is already encrypted, users will be able to add new passwords (max 8) or delete passwords.

Prerequisites

Python 2.7+

Installing

  • Create virtual environment
python3 -m venv v1
  • Activate virtual environment
source v1/bin/activate
  • Install dependencies using Requirement.txt
pip3 install -r Requirement.txt
  • Install, build and run an application
python3 setup.py install
python3 setup.py build
udrivencrypt

Author

  • Gajanan More
  • Anuja Kulkarni
  • Amruta Salunkhe
  • Akshata Jadhav

LICENSE

This project is licensed under the GNU General Public License - see the License file for details.

About

GUI to encrypt USB drive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%