Skip to content

This is an open source library which provides you a way to secure your application using MAC Filters to login.

License

Notifications You must be signed in to change notification settings

vatsalkgor/mac-based-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mac-based-login

This is an open source library which provides you a way to secure your application using MAC Filters to login.

HOW to USE!!!

  1. Download the MACAddress.jar.
  2. Import it in your project in library.
  3. Create a MacLogin class' object with the argument as the mac address you want to check.
  4. Call getMac() from teh object you created to get the eth0 and eth1 mac address of the system on which application is installed.
  5. Then call compareMAC() to check if your software is licensed or not.

:::NOTE:::

This library is currently supporting only 2 NICs eth0 and eth1. If you want more NICs let me know...

About

This is an open source library which provides you a way to secure your application using MAC Filters to login.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages