A jar library for java that provides classes to secure your applications from unauthorized execution
- Function to lock your java program in a CLI or GUI style
- Parameter to provide an owner name alongside PIN
- Ability to enable brute force protection and make user wait for 5 minutes after 4 failed attempts
NOTE: The brute force parameter is an expierimental feature that may break, for example if your system clock is modified, thus use responsibly
NOTE: PasswordScanner functions only work outside your IDE, thus, if you have your whole project in your hands and running it from the IDE, your execution wont be locked
You can find the jar on the releases or inside the dist folder
protect(int PIN, String Owner, boolean Is_brute_force_protection_enabled)
protectGUI(int PIN, String Owner, boolean Is_cancelable, JFrame Which_jframe, boolean Is_brute_force_protection_enabled)
Extended documentation can be also found in your IDE's auto completion
© 2025 Andronikos Gl. All rights reserved.
PasswordScanner is entirely created by me, No part of this project may be copied, modified, redistributed, or used without my explicit permission.


