Skip to content

AndronikosGl/PasswordScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordScanner

A jar library for java that provides classes to secure your applications from unauthorized execution

Features

  • 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

protection by cli

Main Dialog

Brute force notice

You can find the jar on the releases or inside the dist folder

For use as CLI

protect(int PIN, String Owner, boolean Is_brute_force_protection_enabled)

For use with GUI

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

Copyright

© 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.

About

A jar library for java that provides classes to secure your applications from unauthorized execution

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages