Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reading smartcard from chrome after NPAPI drop

This chromium blog states Chrome is dropping NPAPI for good now.

In my current project I need to access a Belgian E-ID card to get data (not authentication).
All documentation and examples I found are using Java plugins. This will become imposible in the future.

Does anybody have an idea how to approach this?

like image 471
Boris Callens Avatar asked Jan 14 '15 08:01

Boris Callens


1 Answers

Native Messaging is probably what you'll need to use. The FireBreath team is working on some possibilities for extending support to allow using it, but nothing we can definitively announce yet.

like image 63
taxilian Avatar answered Oct 01 '22 11:10

taxilian