NPAPI plugin use case: native chipcard reader

2015-10-12 Thread harang . peter
Hi, We are working for a bank that implements a plugin for signing login and transactions in an e-banking solution. This is a key part of the application, it supports the three major browsers (FF and IE through npapi, Chrome through native messaging). When we investigated the problem half-a-yea

Re: NPAPI plugin use case: native chipcard reader

2016-06-13 Thread harang . peter
Hi guys, Sorry for being mute, I had to work on other stuff. To answer the questions: our current setup uses an NSAPI plugin to handle all the authentication stuff. PIN (as you have guessed) is only used to "open up" the chipcard, all the cryptography magic happens inside the card's chip. We p