Reading smartcard from chrome after NPAPI drop
Asked Answered
C

1

7

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?

Calculator answered 14/1, 2015 at 8:33 Comment(0)
G
2

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.

Guzzle answered 14/1, 2015 at 19:0 Comment(4)
This would require us to roll our own native service first. It's a solution, but I hope something better will become available. Will be following the discussion at the Firebreath site.Calculator
Also, native messaging is Chrome only.Calculator
Yes, Native messaging is Chrome only. There are no potential technologies on the horizon that work on all browsers, though NPAPI is so far only being dropped from Chrome.Guzzle
Brief update: the firefox team has stated on mailing lists that they plan to support native messaging as well sometime before they drop plugin support at the end of 2016Guzzle

© 2022 - 2024 — McMap. All rights reserved.