summaryrefslogtreecommitdiff
path: root/2005/rfid-lk2005/rfid-lk2005.xml
blob: 99ed2006ca6543feca18d4ac4ffde28e8410f57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.3//EN' 'http://www.docbook.org/xml/4.3/docbookx.dtd'>

<article id="rfid_introduction-ds">

<articleinfo>
	<title>RFID, Biometric Passports and Linux</title>
	<authorgroup>
		<author>
			<personname>
				<firstname>Harald</firstname>
				<surname>Welte</surname>
			</personname>
		<!--
			<personblurb>Harald Welte</personblurb>
				<affiliation>
					<orgname>netfilter core team</orgname>
					<address>
						<email>laforge@netfilter.org</email>
					</address>
				</affiliation>

			-->
			<email>laforge@gnumonks.org</email>
		</author>
		</authorgroup>
	<copyright>
		<year>2005</year>
		<holder>Harald Welte &lt;laforge@gnumonks.org&gt; </holder>
	</copyright>
	<date>Sep 21, 2005</date>
	<edition>1</edition>
	<!-- <orgname>netfilter core team</orgname> -->
	<releaseinfo>
		$Revision: 1.4 $
	</releaseinfo>

	<abstract>

<para>
Starting with October 2005, the federal goverment of Germany will be issuing
eplectronic passports, containing digitally signed biometric information on the
passport holder.  Those passports use RFID technology to communicate with the
inspection system.
</para>
<para>
In order to do security research on ePassports and RFID in general, the author
of this paper has started a free implementation of the required RFID stack
(librfid) and an ICAO MRTD verification application (libmrtd).
</para>
<para>
This task can be compared to the task of developing a network driver, network
stack and ssl-enabled ftp client just to be able to capture a ftp data session.
Therefore progress of the librfid and libmrtd projects was quite slow.
</para>
<para>
However, the project has by now reached a stage where it can actually do
something reasonable: Reading and decoding data from an ePassport.
</para>
	</abstract>

</articleinfo>

<xi:include  href="rfid.xml"  parse="xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>

<xi:include  href="librfid.xml"  parse="xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>

<xi:include  href="mrtd.xml"  parse="xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>

<xi:include  href="libmrtd.xml"  parse="xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>

</article>
personal git repositories of Harald Welte. Your mileage may vary