Questions tagged [eid]

eID refers to an Electronic Identity Card, an identity card for online and offline identification towards authorities. Apart from online authentication many EICs also give users the option to sign electronic documents with a digital signature. The EIC has the format of a regular bankcard, with printed identity information on the surface (such as personal details and a photograph) as well as an embedded microchip.

Source: Wikipedia, Text is available under the Creative Commons Attribution-ShareAlike License.

22 questions
2
votes
0 answers

How to read data from smart card using jmrtd and scuba

I'm trying to read data from ePassporta using jmrtd and scuba. But it doesn’t work. In Android, almost the same code works. And when reading from a smart card it doesn’t work. My method for reading: public static void reader() throws Exception { …
2
votes
1 answer

Verify the PIN code of a belgian EID card on a reader with PINPAD

All my attemps to verify a PIN code on a PINPAD reader ends up in failure, here is my situation: Setup Belgian EID card; Vasco DIGIPASS 875, connected in Bluetooth; Android application using the SDK from Vasco. Situation I've used APDU command to…
2
votes
1 answer

IdenitityServer WsFederation Claims

I'm setting up IdentityServerv3 with an external IdentityProvider using the WsFederation protocol. For adding the provider I've following code, but I don't understand how I can read the claim's, like name, firstname, photo given back by this…
1
vote
1 answer

Trying to read data from National eID (T=0) using ICAO 9303 BAC

Been trying to read data from my National eID using an ACS ACR1281 1S Dual Reader ICC. It requires Basic Access Control (BAC) authentication. I'm able to properly authenticate but I'm getting an error when I try to Select EF.COM (01 1E) using secure…
Henry
  • 13
  • 2
1
vote
0 answers

How to read Client Certificate from Belgian eID in Wildfly?

I'd like to read some basic parameters from a Belgian eid card from the browser. (e.g. Name, serialNumber). In a PHP application on Apache I know that enabling SSLVerifyCLient and adding SSLOptions +StdEnvVars provides some parameters (e.g.…
gadeynebram
  • 725
  • 2
  • 6
  • 22
1
vote
0 answers

How to sign a PDF with a signed hash (preferably Python)

I want to sign a PDF file with an eID card (essentially a smartcard), preferably in python. I accomplished to have a signed hash of the file, but I can't find out how to embed this hash with the PDF file; and I presume the certificate will also need…
Maarten Ureel
  • 393
  • 4
  • 18
1
vote
1 answer

firefox PKCS11 WebExtesion "An unexpected error occurred"

I am working on developer mozzilla v58 with my smart eid card. I call this code: var pkcs11 = browser.pkcs11.installModule("linux_pkcs11"); My menifest is setup corretly, it finds the library, but it return error code: [Exception... "Component…
lukas kiss
  • 381
  • 2
  • 15
1
vote
1 answer

Use eID APDU codes with node pcsclite

I need to access the eID information through node. For this I have found a package (https://github.com/santigimeno/node-pcsclite) to do this. The site has an example which seems to work (do something atleast. I have copied the following code…
CharliesHeron
  • 105
  • 15
1
vote
1 answer

PHP - how to get the image from hash picture?

I have eID card reader SDK used from ( https://github.com/KeejOow/eidlib ), it works great. using the SDK it allowed me to read my ID card details but i need to read the picture so i got this Hash Picture value using SDK. Hash picture:…
user285594
1
vote
1 answer

Digital signature with iText and beID (using 2048 RSA key) on JDK8

When used under JKD8, the signature of PDF files using iText and beID (with RSA key 2048 bits) will throws an exception: RSA key must be at most 1024 bits 26/09/2014 10:48:36 [exitApplication] [SEVERE] - exitApplication with status 1 …
1
vote
0 answers

Programmatically combine CRL with delta CRL in C# or Java

I'm searching for an implementation in C# or Java of the algorithm to combine CRL with delta CRL as described in RFC5280. I'm working on web authentication with the portuguese eID smart card "Cartão de Cidadão" and other similar tokens with…
1
vote
1 answer

Access TemplaVoila content from eID script

I have a TemplaVoila based TYPO3 website and I need to access my TV page content from within an eID script. How can I access the content in that CE field from my script? I know how to provide the eID script with the ID of the needed page and with…
Jpsy
  • 20,077
  • 7
  • 118
  • 115
0
votes
0 answers

Is it posbiel to authentificate with an EID card on linux?

Basically as the title says, I had the idea to use an authentication EID card method on Linux but I wasn't able to find any resources about this topic. Is my idea possible, is it already implemented ? Does this type of authentication has a name ?…
Liwinux
  • 87
  • 6
0
votes
1 answer

Reading image from Belgian EID card

When I am reading EF(ID#RN) file using APDU command from card - everything is fine. But when I am trying to read image file EF(ID#Photo), then image is cropped. I can read correctly only first 510-512 bytes. File read operation is always returning…
0
votes
0 answers

Authentification with Belgian Card (BEID)

I am currently working on setting up an authentication via the Belgian identity card on a web page. I understood that the applet was abandoned. So I do not know what to turn to, there is the extension firefox but I can not find any doc. I also…
Sébastien Demoustiez
  • 1,356
  • 1
  • 10
  • 17
1
2