Description: Simple - asks for three pin numbers, verifies them as you enter them, and if correct, lets you in.
Installation: Move PIN command to /usr/bin (or wherever your shell gets it's commands).
Config: Use konsolelock.c as your configger. Change the variable test-for numbers on the while loops and you've set the PINs. Use your compiler then move a.out to ~/pin.out (where the pin command looks for your pin config.)
Ratings & Comments
3 Comments
it's trivial to extract the numbers from pin.out...
That's fixable for the security-freaks. Tweak the files so that instead of pin.out it reads .pin.out or whatever.
when you enter alphabet letters, the program repeats the query thing forever (or until you terminate the shell)