Lockdown Screen
2011
This project started in 2011.
This project is a cool program that locks you out of Windows until you provide a password. The password changes every two minutes or so, and using numbers that run in the background it can be calculated. Failing to enter the correct password three times will result in file encryption and in the addition of another password layer to go through. This program disables every way to shut it down and locks out the mouse and command keys like ctrl+alt+del. It was designed to run on Windows 7, but I tried it in Windows 10, and I could not find a way to bypass it without a restart.
- Programmed in
C#.
- Over 1,250 lines of code.This figure may include comment lines and some modified library files.
-
KERNEL32.DLL
&
USER32.DLL
used in C#.
Lang/Lib/Pro |
Version |
.NET Framework |
4.0 |
Type |
Windows Form Application |
Input |
Keyboard-only legitimate keys |
Output |
Log Screen |
Special Components |
None |
Screenshots
Screenshot after one faild login attempt.
Screenshot of three faild login attempts.