Giter VIP home page Giter VIP logo

nfccp's Introduction

ソフトウェアについて

Windows 7以降で実装されている資格情報プロバイダーのメカニズムを利用して、NFC™に準拠したICカードによるログオン処理を実装しています。

Windows 10だとたぶん無理かも。

導入と削除について

regsvr32.exeでレジストリーに登録したり、解除できるようになっています。資格情報プロバイダーの追加と削除に関して再起動の必要はありません。

導入

次のコマンドラインを管理者権限下で実行すると導入されます。

regsvr32 NFCCP.dll

削除

次のコマンドラインを管理者権限下で実行すると削除されます。

regsvr32 /u NFCCP.dll

実装について

ICredentialProviderインターフェースを基点として、関連するインターフェースを実装することで独自のログオン処理を実装することができます。

また、この資格情報プロバイダーに対応するLSA認証パッケージを実装しています。

これらの2つを組み合わせることでNFC™に準拠したICカードを使用したアカウンティングが可能になります。

ICredentialProviderインターフェース

資格情報プロパイダーの実体となるインターフェースです。ユーザーの認証処理に関するイベントを受信出来るようにしたり、ログオン画面の入力項目を追加したりする役割を持っています。

参考:ICredentialProvider interface

LSA (Local Security Authority)

LSA認証パッケージは外部から入力された資格情報を検証し、認可された場合はトークンを生成して返すコンポーネントです。

参考:LSA Authentication

nfccp's People

Contributors

a1lic avatar

Stargazers

Darren Kattan avatar  avatar  avatar Andrew Dunham avatar

Watchers

James Cloos 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.