Very simple lock screen app for windows which support USB key and password.
- Unlockable with USB key (SD card etc works too)
- Unlockable with password
- Disables task manager
- Disables keyboard, mouse completely
mlock.mp4
- Download the latest release from Github Releases
- Run MLockConfigurator.exe
- If you want to use USB key, click "USB Unlocking" and press "Generate" to create a key file. This will create privateKey.xml in directory, store privateKey.xml in somewhere safe since its only way to create new USB keys.
- If using USB key, select USB from drowdown menu and press "Generate USB Key"
- Fill other fields and press "Install MLock Config". This will save your config.json and publicKey to %appdata%/MLock
- Run MLock.exe as admin, if you want to run at startup create a task scheluder or create a regedit key
Incase you get locked out, from different account with admin permissions you can delete config.json inside C:/Users/YourUser/AppData/Roaming/MLock
- Currently passwords are stored as plaintext in config.json, so any user with admin permissions can see your password.
- WebServer doesnt use https, so if someone is sniffing your network they can see your password.
- Add more unlock methods (Like from mobile app)
- Design a better UI (current one is terrible)
- Add option to configurator to run program at startup
- Add github actions to create releases automatically
- Maybe add option to remove sound when locked
- Log Failures to file