Skip to content

Uepsilon/smartcard-webconnector-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smartcard Webconnector

A small interface to read and check a smartcard and use it as an Identification in a Webservice

Usage

python connector.py --url=URL (--resource=RESOURCE)
python connector.py -U URL (-R RESOURCE)
python connector.py --help

  • URL is the URL the Card-Id will be send to
  • RESOURCE is used as an universal Parameter (e.g. to tell from which checkpoint somone authenticates)

Requirements

You'll need this stuff in order to be able to use this script.

Python:

  • pyscard -> Library for Python to use PC/SC
  • docopt

Global:

  • pcsc
  • A Cardreader (for obvious Reasons)
  • A SmartCard (e.g. Mifare-Cards like Classic / Ultralight)

About

A little something to use a smartcard as an Identifier for a Webservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages