Smart Card reading certificate a3 with python

0

Is it possible, and how can I collect a3 smart card information to log in and authenticate?

  • Is there a library
asked by anonymous 12.07.2017 / 19:42

1 answer

0

You have this lib but I believe only the A1 certificate, but you can join the developers and suggest the A3 development.

The option I find most interesting, for now, is the use of the project ACBrMonitor , is an executable (Windows and Linux) that stays in the background awaiting commands for connected devices and webservice consumption of the recipe. In addition to authentication with both A1 and A3, there are dozens of other features, see a short summary taken from the site:

ACBrMonitor:

  

ACBrMonitor is an executable program developed using the ACBr components. The purpose of ACBrMonitor is to allow any language capable of reading and creating TXT files or using Sockets (TCP / IP) to be able to use all the resources of the ACBr components.

     

With ACBrMonitor you can easily access equipment like:

     
  • More than 13 ECF templates

  •   
  • Various models of Serial Scales

  •   
  • Cash Drawers

  •   
  • Query Terminals

  •   
  • Check Printers

  •   
  • Tower and Keyboard Message Display

  •   
    
13.07.2017 / 04:33