e- passports Erik Poll Digital Security Group Radboud University Nijmegen

Size: px
Start display at page:

Download "e- passports Erik Poll Digital Security Group Radboud University Nijmegen"

Transcription

1 e- passports Erik Poll Digital Security Group Radboud University Nijmegen

2 Overview e-passports functionality and security mechanisms problems, so far 2

3 e-passports e-passport contains RFID chip / contactless smartcard in Dutch passports, a Java Card chip stores digitally signed information: initially just facial images (photos) also fingerprints later maybe iris aka biometric passport or MRTD with ICC/chip introduction pushed by US in the wake of 9/11 to solve what problem?? e-passport logo 3

4 machine-readable passport e-passport NB possible confusion! MRTD = Machine-Readable Travel Document just has Machine Readable Zone, the MRZ, which is readable with OCR MRZ 4

5 Similar & related e-id initiatives Nederlandse Identiteitskaart (NIK) conforms to e-passport specs original plan was to also have digital signature functionality; eg Belgian & German e-id cards have such functionality New Dutch driving license conforms to the very similar ISO15018 spec for for electronic driving licenses German npa neuer PersonalAusweis adds privacy-friendly age verification by private keys shared on a batch of cards having 5

6 Very different e-id initiatives US Passport Cards and US Enhanced Drivers License (EDL) Contain simple RFID tag that simple broadcasts a fixed ID number readable at larger distances than ISO14443 passport tags 6

7 Apps & software for e-passports NFC apps to read out passport eclown app by Jeroen van Beek ReadID app by Innovalor Open source for terminal & JavaCard passport applet: 7

8 Protocols & standards ISO defines physical communication for RFIDs ISO 7816 defines standard APDU commands & responses ICAO standard for e-passports defines specific IS commands & responses for passports additional EU standards standardise optional parts of ICAO specs define some additional advanced security mechanisms on top of ICAO specs 8

9 European Electronic Passport Facial images: deadline 28 August 2006 Fingerprints: deadline 28 June 2009 protected by additional security mechanism, extended access control Participants: all members except UK, IRL, NOR 9

10 e-passports & authentication authentication of data authentication of the chip authentication of the terminal why? how? authentication of the passport holder how? passport data: age, height, gender,... facial image, fingerprint, iris signature 10

11 Biometrics of passport holder Facial image (DG2, ISO ) JPEG or JPEG2000 image Optional feature points (e.g. eyes) Fingerprint (DG3, ISO ) as WSQ, PNG, JPEG or JPEG2000 How to indicate the fingerprint cannot be enrolled? Iris image (DG4, ISO ) NB one would prefer not to store the raw biometrics, but some (hash of) derived info (aka template). Why? How? 11

12 Security mechanisms Passive Authentication (PA) digital signed data on passport chip Basic Authentication Control (BAC) access control to chip, to prevent unauthorised access & eavesdropping Active Authentication (AA) chip authentication, with challenge response, to prevent cloning Extended Access Control (EAC) chip and terminal authentication ICAO mandatory ICAO optional, EU mandatory ICAO optional EU only, mandatory for 'advanced' biometrics, ie. fingerprint & iris 12

13 Passive Authentication passport chip consists of 16 data groups (DGs) DG1 MRZ DG2 face DG3 finger DG4 iris... DG15 Active Authentication... and a security object SO, signed hash values of the data groups To check the signatures, terminal needs country signing certificates Passive Authentication mandatory on all e-passports 13

14 Basic Access Control (BAC) Contactless interface is both advantage and disadvantage BAC allows to read the data only after reader authentication: reader proves knowledge of the MRZ of the passport The authentication key is derived from document nr, date of birth, date of expiry BAC is ICAO optional (recommended) feature, in EU mandatory Interoperability issue How to find out the passport is BAC-protected? try & you find out 14

15 Basic Access Control (BAC) protects against unauthorised access and eavesdropping optically read MRZ Machine Readable Zone send MRZ receive additional info encrypted & MACed 15

16 Driving license chip uses similar trick, but with a QR code instead of MRZ 16

17 Alternative: Faraday Cage protects against unauthorised access, but not eavesdropping used in US passports, initially instead of BAC 17

