Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 406 Bytes

File-Locker

File encryption/decryption using Python programming with pyAesCrypt library with Following features

  1. Lock/Unlock file with password
  2. Lock/Unlock single file
  3. Lock/Unlock multiple files
  4. Lock/Unlock files only of folder where File-Locker.py is kept
  5. Lock/Unlock files including sub-folders

Install "pyAesCrypt" library by running "pip install pyAesCrypt" command in cmd/terminal