Page 1 of 2

Belgian eID-card

Posted: Thu Nov 15, 2012 1:27 pm
by driessen
Hello,

Here in Belgium we all have a electronic ID-card which is used in many applications.

Does anyone know how we can read this eID in a cardreader?

Thanks a lot in advance.

Re: Belgian eID-card

Posted: Thu Jul 30, 2015 6:42 am
by Otto
Hello Michel,
have you found a solution.
Thanks in advance
Otto

Re: Belgian eID-card

Posted: Thu Jul 30, 2015 1:00 pm
by driessen
Unfortunately not, Otto.

Re: Belgian eID-card

Posted: Fri Jul 31, 2015 12:34 am
by rhlawek

Re: Belgian eID-card

Posted: Fri Jul 31, 2015 9:15 am
by AntoninoP
In my infinity curiosity, I saw the API for Belgian eID-card. :oops:
I arrived at http://eid.belgium.be/en/developing_eid ... pment_kit/
then at https://code.google.com/p/eid-mw/wiki/SDK40
so, It is enough download the software from http://eid.belgium.be/nl/je_eid_gebruik ... stalleren/ and the SDK from http://eid-mw.googlecode.com/files/sdk40_1306.zip.

starting from them, I created this test: http://aperricone.altervista.org/temp/beid.zip

all file except: be_api.c, test.prg, build.bat and test.exe are copied from the SDK.
The interesting one is be_api.c, it is only started, finish its is a easy but boring work.
I don't have way to test it, but I think it is a good starting point.

Hoping that I helped,
Antnino Perricone

Re: Belgian eID-card

Posted: Wed Jan 27, 2016 8:26 pm
by Jack
Hello,
What is the right instruction in other to read the contents of EID Card : Name, Adress,Bitrth Date ?

Thanks

Belgian eID-card

Posted: Mon Jun 06, 2016 4:57 pm
by Jack
Hello,
Is there something new about this ?
How to extract FirstName,LastName,BirthDate etc
Thanks for your help .

Re: Belgian eID-card

Posted: Wed Jun 08, 2016 10:46 am
by Marc Vanzegbroeck
Hi,

There is an SDK for reading the information on the eID.
http://eid.belgium.be/nl/eid-toepassing ... opment_kit
https://github.com/Fedict/eid-mw/wiki/S ... troduction
Here is a VBA wrapper:
https://github.com/jdt/EID.Wrapper
I did't try it yet.

Re: Belgian eID-card

Posted: Wed Jun 08, 2016 2:04 pm
by Jack
How to translate this in Fivewin/Harbour language ?
Thanks for your help .

Re: Belgian eID-card

Posted: Wed Jun 08, 2016 3:46 pm
by AntoninoP
no one tried my code?

Re: Belgian eID-card

Posted: Wed Jun 08, 2016 5:20 pm
by Marc Vanzegbroeck
AntoninoP wrote:no one tried my code?
Antonino,


When I run it with a cardreader, I get this error:

Code: Select all

Init:         0
Error BASE/1111  Argument error: LEN
Called from LEN(0)
Called from MAIN(6)
I will try to debug it if I have some time...

Re: Belgian eID-card

Posted: Thu Jun 09, 2016 7:19 am
by AntoninoP
It does not found the file beidpkcs11.dll or beid35pkcs11D.dll (depends if is compiled in C debug or not), maybe is better to change the line 11 of be_api.c from

Code: Select all

CK_RV retVal = CKR_OK;
to

Code: Select all

CK_RV retVal = CKR_GENERAL_ERROR;
so it does not return 0 (OK) in case of fail.

Re: Belgian eID-card

Posted: Sun May 28, 2017 9:15 am
by Marc Venken
Has anyone been able to read the ID card yet ?

Maybe even with a other software executed from FW ?

Re: Belgian eID-card

Posted: Fri Sep 22, 2017 1:46 pm
by Jack
Hello,
Did someone found samples of FW code for this ?
Thanks

Re: Belgian eID-card

Posted: Fri Sep 22, 2017 8:13 pm
by Marc Venken
Not from my side.