Belgian eGov: Difference between revisions

From YobiWiki
Jump to navigation Jump to search
Content deleted Content added
m Reverted edits by GrillSkate (talk) to last revision by PhilippeTeuwen
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Links==
* [http://www.belgif.be BELgian Governement Interoperability Framework]
* [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==
==eID==
cf [[Belgian eID]]
====Officials====
==ePassport==
cf [[Belgian ePassport]]


* [http://eid.belgium.be Official eID portal]
* [http://repository.eid.belgium.be/FR/Index.htm Certificates]
* [http://status.eid.belgium.be/ eID services]
* [http://crl.eid.belgium.be/ Revocation lists] and [http://ocsp.eid.belgium.be/ OCSP server]

====Usage & Software====

* [http://www.belgium.be/zip/eid_datacapture_fr.html Middleware & developer's kit]
** [http://packages.qa.debian.org/b/belpic.html Debian packaged]
* [http://developer.novell.com/wiki/index.php/EID-belgium eID configuration toolkit by Novell]
* [http://homes.esat.kuleuven.be/~decockd/wiki/bin/view.cgi/Main/WebHome Danny De Cock's page on eID] (same as http://www.godot.be)
* [http://weblogs.asp.net/cumpsd/archive/2005/04/03/396900.aspx short intro]
* [http://weblogs.asp.net/cumpsd/archive/2005/04/03/396901.aspx how to use the eID card within your .NET apps]

====Articles====

* [http://www.idcorner.org/?p=121 Belgian eID and privacy]
* [https://www.cosic.esat.kuleuven.be/adapid/ ADAPID project]
====Misc====
* http://www.foo.be/eID/
==RFID-enabled Passports==
* [http://www.icao.int/mrtd/download/technical.cfm ICAO MRTD]
====Readers====
* http://wiring.org.co/learning/examples/rfid_reading.html ?
====Hacks====
* http://www.acbm.com/inedits/rfid.html
==Electronic voting==
==Electronic voting==
* [http://www.poureva.be/ Pour une Ethique du Vote Automatisé]
* [http://www.poureva.be/ Pour une Ethique du Vote Automatisé]
Line 37: Line 18:
** [http://www.youtube.com/watch?v=B05wPomCjEY CDA detector movie]
** [http://www.youtube.com/watch?v=B05wPomCjEY CDA detector movie]
* [http://www.cev.ie/htm/report/download_first.htm Irish commission on electronic voting]
* [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
+ 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.
</pre>

This requires actually a reader capable of the 3-wire protocol.
<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]

Latest revision as of 17: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