Git Product home page Git Product logo

winapplockerrfid's Introduction

WinAppLockerRFID

It is a program to prevent access to an application or a set, based on the presence of a RFID card or badge

Program details

The program runs in the background, and will monitor the active processes with the process names it finds in the ProtectedProcess.json file in its installation directory. (Requires administrator rights to edit it)

If a process is started but no card is detected on the RFID/NFC reader, then the process will be automatically closed and a message indicating that a valid badge is required to run the program.

List of example of protected process :

{
  "ProcessusProtected": {
      "ProcessName": [
        "TaskManager.exe",
        "KeePass.exe"
      ]
  }
}

If you try to open a program without a detected or valid card, for example KeePass.exe the following message will be returned :

image

Each attempt to open a process will also be noted in a file named StartingAppBlocked.json in this format :

{
  "AppBlocked":
    {
      "KeePass.exe": {
        "User":"John",
        "Date":"2023-02-04 19:56:40.314587"
      },
      "notepad.exe": {
        "User":"John",
        "Date":"2023-02-04 19:54:07.490138"
      }
    }
}

To configure the authorized UIDs you have to modify the CardGranted.json file into the installation directory :

{
  "GrantedUID": [
    "03 1E 7A A1", "02 2D 73 A2"
  ]
}

winapplockerrfid's People

Contributors

t-wcs avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.