title | tags |
---|---|
folder-locker |
This program can protect users' data by locking directories with a strong password that the user can define.
:::note This is only tested with Windows 10 Pro Version 10.0.19042 Build 19042
:::
- First, find the 'bin' directory in this repository and navigate it inside.
- Find the executable file of 'locker.exe'.(Navigate to the folder of latest version)
- Download it to your personal computer.
- Place it in a directory anywhere you want.
- Run the application.
- First, it will ask for a master password from you. Give it a strong password.
:::important The master password is the password used to authenticate the user when the folder is locked. :::
- After you set the master password, the program will create a new directory called 'Private', consisting of 'config.json'.
:::danger Don't delete or modify the file 'config.json'. :::
- Put all your private files inside the 'Private' directory.
- Then, run the 'locker.exe' again and give it the confirmation to lock the folder.
:::note 'Private' directory, which includes your private files will disappear after this is done. :::
- When you want to unlock the 'Private' folder, run the 'locker.exe' again and give the master password.
:::important Repeat steps 9 and 10 when you want to lock and unlock your private files, respectively. :::