Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 769 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 769 Bytes

Folderlocker

A GUI Version of the famous batch script folderlocker.bat translated into python.

  • Username and Password Feature.
  • One Click Lock & Unlock

Usage

  1. Go to Online Md5 Generator Website, Example : md5HashGenerator.com

  2. Create Your own md5 hash sum of your preferable Username and Password

  3. Replace the user hash with your username hash sum

     user = 'f8f87915dce091a5571941436df26619' # Replace in between the Single Quote
  4. Replace the pwd hash with your password hash sum

     pwd = '0192023a7bbd73250516f069df18b500' # Replace in between the Single Quote
  5. Place this in Drive's root directory.