Difference between revisions of "Belgian eGov"

From YobiWiki
Jump to navigation Jump to search
m
 
m (Reverted edits by GrillSkate (talk) to last revision by PhilippeTeuwen)
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
===Links===
+
==Links==
  +
* [http://www.belgif.be BELgian Governement Interoperability Framework]
====Officials====
 
  +
* [http://europa.eu.int/idabc/servlets/Doc?id=21003 eGovernment in Belgium, EU report (2005)] by [http://ec.europa.eu/idabc/ IDABC]
  +
* [http://ec.europa.eu/idabc/en/document/7599 eGovernment factsheet - Belgium v.10.0] by [http://ec.europa.eu/idabc/ IDABC]
   
  +
==eID==
* [http://eid.belgium.be Official eID portal]
 
  +
cf [[Belgian eID]]
* [http://repository.eid.belgium.be/FR/Index.htm Certificates]
 
  +
==ePassport==
* [http://status.eid.belgium.be/ eID services]
 
  +
cf [[Belgian ePassport]]
* [http://crl.eid.belgium.be/ Revocation lists] and [http://ocsp.eid.belgium.be/ OCSP server]
 
   
  +
==Electronic voting==
====Usage & Software====
 
  +
* [http://www.poureva.be/ Pour une Ethique du Vote Automatisé]
 
====Misc====
  +
* [http://www.cs.rice.edu/~dwallach/ Dan Wallach's Homepage]
  +
* [http://www.hack.lu/index.php/LightningTalks Hacking NEDAP Voting-Computers] at Hack.lu 2006
  +
** [http://www.opendylan.org/~hannes/XXX/nedap-hacklu.pdf Slides]
  +
** [http://www.wijvertrouwenstemcomputersniet.nl/Nedap-en Infos]
  +
** [http://www.youtube.com/watch?v=B05wPomCjEY CDA detector movie]
  +
* [http://www.cev.ie/htm/report/download_first.htm Irish commission on electronic voting]
  +
====Schaerbeek incident====
  +
* [http://wiki.ael.be/index.php/ElectronicVotingRandomSpontaneousBitInversion Electronic Voting Random Spontaneous Bit Inversion]
  +
* [http://www.poureva.be/article.php3?id_article=32 RAPPORT CONCERNANT LES ÉLECTIONS DU 18 MAI 2003]
  +
* [http://www.poureva.be/article.php3?id_article=36 Zoé GENOT (Ecolo) communique sa question orale au Parlement]
  +
* [http://catless.ncl.ac.uk/Risks/23.47.html#subj7 Cosmic ray hits Brussels election -- really? (RISKS-23.46)]
  +
* [http://www.ituniv.se/~thomasl/predictable/workshop/18/ Cosmic rays and bit flips]
  +
==SIS card==
  +
<pre>
  +
$ pcsc_scan
  +
Reader 0: iDream ID-SMID01 00 00
  +
Card state: Card inserted,
  +
ATR: 92 23 10 91
   
  +
ATR: 92 23 10 91
* [http://www.belgium.be/zip/eid_datacapture_fr.html Middleware & developer's kit]
 
  +
+ TS = 92 --> UNDEFINED
** [http://packages.qa.debian.org/b/belpic.html Debian packaged]
 
  +
+ T0 = 23, Y(1): 0010, K: 3 (historical bytes)
* [http://developer.novell.com/wiki/index.php/EID-belgium eID configuration toolkit by Novell]
 
  +
TB(1) = 10 --> Programming Param P: 16 Volts, I: 0 milliamperes
* [http://homes.esat.kuleuven.be/~decockd/wiki/bin/view.cgi/Main/WebHome Danny De Cock's page on eID]
 
  +
+ Historical bytes: 91
* [http://weblogs.asp.net/cumpsd/archive/2005/04/03/396900.aspx short intro]
 
  +
ERROR! ATR is truncated: 2 byte(s) is/are missing
* [http://weblogs.asp.net/cumpsd/archive/2005/04/03/396901.aspx how to use the eID card within your .NET apps]
 
  +
Category indicator byte: 91 (proprietary format)
  +
Your card is not a microprocessor card. It seems to be memory card.
  +
</pre>
   
  +
This requires actually a reader capable of the 3-wire protocol.
====Articles====
 
  +
<br>Card as identified by a OmniKey 5321 reader:
  +
Siemens SLE4418/28 (Infineon) 1k
  +
It's 1024-byte memory, with a mask to tell which bytes can be changed and probably (if SLE4428) a "password" of 2 bytes, self-locking after 8 failed attempts.
  +
<br>Note that SLE4418/28 are discontinued by Infineon, proposing now compatible cards SLE5518/28
   
  +
More information at [http://www.ksz-bcss.fgov.be/fr/carteSIS/sis_home.htm BCSS]: [http://www.ksz-bcss.fgov.be/fr/documentation/document_3.htm#document3_3 specifications for readers]
* [http://www.idcorner.org/?p=121 Belgian eID and privacy]
 
* [https://www.cosic.esat.kuleuven.be/adapid/ ADAPID project]
 

Latest revision as of 19:15, 16 April 2013

Links

eID

cf Belgian eID

ePassport

cf Belgian ePassport

Electronic voting

Misc

Schaerbeek incident

SIS card

$ pcsc_scan
 Reader 0: iDream ID-SMID01 00 00
  Card state: Card inserted, 
  ATR: 92 23 10 91

ATR: 92 23 10 91
+ TS = 92 --> UNDEFINED
+ T0 = 23, Y(1): 0010, K: 3 (historical bytes)
  TB(1) = 10 --> Programming Param P: 16 Volts, I: 0 milliamperes
+ Historical bytes: 91
 ERROR! ATR is truncated: 2 byte(s) is/are missing
  Category indicator byte: 91 (proprietary format)
Your card is not a microprocessor card. It seems to be memory card.

This requires actually a reader capable of the 3-wire protocol.
Card as identified by a OmniKey 5321 reader:

Siemens SLE4418/28 (Infineon) 1k

It's 1024-byte memory, with a mask to tell which bytes can be changed and probably (if SLE4428) a "password" of 2 bytes, self-locking after 8 failed attempts.
Note that SLE4418/28 are discontinued by Infineon, proposing now compatible cards SLE5518/28

More information at BCSS: specifications for readers