18 Active Authentication (AA) protects against passport cloning (which BAC & PA don't) ie authentication of the passport chip public key, signed by government (DG15) send challenge prove knowledge of corresponding private key encrypted & MACed, using BAC channel 18

19 Possible drawback of AA: challenge semantics Passport chip that supports AA will sign any challenge Terminal could choose challenge c with some semantics eg. c = Sign(SK terminal, ID passport ++ date ++ location) card replies Sign(SK passport, c) Can be useful eg. unfakeable log of entry to the country but do we want it? Reason for German passport not to support AA NB AA should be protected by BAC, to mitigate this issue This can be prevented by not using a challenge signed by an asymmetric key, but using asymmetric crypto to establish a shared secret symmetric key that is used for MACs, as EAC uses 19

20 Different ways to do authentication 1. Fixed shared key (symmetric or assymmetric, possibly diversified) A -> B : Encrypt(K, random id A ) B -> A : Encrypt(K, random id B ) 2. Shared key echange via asymm. crypto A chooses random key K A -> B : Encrypt(PublicKey B, K) B -> A : MAC(K, id A id B ) 3. Signature-based authentication A -> B : challenge B -> A : Encrypt(SecretKey B, challenge id A id B ) Challenge semantics only possible with 3, because signature in 3 requires assym. SK B key that only B has 20

21 Extended Access Control (EAC) includes authentication of terminal by passport why would we want this? protect acces to privacy-sensitive information, esp. fingerprint, eg at hotel check-in how would we do this? some terminal certificate and a PKI ISO 7816 Card Verifiable (CV) certificates used rather than X.509 public key certificates. 21

22 Extended Access Control (EAC) Practical problems Certificate issuance is a hassle Each country has to issue certificates to every other country to let them read passports of its citizens Certificate expiry is tricky Passport does not know date to check certificate expiry Solution: passport uses the issuance date of trusted terminal certificates to approximate the current date Certificate revocation is essentially impossible How do you revoke a terminal certificate on all passports? Solution: short-lived certificates for terminals 22

23 Extended Access Control (EAC) Two phases Chip Authentication replaces AA; starts Secure Messaging (SM) with stronger keys using PACE protocol (Password Authenticated Connection Establishment) Terminal Authentication uses traditional challenge-response: terminal sends certificate chain to chip chip sends challenge terminal replies with signed challenge 23

24 Extended Access Control Chip Authentication chip -> terminal: PK passport terminal chooses ephemeral DH key pair (SK temp, PK temp ) terminal -> chip: PK temp chip and terminal compute shared symmetric key K K = KA(SK passport,pk temp ) = KA(SK temp,pk passport ) and derive session keys for encryption K enc and for MACing K mac 24

25 DG Content read/write mandatory / optional acccess control DG1 MRZ R m BAC DG2 Face R m BAC DG3 Finger R o BAC+EAC DG4 Iris R o BAC+EAC.. R DG14 SecurityInfo* R o BAC DG15 AA public key R o BAC DG16 SO Security Object R m BAC R *ANS.1 data structure indicating support for Chip and Terminal Authentication, and defining. Chip Authentication Public Key 25

26 problems with passports, so far...

27 Recall: passive vs active attacks on RFID passive attacks eavesdropping on communication between passport & reader possible from several meters active attacks unauthorised access to passport without owner's knowledge possible up to 50 cm activating RFID tag requires powerful field! 27

28 Possible problem: fixed UIDs Normal ISO14443 tags sent a fixed UID as part of the anticollision protocol. This would allow tracking of individual passports ISO14443 also allows random UIDs, which start with 0x08 Some countries still used fixed UIDs (eg Italy) First batch of Dutch passports did not have truly random UIDs, as 2 bits in the random UIDs are always the same... 28

29 Problem with BAC: low entropy in MRZ MRZ key based on passport number, expiry & birth dates Passport numbers typically issued in sequence, so low entropy, and strongly correlated with expiry date 3DES max 112bit, BAC max 56/74bit, in practice Hence: off-line brute force attack on eavesdropped traffic is possible [Marc Witteman & Harko Robroch, 2006] First discovered for Dutch passport, but other countries had the same problem Solutions: changing the key derivation procedure was rejected by ICAO for compatibility issues not handing out passport no's in sequence; note this introduces organisational & operational complications 29

30 Throttling BAC attempts Additional measure to beak BAC by brute-forcing MRZ: slowing the card down after incorrect BAC run waiting for 1 second after a wrong BAC session means a bute force attack takes years Flaw in test version of one country s passport: 29 seconds delay which is effectively a Denial-of-Service... Is brute-forcing the MRZ online a realistic attack scenario anyway? 30

31 Problems with first Belgian passports First generation of Belgian passports ( ) did not support BAC MRZ (DG1) skimmable in fraction of a second; all passport info in about 10 secs These passports also provide additional info not required by ICAO, incl. place of birth digital version of handwritten signature Also, same problem with low entropy of MRZ as Dutch passports 31

32 Problem with test version of Dutch passport Dutch passports contain a JavaCard JCOP chip, produced by NXP, which can provide MIFARE Classic emulation Chips used in test-batch of the passport did provide this MIFARE functionality, using the default factory keys! So ov-chipcard or RU access card can be cloned onto such chips In the real passport, MIFARE emulation was switched off 32

33 Implementation flaw in Italian passport BAC starts with the terminal requesting an 8 byte random number GET_CHALLENGE instruction with argument P1 equal to 8 What if the terminal requests fewer bytes of random data? Passport will supply shorter random N, and run protocol for N padded with all zeroes This allows a MitM attack... [Luigi Sportiello, Weakening epassports through Bad Implementations, RFIDSec 20123] Not a practical attack scenario, but it shows how easy implementation mistakes are! 33

34 Another problem: Spot the security flaw BAC protocol 1. terminal -> passport: GET_CHALLENGE 2. passort -> terminal : nonce 3. terminal -> passport: (m, MAC MRZ-key (m)) with m = encrypt MRZ-key (nonce) 4. passport checks MAC, decrypts m, checks nonce Possible implementation mutualauthenticate(apdu apdu) { } if (!checkmac(apdu, K)) N = decrypt(apdu, K); if (myn!= N)... // return OK ISOException.throwIt(SW_WRONG_MAC); ISOException.throwIt(SW_WRONG_CHALLENGE); 34

35 Information leak/timing attack mutualauthenticate(apdu apdu) { if (!checkmac(apdu, K)) ISOException.throwIt(SW_WRONG_MAC); N = decrypt(apdu, K); if (myn!= N) ISOException.throwIt(SW_WRONG_CHALLENGE);... Possible information leakage through different responses for wrong MAC and wrong nonce different response times for wrong MAC and wrong nonce After having eavesdropped one successful BAC session for a passport, attacker can replay it to detect that unique passport: because the MAC will be correct, but the nonce will be wrong, for that unique passport 35

36 Problems with terminals Lukas Greenwald reported some terminals crashing with a buffer overflow on malformed JPEG missing input validation, as usual... Jeroen van Beek (UvA) reported some terminals failing to check digital signatures correctly ICAO specs somewhat tricky eg will terminal spot a clone of a passport that says it does not support AA? 36

37 bla 37

38 Problem: determining passport origin Error messages of the card provide a fingerprint that is unique to the manufacture BSc thesis by Henning Richter in Nijmegen 38

39 Errors can leak information An Error Has Occurred. Error Message: System.Data.OleDb.OleDbException: Syntax error (missing operator) in query expression 'username ''' and password = 'g''. System.Data.OleDb.OleDbCommand.ExecuteCommandText ErrorHandling (Int32 hr) at System.Data.OleDb.OleDbCommand.ExecuteCommandText ForSingleResult (tagdbparams dbparams, Object& executeresult) at 39

40 Fingerprinting passports All e-passports react the same to correct protocol runs... But what about incorrect ones? Eg commands out of sequence eg B0 (READ BINARY) before completing BAC commands not in the ICAO specs at all eg 44 (REHABILITATE CHV) commands with silly parameters 40

41 Example commands & responses Commands sent to card include 1 instruction byte, eg A4 SELECT FILE B0 READ BINARY 84 GET CHALLENGE 82 EXTERNAL AUTHENTICATE... Responses from card include 2 bytes status word, eg 9000 No error 6D00 Instruction not supported 6986 Command Not Allowed 6700 Wrong Length... Defined in ISO7816, re-used in ICAO specs 41

42 Example responses to B0 instruction B0 means "read binary", and is only allowed after BAC response (status word) meaning Belgian 6986 not allowed Dutch 6982 security status not satisfied French 6F00 no precise diagnosis Italian 6D00 not supported German 6700 wrong length 255 other instructions to try, and we can try different parameters... 42

43 Fingerprinting passports Response to strange inputs provides unique fingerprint for ten nationalities originally tested Australian, Belgian, Dutch, French, German, Greek, Italian, Polish, Spanish, Swedish The fingerprints depends on implementation choices in the software 4 commands suffices to distinguish between these nationalities. The response to instruction byte 82 identifies Australian, Belgian, French, and Greek A4 identifies Dutch and Italian 88 identifies Polish and Swedish 82 with different parameter identifies German and Spanish Code to do this is very simple & very fast 43

44 The small print in the specs "A MRTD chip that supports Basic Access Control must respond to unauthenticated read attempts (including selection of (protected) field in the LDS) with Security Status not satisfied (6982) [PKI for machine readable travel documents offering ICC readonly access, version 1.1. Technical report, ICAO, Oct 2004.] but what constitutes a "read attempt"? 44

45 More fingerprinting possibilities passport application operating system smartcard hardware Our approach fingerprints the passport application so upgrading hardware or OS won't affect it Fingerprinting may be possible at other levels, eg OS hardware 45

46 More fingerprinting possibilities ATS (Answer To Select) sent by RFID on activation to indicate eg supported data rate, but also operating system version (in "historical bytes") New Zealand passport sends "JCOP41V22", so it's an NXP JCOP card, version 4.1, running Java Card 2.2 Other OS behaviour first Dutch passport recognisable as Java Card, as it supports Global Platform Physical characteristics power consumption, response times,... 46

47 Countermeasures to fingerprinting Better specs clearly prescribing standard error responses or, all countries could simply use a common open source implementation eg our Java Card implemententation [ but infeasible to do now, once specs & implementations exist Metal shielding in passport cover (Faraday cage) defence-in-depth 47

48 Abuse cases for fingerprinting? Passport bomb triggered by a specific nationality Selection of potential victims by passport thieves Fortunately, limited range for active attacks reduces any serious threat Also, there may be easier ways to detect nationality... 48

49 Technical things that go wrong: defects Some issued passports have defects so that fail to meet the standard, eg Wrongly calculated hashes Encoding of certificate fields: printable string UTF8 Wrong identifiers in certificates Printed MRZ data not matching the one stored in the chip Truncated photos Some countries have warned others about passport batches with known defects International discussions about standard format for defect lists to report such defective batches so that terminals can be configured to supress the false warnings for these passports 49

50 Organisational hassle How reliable is the issuance process? Someone obtained a Dutch ID card with a picture of himself as the Joker from Batman Fingerprints not checked when you pick up your passport, because of hassle with false negatives Few countries bother to read the chip on a regular basis? Exchanging certificates (bilaterely via diplomatic post!) is a big hassle Fewer countries use fingerprint data is quality of fingerprints info really good enough? yet more certificate hassle, as terminal have to be equipped with a short-lived terminal certificate, one for every country Do personnel trust the chip, and can they interpret errors? 50

51 Conclusions

52 Questions What are the problem solved or the security benefits of the e-passport? passports harder to fake colour hi-res JPG makes look-alike fraud harder than the small B/W passport passport photo Potential problem/opportunity: function creep? Esp. recording fingerprints Lots of political discussion in the Netherlands on a national fingerprint database with data from all citizens 52

53 Was it just security theatre? The real motivation? Was the real motivation Automated Border Control? 53

54 Unplanned use for authentication? Active Authentication can be used for authentication in other settings, eg login to computer access to a website Remote (and hence unsupervised) biometric authentication using the passport is of course not secure 54

55 Questions? Code for passport terminal and passport available at 55

Implementation of biometrics, issues to be solved

Implementation of biometrics, issues to be solved ICAO 9th Symposium and Exhibition on MRTDs, Biometrics and Border Security, 22-24 October 2013 Implementation of biometrics, issues to be solved Eugenijus Liubenka, Chairman of the Frontiers / False Documents

More information

Keep Out of My Passport: Access Control Mechanisms in E-passports

Keep Out of My Passport: Access Control Mechanisms in E-passports Keep Out of My Passport: Access Control Mechanisms in E-passports Ivo Pooters June 15, 2008 Abstract Nowadays, over 40 different countries issue biometric passports to increase security on there borders.

More information

Preventing fraud in epassports and eids

Preventing fraud in epassports and eids Preventing fraud in epassports and eids Security protocols for today and tomorrow by Markus Mösenbacher, NXP Machine-readable passports have been a reality since the 1980s, but it wasn't until after 2001,

More information

Security by Politics - Why it will never work. Lukas Grunwald DN-Systems GmbH Germany DefCon 15 Las Vegas USA

Security by Politics - Why it will never work. Lukas Grunwald DN-Systems GmbH Germany DefCon 15 Las Vegas USA Security by Politics - Why it will never work Lukas Grunwald DN-Systems GmbH Germany DefCon 15 Las Vegas USA Agenda Motivation Some basics Brief overview epassport (MRTD) Why cloning? How to attack the

More information

Joeri de Ruiter Sicco Verwer

Joeri de Ruiter Sicco Verwer Automated reverse engineering of security protocols Learning to fuzz, fuzzing to learn Fides Aarts Erik Poll Joeri de Ruiter Sicco Verwer Radboud University Nijmegen Fuzzing 1. Plain fuzzing, with long

More information

A Note on the Relay Attacks on e-passports

A Note on the Relay Attacks on e-passports A Note on the Relay Attacks on e-passports The Case of Czech e-passports Martin Hlaváč 1 and Tomáš Rosa 1,2 hlavm1am@artax.karlin.mff.cuni.cz and trosa@ebanka.cz 1 Department of Algebra, Charles University

More information

Full page passport/document reader Regula model 70X4M

Full page passport/document reader Regula model 70X4M Full page passport/document reader Regula model 70X4M Full page passport reader with no moving parts inside. Automatic reading and authenticity verification of passports, IDs, visas, driver s licenses

More information

Moving to the third generation of electronic passports

Moving to the third generation of electronic passports Moving to the third generation of electronic passports A new dimension in electronic passport security with Supplemental Access Control (SAC) > WHITE PAPER 2 Gemalto in brief Gemalto is the world leader

More information

New Attacks against RFID-Systems. Lukas Grunwald DN-Systems GmbH Germany

New Attacks against RFID-Systems. Lukas Grunwald DN-Systems GmbH Germany New Attacks against RFID-Systems Lukas Grunwald DN-Systems GmbH Germany Agenda What is RFID? How to exploit and attack RFID systems Attacks against the middleware Reader-emulation, soft-tags Unexpected

More information

Electronic Passports in a Nutshell

Electronic Passports in a Nutshell Electronic Passports in a Nutshell Wojciech Mostowski and Erik Poll Radboud University, Nijmegen, The Netherlands {woj,erikpoll}@cs.ru.nl Abstract. This document tries to give concise, (semi)formal specifications

More information

eidas as blueprint for future eid projects cryptovision mindshare 2015 HJP Consulting Holger Funke

eidas as blueprint for future eid projects cryptovision mindshare 2015 HJP Consulting Holger Funke eidas as blueprint for future eid projects cryptovision mindshare 2015 HJP Consulting Holger Funke Agenda eidas Regulation TR-03110 V2.20 German ID card POSeIDAS Summary cryptovision mindshare 2015: eidas

More information

Electronic machine-readable travel documents (emrtds) The importance of digital certificates

Electronic machine-readable travel documents (emrtds) The importance of digital certificates Electronic machine-readable travel documents (emrtds) The importance of digital certificates Superior security Electronic machine-readable travel documents (emrtds) are well-known for their good security.

More information

Contactless Smart Cards vs. EPC Gen 2 RFID Tags: Frequently Asked Questions. July, 2006. Developed by: Smart Card Alliance Identity Council

Contactless Smart Cards vs. EPC Gen 2 RFID Tags: Frequently Asked Questions. July, 2006. Developed by: Smart Card Alliance Identity Council Contactless Smart Cards vs. EPC Gen 2 RFID Tags: Frequently Asked Questions July, 2006 Developed by: Smart Card Alliance Identity Council Contactless Smart Cards vs. EPC Gen 2 RFID Tags: Frequently Asked

More information

Operational and Technical security of Electronic Passports

Operational and Technical security of Electronic Passports European Agency for the Management of Operational Cooperation at the External Borders of the Member States of the European Union Operational and Technical security of Electronic Passports Warsaw, Legal

More information

AN1305. MIFARE Classic as NFC Type MIFARE Classic Tag. Application note COMPANY PUBLIC. Rev. 1.3 2 October 2012 130513. Document information

AN1305. MIFARE Classic as NFC Type MIFARE Classic Tag. Application note COMPANY PUBLIC. Rev. 1.3 2 October 2012 130513. Document information MIFARE Classic as NFC Type MIFARE Classic Tag Document information Info Content Keywords NFC Forum, NFC data mapping, MIFARE Classic 1K/4K, MIFARE Classic 1K, MIFARE Classic 4K, MIFARE Plus X/S, NFC Type

More information

Combatting Counterfeit Identities: The Power of Pairing Physical & Digital IDs

Combatting Counterfeit Identities: The Power of Pairing Physical & Digital IDs Combatting Counterfeit Identities: The Power of Pairing Physical & Digital IDs 1 GOVERNMENTS ADOPTING DIGITAL STRATEGIES Governments designing/operating digital ecosystems to create, transform and optimize

More information

Gemalto Mifare 1K Datasheet

Gemalto Mifare 1K Datasheet Gemalto Mifare 1K Datasheet Contents 1. Overview...3 1.1 User convenience and speed...3 1.2 Security...3 1.3 Anticollision...3 2. Gemalto Mifare Features...4 2.1 Compatibility with norms...4 2.2 Electrical...4

More information

Best Solutions for Biometrics and eid

Best Solutions for Biometrics and eid Best Solutions for Biometrics and eid In times of virtual communication even a person s identity is converted into an electronic form with the help of biometrics and then organised through intricate technical

More information

Statewatch Briefing ID Cards in the EU: Current state of play

Statewatch Briefing ID Cards in the EU: Current state of play Statewatch Briefing ID Cards in the EU: Current state of play Introduction In March 2010, the Council Presidency sent out a questionnaire to EU Member States and countries that are members of the socalled

More information

Formal analysis of EMV

Formal analysis of EMV Formal analysis of EMV Erik Poll Joeri de Ruiter Digital Security group, Radboud University Nijmegen Overview The EMV standard Known issues with EMV Formalisation of the EMV standard in F# Formal analysis

More information

FAQs - New German ID Card. General

FAQs - New German ID Card. General FAQs - New German ID Card General 1) How to change from the old ID card to the new one? The new Law on Identification Cards came into effect on 1 November 2010. Since then, citizens can apply for the new

More information

CASQUE SNR Presentation 16 th April 2015

CASQUE SNR Presentation 16 th April 2015 Presentation 16 th April 2015 What is it Distributed Management Systems Innovative Methodology from UK owned company with accompanying Protocol that allows Key Generation, Key Distribution and Key Change

More information

50 ways to break RFID privacy

50 ways to break RFID privacy 50 ways to break RFID privacy Ton van Deursen 1 University of Luxembourg ton.vandeursen@uni.lu 1 Financial support received from the Fonds National de la Recherche (Luxembourg). RFID privacy 1 / 40 Outline

More information

Efficient Implementation of Electronic Passport Scheme Using Cryptographic Security Along With Multiple Biometrics

Efficient Implementation of Electronic Passport Scheme Using Cryptographic Security Along With Multiple Biometrics I.J. Information Engineering and Electronic Business, 2012, 1, 18-24 Published Online February 2012 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijieeb.2012.01.03 Efficient Implementation of Electronic

More information

FAQs Electronic residence permit

FAQs Electronic residence permit FAQs Electronic residence permit General 1) When was the electronic residence permit introduced? Since 1 September 2011, foreigners in Germany have been issued with the new electronic residence permit

More information

Modular biometric architecture with secunet biomiddle

Modular biometric architecture with secunet biomiddle Version 2.1 Modular biometric architecture with secunet biomiddle White Paper Version 2.0, 25/03/10 secunet Security Networks AG Copyright 2010 by secunet Security Networks AG This document is for information

More information

Common Criteria Protection Profile for Inspection Systems (IS) BSI-CC-PP-0064. Version 1.01 (15 th April 2010)

Common Criteria Protection Profile for Inspection Systems (IS) BSI-CC-PP-0064. Version 1.01 (15 th April 2010) Common Criteria Protection Profile for BSI-CC-PP-0064 Version 1.01 (15 th April 2010) Federal Office for Information Security Postfach 20 03 63 53133 Bonn Phone: +49 228 99 9582-0 e-mail: zertifizierung@bsi.bund.de

More information

PUF Physical Unclonable Functions

PUF Physical Unclonable Functions Physical Unclonable Functions Protecting next-generation Smart Card ICs with SRAM-based s The use of Smart Card ICs has become more widespread, having expanded from historical banking and telecommunication

More information

Authentication Types. Password-based Authentication. Off-Line Password Guessing

Authentication Types. Password-based Authentication. Off-Line Password Guessing Authentication Types Chapter 2: Security Techniques Background Secret Key Cryptography Public Key Cryptography Hash Functions Authentication Chapter 3: Security on Network and Transport Layer Chapter 4:

More information

E- Encryption in Unix

E- Encryption in Unix UNIVERSITY of WISCONSIN-MADISON Computer Sciences Department CS 537 A. Arpaci-Dusseau Intro to Operating Systems Spring 2000 Security Solutions and Encryption Questions answered in these notes: How does

More information

Advanced Security Mechanisms for Machine Readable Travel Documents and eidas Token

Advanced Security Mechanisms for Machine Readable Travel Documents and eidas Token Technical Guideline TR-03110-4 Advanced Security Mechanisms for Machine Readable Travel Documents and eidas Token Part 4 Applications and Document Profiles Version 2.20 3. February 2015 History Version

More information

Using etoken for SSL Web Authentication. SSL V3.0 Overview

Using etoken for SSL Web Authentication. SSL V3.0 Overview Using etoken for SSL Web Authentication Lesson 12 April 2004 etoken Certification Course SSL V3.0 Overview Secure Sockets Layer protocol, version 3.0 Provides communication privacy over the internet. Prevents

More information

MOBILE IDENTIFICATION:

MOBILE IDENTIFICATION: MOBILE IDENTIFICATION: FROM FUNCTIONAL REQUIREMENTS, TO TESTING FOR INTEROPERABILITY AND SECURITY Antonia Rana*, Alessandro Alessandroni** *Joint Research Centre, **DigitPA EUR 25037 EN - 2011 The mission

More information

2.4: Authentication Authentication types Authentication schemes: RSA, Lamport s Hash Mutual Authentication Session Keys Trusted Intermediaries

2.4: Authentication Authentication types Authentication schemes: RSA, Lamport s Hash Mutual Authentication Session Keys Trusted Intermediaries Chapter 2: Security Techniques Background Secret Key Cryptography Public Key Cryptography Hash Functions Authentication Chapter 3: Security on Network and Transport Layer Chapter 4: Security on the Application

More information

More effective protection for your access control system with end-to-end security

More effective protection for your access control system with end-to-end security More effective protection for your access control system with end-to-end security By Jeroen Harmsen The first article on end-to-end security appeared as long ago as 1981. The principle originated in ICT

More information

Biometrics for Public Sector Applications

Biometrics for Public Sector Applications Technical Guideline TR-03121-2 Biometrics for Public Sector Applications Part 2: Software Architecture and Application Profiles Version 2.3 Bundesamt für Sicherheit in der Informationstechnik Postfach

More information

RF-Enabled Applications and Technology: Comparing and Contrasting RFID and RF-Enabled Smart Cards

RF-Enabled Applications and Technology: Comparing and Contrasting RFID and RF-Enabled Smart Cards RF-Enabled Applications and Technology: Comparing and Contrasting RFID and RF-Enabled Smart Cards January 2007 Developed by: Smart Card Alliance Identity Council RF-Enabled Applications and Technology:

More information

Key & Data Storage on Mobile Devices

Key & Data Storage on Mobile Devices Key & Data Storage on Mobile Devices Advanced Computer Networks 2015/2016 Johannes Feichtner johannes.feichtner@iaik.tugraz.at Outline Why is this topic so delicate? Keys & Key Management High-Level Cryptography

More information

Authentication. Computer Security. Authentication of People. High Quality Key. process of reliably verifying identity verification techniques

Authentication. Computer Security. Authentication of People. High Quality Key. process of reliably verifying identity verification techniques Computer Security process of reliably verifying identity verification techniques what you know (eg., passwords, crypto key) what you have (eg., keycards, embedded crypto) what you are (eg., biometric information)

More information

EPASSPORT WITH BASIC ACCESS CONTROL AND ACTIVE AUTHENTICATION

EPASSPORT WITH BASIC ACCESS CONTROL AND ACTIVE AUTHENTICATION COMMON CRITERIA PROTECTION PROFILE EPASSPORT WITH BASIC ACCESS CONTROL AND ACTIVE AUTHENTICATION Draft Version 1.0 TURKISH STANDARDS INSTITUTION TABLE OF CONTENTS Common Criteria Protection Profile...

More information

MACHINE READABLE TRAVEL DOCUMENTS

MACHINE READABLE TRAVEL DOCUMENTS MACHINE READABLE TRAVEL DOCUMENTS (Logo) TECHNICAL REPORT PKI for Machine Readable Travel Documents offering ICC Read-Only Access Version - 1.1 Date - October 01, 2004 Published by authority of the Secretary

More information

Designing a Secure Client-Server System Master of Science Thesis in the Programme Software Engineering & Technology

Designing a Secure Client-Server System Master of Science Thesis in the Programme Software Engineering & Technology Designing a Secure Client-Server System Master of Science Thesis in the Programme Software Engineering & Technology FREDRIK ANDERSSON Department of Computer Science and Engineering CHALMERS UNIVERSITY

More information

Sicherheitsaspekte des neuen deutschen Personalausweises

Sicherheitsaspekte des neuen deutschen Personalausweises Sicherheitsaspekte des neuen deutschen Personalausweises Dennis Kügler Bundesamt für Sicherheit in der Informationstechnik egov Fokus 2/2013: Identity- und Access Management im E-Government Rethinking

More information

Caught in the Maze of Security Standards

Caught in the Maze of Security Standards Caught in the Maze of ΓΝΩΘΙΣ Know Thyself ΑΥΤΟΝ Security Standards Dieter Gollmann Hamburg University of Technology What this talk is not about 1. Designing security protocols is difficult and error prone

More information

Mobile Driver s License Solution

Mobile Driver s License Solution Mobile Driver s License Solution Secure, convenient and more efficient Improved identity protection through secure mobile driver s licenses The introduction of a mobile driver s license is a huge opportunity

More information

Entrust Smartcard & USB Authentication

Entrust Smartcard & USB Authentication Entrust Smartcard & USB Authentication Technical Specifications Entrust IdentityGuard smartcard- and USB-based devices allow organizations to leverage strong certificate-based authentication of user identities

More information

CSC 474 -- Network Security. User Authentication Basics. Authentication and Identity. What is identity? Authentication: verify a user s identity

CSC 474 -- Network Security. User Authentication Basics. Authentication and Identity. What is identity? Authentication: verify a user s identity CSC 474 -- Network Security Topic 6.2 User Authentication CSC 474 Dr. Peng Ning 1 User Authentication Basics CSC 474 Dr. Peng Ning 2 Authentication and Identity What is identity? which characteristics

More information

Banking. Extending Value to Customers. KONA Banking product matrix. KONA@I is leading the next generation of payment solutions.

Banking. Extending Value to Customers. KONA Banking product matrix. KONA@I is leading the next generation of payment solutions. Smart IC Banking Banking Extending Value to Customers KONA Banking product matrix Contact - SDA Product EEPROM Java Card Type KONA Products KONA@I is leading the next generation of payment solutions Banks,

More information

Hacking Mifare Classic Cards. Márcio Almeida (marcioalma@gmail.com)

Hacking Mifare Classic Cards. Márcio Almeida (marcioalma@gmail.com) Hacking Mifare Classic Cards Márcio Almeida (marcioalma@gmail.com) !! DISCLAIMERS!! Disclaimer 1: The content of this presentation results from independent research conducted by me on my own time and of

More information

What s wrong with FIDO?

What s wrong with FIDO? Patented What s wrong with FIDO? Nikos Leoutsarakos Tiny bio Nikos has a Physics background and a M.Sc. in Computer science from McGill University in Montreal, Canada, where he lives with his wife and

More information

Evidence of Identity: Breeder Documents and Beyond Barry J. Kefauver International national Standards ds Organization ation Why Care? A false passport in the hands of a terrorist is as dangerous as a bomb

More information

Position Paper European Citizen Card: One Pillar of Interoperable eid Success

Position Paper European Citizen Card: One Pillar of Interoperable eid Success Position Paper European Citizen Card: One Pillar of Interoperable eid Success October 2008 Disclaimer Eurosmart takes reasonable measures to ensure the quality of the information contained in this document.

More information

E-Passport Testing. Ensuring Global Acceptance. Jos Chehin Date: 17 November 2006 Location: ASML

E-Passport Testing. Ensuring Global Acceptance. Jos Chehin Date: 17 November 2006 Location: ASML E-assport Testing Ensuring Global Acceptance By: Jos Chehin Date: 17 ovember 2006 Location: ASML Global Acceptance of the e-assport Global Acceptance Interoperability Functionality Security Test Standards

More information

MIFARE ISO/IEC 14443 PICC

MIFARE ISO/IEC 14443 PICC Rev. 3.0 26 June 2009 130830 Application note PUBLIC Document information Info Keywords Abstract Content Activate Card, MIFARE, Select Card This Application te shows the elementary communication for selecting

More information

Software security specification and verification

Software security specification and verification Software security specification and verification Erik Poll Security of Systems (SoS) group Radboud University Nijmegen Software (in)security specification and verification/detection Erik Poll Security

More information

Best Practices for the Use of RF-Enabled Technology in Identity Management. January 2007. Developed by: Smart Card Alliance Identity Council

Best Practices for the Use of RF-Enabled Technology in Identity Management. January 2007. Developed by: Smart Card Alliance Identity Council Best Practices for the Use of RF-Enabled Technology in Identity Management January 2007 Developed by: Smart Card Alliance Identity Council Best Practices for the Use of RF-Enabled Technology in Identity

More information

Secure Sockets Layer

Secure Sockets Layer SSL/TLS provides endpoint authentication and communications privacy over the Internet using cryptography. For web browsing, email, faxing, other data transmission. In typical use, only the server is authenticated

More information

39 myths about e-passports

39 myths about e-passports 14 39 myths about e-passports The facts behind e-passports and RFID technology by Mike Ellis The International Civil Aviation Organisation () - and the NTWG 1 in particular - first started work on what

More information

White Paper PalmSecure truedentity

White Paper PalmSecure truedentity White Paper PalmSecure truedentity Fujitsu PalmSecure truedentity is used for mutual service and user authentication. The user's identity always remains in the possession of the user. A truedentity server

More information

Security in Near Field Communication (NFC)

Security in Near Field Communication (NFC) Security in Near Field Communication (NFC) Strengths and Weaknesses Ernst Haselsteiner and Klemens Breitfuß Philips Semiconductors Mikronweg 1, 8101 Gratkorn, Austria ernst.haselsteiner@philips.com klemens.breitfuss@philips.com

More information

Smartcards and RFID. IPA Security Course Lejla Batina & Erik Poll. Digital Security University of Nijmegen

Smartcards and RFID. IPA Security Course Lejla Batina & Erik Poll. Digital Security University of Nijmegen Smartcards and RFID IPA Security Course Lejla Batina & Erik Poll Digital Security University of Nijmegen 1 Overview example uses (security) functionality smartcard technicalities RFID technicalities attacks

More information

Biometrics, Tokens, & Public Key Certificates

Biometrics, Tokens, & Public Key Certificates Biometrics, Tokens, & Public Key Certificates The Merging of Technologies TOKENEER Workstations WS CA WS WS Certificate Authority (CA) L. Reinert S. Luther Information Systems Security Organization Biometrics,

More information

Name: 1. CSE331: Introduction to Networks and Security Fall 2003 Dec. 12, 2003 1 /14 2 /16 3 /16 4 /10 5 /14 6 /5 7 /5 8 /20 9 /35.

Name: 1. CSE331: Introduction to Networks and Security Fall 2003 Dec. 12, 2003 1 /14 2 /16 3 /16 4 /10 5 /14 6 /5 7 /5 8 /20 9 /35. Name: 1 CSE331: Introduction to Networks and Security Final Fall 2003 Dec. 12, 2003 1 /14 2 /16 3 /16 4 /10 5 /14 6 /5 7 /5 8 /20 9 /35 Total /135 Do not begin the exam until you are told to do so. You

More information

IDRBT Working Paper No. 11 Authentication factors for Internet banking

IDRBT Working Paper No. 11 Authentication factors for Internet banking IDRBT Working Paper No. 11 Authentication factors for Internet banking M V N K Prasad and S Ganesh Kumar ABSTRACT The all pervasive and continued growth being provided by technology coupled with the increased

More information

5. Biometric data-leakage: Among other data, e- passports will include biometric images. In accordance

5. Biometric data-leakage: Among other data, e- passports will include biometric images. In accordance Security and Privacy Issues in E-passports Ari Juels, David Molnar, and David Wagner Abstract Within the next year, travelers from dozens of nations may be carrying a new form of passport in response to

More information

Information about the European Union is available on the Internet. It can be accessed through the Europa server ( www.europa.eu).

Information about the European Union is available on the Internet. It can be accessed through the Europa server ( www.europa.eu). European Agency for the Management of Operational Cooperation at the External Bo of the Member States of the European Union Best Practice Guidelines on the Design, Deployment and Operation of Automated

More information

E-Visas Verification Schemes Based on Public-Key Infrastructure and Identity Based Encryption

E-Visas Verification Schemes Based on Public-Key Infrastructure and Identity Based Encryption Journal of Computer Science 6 (7): 723-727, 2010 ISSN 1549-3636 2010 Science Publications E-Visas Verification Schemes Based on Public-Key Infrastructure and Identity Based Encryption Najlaa A. Abuadhmah,

More information

Contents. Identity Assurance (Scott Rea Dartmouth College) IdM Workshop, Brisbane Australia, August 19, 2008

Contents. Identity Assurance (Scott Rea Dartmouth College) IdM Workshop, Brisbane Australia, August 19, 2008 Identity Assurance (Scott Rea Dartmouth College) IdM Workshop, Brisbane Australia, August 19, 2008 Contents Authentication and Identity Assurance The Identity Assurance continuum Plain Password Authentication

More information

AN1304. NFC Type MIFARE Classic Tag Operation. Application note PUBLIC. Rev. 1.3 2 October 2012 130413. Document information

AN1304. NFC Type MIFARE Classic Tag Operation. Application note PUBLIC. Rev. 1.3 2 October 2012 130413. Document information NFC Type MIFARE Classic Tag Operation Document information Info Content Keywords NDEF, NDEF data mapping, NDEF Data Exchange Format MIFARE Classic 1K, MIFARE Classic 4K, MIFARE Classic 1K/4K, MIFARE Plus

More information

Multi-factor authentication

Multi-factor authentication CYBER SECURITY OPERATIONS CENTRE (UPDATED) 201 (U) LEGAL NOTICE: THIS PUBLICATION HAS BEEN PRODUCED BY THE DEFENCE SIGNALS DIRECTORATE (DSD), ALSO KNOWN AS THE AUSTRALIAN SIGNALS DIRECTORATE (ASD). ALL

More information

Securing Card-Not-Present Transactions through EMV Authentication. Matthew Carter and Brienne Douglas December 18, 2015

Securing Card-Not-Present Transactions through EMV Authentication. Matthew Carter and Brienne Douglas December 18, 2015 Securing Card-Not-Present Transactions through EMV Authentication Matthew Carter and Brienne Douglas December 18, 2015 Outline Problem Card-Not-Present (CNP) vs. PayPal EMV Technology EMV CNP Experiment

More information

Three attacks in SSL protocol and their solutions

Three attacks in SSL protocol and their solutions Three attacks in SSL protocol and their solutions Hong lei Zhang Department of Computer Science The University of Auckland zhon003@ec.auckland.ac.nz Abstract Secure Socket Layer (SSL) and Transport Layer

More information

October 2014 Issue No: 2.0. Good Practice Guide No. 44 Authentication and Credentials for use with HMG Online Services

October 2014 Issue No: 2.0. Good Practice Guide No. 44 Authentication and Credentials for use with HMG Online Services October 2014 Issue No: 2.0 Good Practice Guide No. 44 Authentication and Credentials for use with HMG Online Services Good Practice Guide No. 44 Authentication and Credentials for use with HMG Online Services

More information

Facts about the new identity card

Facts about the new identity card Facts about the new identity card Contents The new identity card At a glance... 4 In detail... 6 Photographs... 8 New ID card, new possibilities...10 Special functions... 11 The online function...12 Reader

More information

SECURITY IMPLICATIONS OF NFC IN AUTHENTICATION AND IDENTITY MANAGEMENT

SECURITY IMPLICATIONS OF NFC IN AUTHENTICATION AND IDENTITY MANAGEMENT SECURITY IMPLICATIONS OF NFC IN AUTHENTICATION AND IDENTITY MANAGEMENT Dmitry Barinov SecureKey Technologies Inc. Session ID: MBS-W09 Session Classification: Advanced Session goals Appreciate the superior

More information

COMMON CERTIFICATE POLICY FOR THE EXTENDED ACCESS CONTROL INFRASTRUCTURE FOR PASSPORTS AND TRAVEL DOCUMENTS ISSUED BY EU MEMBER STATES

COMMON CERTIFICATE POLICY FOR THE EXTENDED ACCESS CONTROL INFRASTRUCTURE FOR PASSPORTS AND TRAVEL DOCUMENTS ISSUED BY EU MEMBER STATES COMMON CERTIFICATE POLICY FOR THE EXTENDED ACCESS CONTROL INFRASTRUCTURE FOR PASSPORTS AND TRAVEL DOCUMENTS ISSUED BY EU MEMBER STATES BSI TR-03139 Version 2.1 27 May 2013 Foreword The present document

More information

Discover Germany s Electronic Passport

Discover Germany s Electronic Passport Discover Germany s Electronic Passport Starting 1 Nov. 2007 E-Passport 2nd Generation www.epass.de 1 Introducing Germany s e-passport If you want to know why there are electronic passports and how to recognize

More information

Using RFID Techniques for a Universal Identification Device

Using RFID Techniques for a Universal Identification Device Using RFID Techniques for a Universal Identification Device Roman Zharinov, Ulia Trifonova, Alexey Gorin Saint-Petersburg State University of Aerospace Instrumentation Saint-Petersburg, Russia {roman,

More information

Audio: This overview module contains an introduction, five lessons, and a conclusion.

Audio: This overview module contains an introduction, five lessons, and a conclusion. Homeland Security Presidential Directive 12 (HSPD 12) Overview Audio: Welcome to the Homeland Security Presidential Directive 12 (HSPD 12) overview module, the first in a series of informational modules

More information

Malicious Code on Java Card Smartcards: Attacks and Countermeasures

Malicious Code on Java Card Smartcards: Attacks and Countermeasures Malicious Code on Java Card Smartcards: Attacks and Countermeasures Wojciech Mostowski and Erik Poll Digital Security Radboud University Nijmegen To be presented at CARDIS'2008 Erik Poll Radboud University

More information

Risks of Offline Verify PIN on Contactless Cards

Risks of Offline Verify PIN on Contactless Cards Risks of Offline Verify PIN on Contactless Cards Martin Emms, Budi Arief, Nicholas Little, and Aad van Moorsel School of Computing Science, Newcastle University, Newcastle upon Tyne, UK {martin.emms,budi.arief,n.little,aad.vanmoorsel}@ncl.ac.uk

More information

Protection Profile for UK Dual-Interface Authentication Card

Protection Profile for UK Dual-Interface Authentication Card Protection Profile for UK Dual-Interface Authentication Card Version 1-0 10 th July 2009 Reference: UNKT-DO-0002 Introduction This document defines a Protection Profile to express security, evaluation

More information

Test plan for eid and esign compliant terminal software with EACv2

Test plan for eid and esign compliant terminal software with EACv2 Technical Guideline BSI TR-03105 Part 5.3 Test plan for eid and esign compliant terminal software with EACv2 Version: 2.0 Date: 2015-05-22 Bundesamt für Sicherheit in der Informationstechnik Postfach 20

More information

We Must Comply with International Requirements! Introducing Biometric ID Cards in France

We Must Comply with International Requirements! Introducing Biometric ID Cards in France We Must Comply with International Requirements! Introducing Biometric ID Cards in France Meryem Marzouki CNRS - LIP6/PolyTIC / IRIS Meryem.Marzouki@iris.sgdg.org www.iris.sgdg.org Terrorizing Privacy?

More information

Part I. Universität Klagenfurt - IWAS Multimedia Kommunikation (VK) M. Euchner; Mai 2001. Siemens AG 2001, ICN M NT

Part I. Universität Klagenfurt - IWAS Multimedia Kommunikation (VK) M. Euchner; Mai 2001. Siemens AG 2001, ICN M NT Part I Contents Part I Introduction to Information Security Definition of Crypto Cryptographic Objectives Security Threats and Attacks The process Security Security Services Cryptography Cryptography (code

More information

ID Document Scanning and Biometric Solutions

ID Document Scanning and Biometric Solutions ID Document Scanning and Biometric Solutions PRODUCT CATALOGUE Contents ID DOCUMENT SCANNING & BIOMETRIC SOLUTIONS Advanced ID document reading solutions Typical applications ID document scanning process

More information

MIFARE CONTACTLESS CARD TECHNOLOLGY AN HID WHITE PAPER

MIFARE CONTACTLESS CARD TECHNOLOLGY AN HID WHITE PAPER MIFARE CONTACTLESS CARD TECHNOLOLGY AN HID WHITE PAPER GENERAL The MIFARE contactless smart card and MIFARE card reader/writer were developed to handle payment transactions for public transportation systems.

More information

Moving to Multi-factor Authentication. Kevin Unthank

Moving to Multi-factor Authentication. Kevin Unthank Moving to Multi-factor Authentication Kevin Unthank What is Authentication 3 steps of Access Control Identification: The entity makes claim to a particular Identity Authentication: The entity proves that

More information

Common Criteria Protection Profile

Common Criteria Protection Profile Machine Readable Travel Document using Standard Inspection Procedure with PACE (PACE PP) Version 1.01, 22th July 2014 Foreword This Protection Profile Electronic Passport using Standard Inspection procedure

More information

Web Security. Mahalingam Ramkumar

Web Security. Mahalingam Ramkumar Web Security Mahalingam Ramkumar Issues Phishing Spreading misinformation Cookies! Authentication Domain name DNS Security Transport layer security Dynamic HTML Java applets, ActiveX, JavaScript Exploiting

More information

CS 356 Lecture 28 Internet Authentication. Spring 2013

CS 356 Lecture 28 Internet Authentication. Spring 2013 CS 356 Lecture 28 Internet Authentication Spring 2013 Review Chapter 1: Basic Concepts and Terminology Chapter 2: Basic Cryptographic Tools Chapter 3 User Authentication Chapter 4 Access Control Lists

More information

Allwin Initiative for Corporate Citizenship Dartmouth Center for the Advancement of Learning Dickey Center Ethics Institute Institute for Security

Allwin Initiative for Corporate Citizenship Dartmouth Center for the Advancement of Learning Dickey Center Ethics Institute Institute for Security Allwin Initiative for Corporate Citizenship Dartmouth Center for the Advancement of Learning Dickey Center Ethics Institute Institute for Security Technology Studies Leslie Center Rockefeller Center Tucker

More information

The ID card with eid function at a glance

The ID card with eid function at a glance The ID card with eid function at a glance New possibilities, more security Since 1 November 2010, Germany has been issuing the new ID card in smart card format and with a chip. With this chip, the ID card

More information

Authentication in WLAN

Authentication in WLAN Authentication in WLAN Flaws in WEP (Wired Equivalent Privacy) Wi-Fi Protected Access (WPA) Based on draft 3 of the IEEE 802.11i. Provides stronger data encryption and user authentication (largely missing

More information

RFID Security. April 10, 2006. Martin Dam Pedersen Department of Mathematics and Computer Science University Of Southern Denmark

RFID Security. April 10, 2006. Martin Dam Pedersen Department of Mathematics and Computer Science University Of Southern Denmark April 10, 2006 Martin Dam Pedersen Department of Mathematics and Computer Science University Of Southern Denmark 1 Outline What is RFID RFID usage Security threats Threat examples Protection Schemes for

More information

Secure application programming in the presence of side channel attacks. Marc Witteman & Harko Robroch Riscure 04/09/08 Session Code: RR-203

Secure application programming in the presence of side channel attacks. Marc Witteman & Harko Robroch Riscure 04/09/08 Session Code: RR-203 Secure application programming in the presence of side channel attacks Marc Witteman & Harko Robroch Riscure 04/09/08 Session Code: RR-203 Attacks in the field Survey 2007*, Hong Kong: Asia-Pacific Pay-TV

More information

Smart Card Technology Capabilities

Smart Card Technology Capabilities Smart Card Technology Capabilities Won J. Jun Giesecke & Devrient (G&D) July 8, 2003 Smart Card Technology Capabilities 1 Table of Contents Smart Card Basics Current Technology Requirements and Standards

More information

Information Security Basic Concepts

Information Security Basic Concepts Information Security Basic Concepts 1 What is security in general Security is about protecting assets from damage or harm Focuses on all types of assets Example: your body, possessions, the environment,

More information

CODE SIGNING. Why Developers Need to Digitally Sign Code and Applications. +1-888-690-2424 entrust.com

CODE SIGNING. Why Developers Need to Digitally Sign Code and Applications. +1-888-690-2424 entrust.com CODE SIGNING Why Developers Need to Digitally Sign Code and Applications +1-888-690-2424 entrust.com Table of contents Why Code Sign? Page 3 What is Code Signing? Page 4 Verifying Code Authenticity Page

More information

Machine Readable Travel Documents

Machine Readable Travel Documents Doc 9303 Machine Readable Travel Documents Part 3 Machine Readable Official Travel Documents Volume 2 Specifications for Electronically Enabled MRtds with Biometric Identification Capability Approved by

More information