https://github.com/roshan-r/applock
An applocker for linux
https://github.com/roshan-r/applock
Last synced: 6 months ago
JSON representation
An applocker for linux
- Host: GitHub
- URL: https://github.com/roshan-r/applock
- Owner: Roshan-R
- Created: 2022-03-17T18:28:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T17:43:28.000Z (over 3 years ago)
- Last Synced: 2025-04-07T02:34:03.742Z (10 months ago)
- Language: C
- Size: 23.4 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# applock
An applocker for linux
# Dependencies
applockes depends on libconfig and openssl.
it uses zenity to make dialogues
# Builing
to build applock, run
```
make
make install
sudo ./applock
```
the default password is '123'
# Demo
https://user-images.githubusercontent.com/43182697/158877358-9772a86c-906a-48c7-97ef-61b84082199f.mp4
# Configuration
configuration file is handled by libconfig.
[applockgui](https://github.com/Roshan-R/applockgui) is a WIP GUI program to configure applock