SMART CARDS. Miguel Monteiro FEUP / DEI

Size: px
Start display at page:

Download "SMART CARDS. Miguel Monteiro FEUP / DEI"

Transcription

1 SMART CARDS Miguel Monteiro FEUP / DEI

2 WHAT IS A SMART CARD Distinguishable characteristics Can participate in automated electronic transactions Used primarily to add security Not easily forged or copied Can store data securely Can host/run a range of security algorithms and functions Comments Smart usually implies the fifth characteristic Some capacity to do transformations and/or processing The word card sometimes is misleading Nowadays these devices can take a variety of forms 2 a small hexagonal piece

3 SMART CARD MAIN APPLICATIONS Smart Cards can be used in several areas and functions Mobile telecommunications Banking Transportation Identity cards / passports Service entitlement Health Physical access control IT access control Satellite TV and set top boxes 3

4 EXAMPLE: BASIC SIM FUNCTION Each SIM contains a unique identifier and an identification key (K i ): the IMSI International Mobile Subscriber Identifier 1. For identification and authentication the SIM sends the IMSI to the mobile operator 2. The operator consults its database and sends a challenge (RAND) back 3. Both the operator and SIM encrypt the challenge (RAND) using algorithm A3 and key K i 4. The SIM sends back the result (SRES) 5. The operator compares the SIM response with its own value 6. If authenticated, both sides derive a new key K c, using algorithm A8, for encrypting further communications (with a different algorithm: A5) 4

5 SECURITY FUNCTIONS Some of most common security functions performed by smart cards include: Identification Authentication Holding, adding, and modification of private data Holding rights or permissions (authorization) In addition they can be involved in Message confidentiality using encryption Message integrity in both directions (incoming and outgoing) Non-repudiation Can hold certificates for expected message authors A private key of the owner Apply standard hashing and cipher algorithms 5

6 IS THE MAGNETIC STRIPE CARD SMART? Magnetic stripe cards have been used for many of the previous functions But they don t comply with the 3 rd and mainly the 5 th characteristics of a smart card Its use is now almost inexistent in Europe for security applications But they are yet quite common in many other regions 6

7 SMART CARD COMPONENTS Considering the smart cards capacity of doing processing operations They need a CPU For storing they also need memory And some mean of communication (I/O) Also, because cryptographic algorithms are demanding, they usually have specialized (hardware) coprocessors Typical architecture for a standard contact card 7

8 EMBEDDED OR CONTACTLESS (1) Embedded cards can have other forms of connection to other systems Modern SIMs embedded in mobile devices can have other serial links with improved bandwidths another serial interface Nowadays the SWP Single Wire Protocol is common 8

9 EMBEDDED OR CONTACTLESS (2) Contactless cards use NFC for the serial channel They possess a radio frequency interface Short range (near field) They have an antenna They are powered also wirelessly by the other party 9

10 MORE DETAILED ARCHITECTURE A High End Smart Card A Philips/NXP smart card From top to bottom and left to right: ROM, Flash, processor, coprocessor, RAM, other units 10

11 MEMORY TYPES AND ACCESS Besides ROM which is factory recorded, smart cards should have volatile and non-volatile memory Non-volatile is essential to retain data as the smart card is not powered whenever it is not in use EEPROM, Flash, FRAM (ferroelectric random-access) These types has different sizes in the ship (per bit), number of accesses, and speed Example areas of 1 bit Memory types characteristics 11

12 CONTACTS AND SIZES Smart cards occur in many formats and sizes Contacts some standard sizes C1 VCC operating power C2 RST reset C3 CLK clock signal C5 GND ground C6 VPP programming power C7 I/O serial input/output standard SIM sizes 12

13 SMART CARD READERS Communicate bidirectionally with the card Some examples PCs and smart card readers communicate using a standard protocol and set of commands:. the PC/SC standard. PC connected reader SIM card in a smartphone A payment terminal A contactless terminal 13 Most PC operating systems incorporate now this standard A contactless card in the form of a ring

14 SMART CARD SOFTWARE ROM Along the years smart cards have evolved The first were monolithic systems with a single proprietary application Now we have multi application platforms compliant with well accepted standards Monolithic Application Operating System Multi application platform Payment Transport Signature Operating System Technologies JavaCard GlobalPlatform MultOS 14

15 SMART CARD OPERATING SYSTEM (SCOS) The SCOS is responsible for the management of the resources in the card Transferring data to and from the serial interface Controlling command execution File management Managing and executing cryptographic algorithms Managing and executing application code SCOS architecture evolution 15

16 MANAGED ENVIRONMENTS On top of the operating system There can be some managed environments Implement a standard providing a working model The GlobalPlatform specification is one common environment for telecommunication cards with multi-owner / multi-application capabilities JavaCard provides a Virtual Machine, Java APIs, and a programming model for writing card applications 16 Smart Card with Global Platform and Java Card

17 GLOBAL PLATFORM (GP) SPECIFICATION GP defines a set of components Enhance multi-application (and multi-owner) operation They provide Security (isolation and secure domains) Portability Interoperability Security domains represent the organizations that own applications They store their own keys to install new applications Initially there is only the Issuer Domain that can create other domains Applications belonging to different domains (owners) are completely isolated 17

18 JAVA CARD RUNTIME SYSTEM Most Smart Cards support Java Card Applications can be developed in Java (with the limitations and framework for Java Card) Those applications (called applets) follow a strict programming model Smart card with Java Card Applets can communicate if from the same owner 18

19 LIMITATIONS OF THE JAVA CARD VM In recent versions: The int type is common, almost always present There is a not automatic garbage collection for freeing dynamic allocated objects Fields of classes and dynamic allocated objects are created in non-volatile memory Local variables of methods (primitive types and arrays of primitive types) are allocated on the stack, in volatile memory 19

20 JAVA CARD API HIGHLIGHTS Package javacard.framework Classes for dealing APDUs, PINs, memory freeing and the Applet Package javacard.security Most security classes and operations are here: Keys, Exchanges, Hashing, Signatures, Encryption, Random numbers, etc, using several algorithms Package javacardx.biometry Storing and algorithms for biometric data (optional) Package javacardx.crypto Cipher AES algorithms Package javacardx.framework.math Working with big numbers Package javacardx.framework.string String like operations performed in byte[ ]. (For UTF-8 codes) Package javacardx.framework.util Operations in arrays 20

21 JAVA APPLET DEVELOPMENT AND EXECUTION Several tools are needed until a Java Card applet can be executed 21

22 SMART CARD AND READER COMMUNICATION Cards and readers (CAD Card Accepting Device) communicate by APDU exchange CAD An APDU (application protocol data unit) is a formatted sequence of bytes for commands (CAD Card) and responses (Card CAD) c-apdu 1 r-apdu 1... c-apdu n r-apdu n Card 8X h instruction (even number) A command APDU 2 parameters size of the response (optional) size of the data field (optional) The response APDU Status word: 9000 h or 61XX h for OK, otherwise an error 22

23 INITIAL CARD OPERATION When connected to a CAD a reset occurs The card sends an ATR (Answer To Reset) packet Contains communication parameters The CAD should configure itself in conformance for further communication (or request to select some Protocol Parameters) Communications between card and CAD Reset and exchange of info 23

24 INSTALLATION AND OPERATION OF APPLETS There are several commands to install applets GP defines them in connection to Secure Domains First the security domain is selected Next the applet is loaded and installed After it can be selected, becoming ready for operation Some states of an applet Install for Load* Install for Install* Select this applet Installed Selectable Selected Reset or Select another Delete* * - GP commands require a Secure Channel Protocol (SCP) 24

25 SECURE CHANNEL PROTOCOL Besides encryption it assures that is the owner of the Security Domain to emit it There are several SCPs defined by the GP Usually they involve the knowledge of 3 symmetric keys by the emitter of the command A very simplified example CAD and Card send each other a 16 byte random number a1 a16 and b1 b16 Both cipher both numbers using a common key α1 α16 and β1 β16 Send each other half of the encrypted challenges for verification (for instance α1 α8 and β9 β16) If verified build both another encryption key formed by the non transmitted halves β1 β8α9 α16 25

26 THE APPLET JAVA CARD CLASS Applet is an abstract class It implements some methods except one that is defined as abstract abstract void process(apdu apdu) An applet derives from the Applet class public abstract class Applet extends Object { protected Applet() // only the install method should build an Applet static void install(byte[] barray, short boffset, byte blength) // called after loading protected void register() // should be called by install public boolean select() // called when the select command is received. Should return true public void deselect() // called when the card is reset or when other applet is selected abstract void process(apdu apdu) // executes the commands received and builds an answer } 26

27 APPLET OPERATION Using an applet Host system Card reader (CAD) Install for install Select applet Other command Select another applet or reset JCRE install()* select() process() deselect() Applet * Should build an instance (new) and register() 27

28 STANDARDIZATION ORGANIZATIONS ETSI/SCP European Telecommunications Standards Institute / Smart Card Platform EMVCo Europay, Mastercard, VISA payment transactions and applications GSM Association Mobey Forum Mobile Finantial Services Global Platform SIM Alliance 28

29 BIBLIOGRAPHY (1) Chen Zhiqun Chen, Java Card Technology for Smart Cards, Addison-Wesley, 2000 EMVCo EMV Books 1-4, Version 4.3, ETSI TS , Smart Cards: Remote APDU structure for UICC based applications (Release 13), GP Global Platform Card Specification version 2.3, Hillebrand F. Hillebarand, GSM & UMTS - The Creation of Global Mobile Communication, Wiley, 2002 ISO/IEC ISO/IEC Standard 7816 part 4, Organization, security and commands for interchange,

30 BIBLIOGRAPHY (2) ISO/IEC ISO/IEC Standard parts 1-4, Identification cards Contactless integrated circuit cards - Proximity cards, ITSO Integrated Transport Smartcard Organisation Specification v 2.1.4, MAOSCO MultOs operating system developers guide, Oracle Java Card Platform Specification, v , Rankl W. Rankl and W. Effing, Smart Card Handbook, Wiley,

Secure Elements 101. Sree Swaminathan Director Product Development, First Data

Secure Elements 101. Sree Swaminathan Director Product Development, First Data Secure Elements 101 Sree Swaminathan Director Product Development, First Data Secure Elements Secure Element is a tamper resistant Smart Card chip that facilitates the secure storage and transaction of

More information

Smart Card Operating Systems Overview and Trends

Smart Card Operating Systems Overview and Trends Smart Card Operating Systems Overview and Trends Pierre.Paradinas@gemplus.com Gemplus Labs Smart card A piece of plastic with a chip that contains: CPU, memories and programs SC is your personal information

More information

Smart cards are made of plastic, usually polyvinyl chloride. The card may embed a hologram to prevent counterfeiting. Smart cards provide strong

Smart cards are made of plastic, usually polyvinyl chloride. The card may embed a hologram to prevent counterfeiting. Smart cards provide strong Smart Cards By: Definition Smart cards, chip card, or integrated circuit card (ICC) are card with embedded integrated circuits that contain a computer chip capable of carrying out a cryptographic protocol.

More information

Smartcards. ISO 7816 & smartcard operating systems. Erik Poll Digital Security Radboud University Nijmegen

Smartcards. ISO 7816 & smartcard operating systems. Erik Poll Digital Security Radboud University Nijmegen Smartcards ISO 7816 & smartcard operating systems Erik Poll Digital Security Radboud University Nijmegen 1 Standard for contact smartcards ISO7816 7816-1 Physical characteristics 7816-2 Dimension & size

More information

MTAT Applied Cryptography

MTAT Applied Cryptography MTAT.07.017 Applied Cryptography Smart Cards (JavaCard) University of Tartu Spring 2018 1 / 22 Smart Card Security Model Parties involved in a smart card based system: Cardholder Data owner Terminal owner

More information

MTAT Applied Cryptography

MTAT Applied Cryptography MTAT.07.017 Applied Cryptography Smart Cards (JavaCard) University of Tartu Spring 2017 1 / 23 Security Model Parties involved in smart card based system: Cardholder Data owner Terminal Card issuer Card

More information

Smart Cards. Outline. José Costa Application Domains: Smart Cards. Software for Embedded Systems

Smart Cards. Outline. José Costa Application Domains: Smart Cards. Software for Embedded Systems Smart Cards José Costa Software for Embedded Systems Department of Computer Science and Engineering (DEI) Instituto Superior Técnico Adapted from the overheads for ASE 2009-2010 2011-05-02 José Costa (DEI/IST)

More information

Java Card Technology Overview

Java Card Technology Overview CHAPTER3 Java Card Technology Overview Java Card technology enables programs written in the Java programming language to run on smart cards and other resource-constrained devices. This chapter gives an

More information

Smart Card ICs. Dr. Kaushik Saha. STMicroelectronics. CSME 2002 (Chandigarh, India) STMicroelectronics

Smart Card ICs. Dr. Kaushik Saha. STMicroelectronics. CSME 2002 (Chandigarh, India) STMicroelectronics Smart Card ICs Dr. Kaushik Saha STMicroelectronics CSME 2002 (Chandigarh, India) STMicroelectronics ST Products & Solutions Agenda Smart cards market overview Issues in the Smartcard Business ST Solutions

More information

2 nd ETSI Security Workshop: Future Security. Smart Cards. Dr. Klaus Vedder. Chairman ETSI TC SCP Group Senior VP, Giesecke & Devrient

2 nd ETSI Security Workshop: Future Security. Smart Cards. Dr. Klaus Vedder. Chairman ETSI TC SCP Group Senior VP, Giesecke & Devrient 2 nd ETSI Security Workshop: Future Security Smart Cards Dr. Klaus Vedder Chairman ETSI TC SCP Group Senior VP, Giesecke & Devrient ETSI TC SCP, the Smart Card Committee 19 Years of Dedication and Real-life

More information

Smart Card Basics Smart Card Basics

Smart Card Basics Smart Card Basics Smart Card Evolution Outline of the evolution of the smart card PG 6259 Fernando Ferreira Universidade do Minho 31.1.2003 Year 1968 1970 1974 1976 1980 1982 1996 Event 2 German inventors patent combining

More information

Smart Cards. José Costa. Software for Embedded Systems. Departamento de Engenharia Informática (DEI) Instituto Superior Técnico

Smart Cards. José Costa. Software for Embedded Systems. Departamento de Engenharia Informática (DEI) Instituto Superior Técnico Smart Cards José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto Superior Técnico 2015-11-09 José Costa (DEI/IST) Smart Cards 1 Outline Application Domains: Smart

More information

Security Policy for Schlumberger Cyberflex Access 32K Smart Card with ActivCard Applets

Security Policy for Schlumberger Cyberflex Access 32K Smart Card with ActivCard Applets Security Policy for Schlumberger Cyberflex Access 32K Smart Card with ActivCard Applets TABLE OF CONTENTS 1 SCOPE OF DOCUMENT... 1 2 INTRODUCTION... 1 3 SECURITY LEVELS... 1 3.1 CRYPTOGRAPHIC MODULE SPECIFICATION...

More information

Ch 9: Mobile Payments. CNIT 128: Hacking Mobile Devices. Updated

Ch 9: Mobile Payments. CNIT 128: Hacking Mobile Devices. Updated Ch 9: Mobile Payments CNIT 128: Hacking Mobile Devices Updated 4-24-17 Current Generation Scenarios Mobile banking apps NFC-based or barcode-based payment apps used by consumers to purchase goods Premium-rated

More information

Presentation of the Interoperability specification for ICCs and Personal Computer Systems, Revision 2.0

Presentation of the Interoperability specification for ICCs and Personal Computer Systems, Revision 2.0 PC/SC Workgroup White Paper Presentation of the Interoperability specification for ICCs and Personal Computer Systems, Revision 2.0 Abstract This document presents the upcoming revision 2.0 of the Interoperability

More information

Design and Implementation of a Mobile Transactions Client System: Secure UICC Mobile Wallet

Design and Implementation of a Mobile Transactions Client System: Secure UICC Mobile Wallet Design and Implementation of a Mobile Transactions Client System: Secure UICC Mobile Wallet Hao Zhao, Sead Muftic School of Information and Communication Technologies (ICT) Royal Institute of Technology

More information

CREDENTSYS CARD FAMILY

CREDENTSYS CARD FAMILY CREDENTSYS CARD FAMILY Credentsys is a secure smart card family that is designed for national ID systems, passports, and multi-use enterprise security environments. The family is certified to FIPS 140-2

More information

Preface. Structure of the Book

Preface. Structure of the Book When the first edition of this book was published back in 2008, the scope was anything to do with smart cards and security tokens in the widest sense. The aim was in fact to provide a complete story, looking

More information

basic schemes, memory types: transient vs. persistent, garbage collection basic schemes, system-level vs. user-level transactions

basic schemes, memory types: transient vs. persistent, garbage collection basic schemes, system-level vs. user-level transactions Overview A. Basic machinery execution model, byte code vs. native code, language aspects B. Memory management basic schemes, memory types: transient vs. persistent, garbage collection C. Atomicity and

More information

The SIM Turns 20. Dr. Klaus Vedder. Chairman ETSI TC SCP. 3rd ETSI Security WS Sophia Antipolis, France January 2008

The SIM Turns 20. Dr. Klaus Vedder. Chairman ETSI TC SCP. 3rd ETSI Security WS Sophia Antipolis, France January 2008 The SIM Turns 20 Dr. Klaus Vedder Chairman ETSI TC SCP Footer text (edit in View : Header and Footer) 3rd ETSI Security WS Sophia Antipolis, France 14-15 January 2008 World Class Standards ETSI TC SCP,

More information

Chapter 2 Basics. 2.1 Smartcards. This chapter summarizes basic concepts of smartcards, Near Field Communication (NFC) and payment cards.

Chapter 2 Basics. 2.1 Smartcards. This chapter summarizes basic concepts of smartcards, Near Field Communication (NFC) and payment cards. Chapter 2 Basics This chapter summarizes basic concepts of smartcards, Near Field Communication (NFC) and payment cards. 2.1 Smartcards Smartcards are identification cards equipped with a microchip (integrated

More information

ETSI TS V ( )

ETSI TS V ( ) TS 102 226 V6.13.0 (2006-05) Technical Specification Smart Cards; Remote APDU structure for UICC based applications (Release 6) 2 TS 102 226 V6.13.0 (2006-05) Reference RTS/SCP-T0285r13 Keywords protocol,

More information

The Open Application Platform for Secure Elements.

The Open Application Platform for Secure Elements. The Open Application Platform for Secure Elements. Java Card enables secure elements, such as smart cards and other tamper-resistant security chips, to host applications, called applets, which employ Java

More information

Hitachi Releases Smart Card Microcontroller AE45X series Equipped with Contact/Contactless Dual Interface in a Single Chip

Hitachi Releases Smart Card Microcontroller AE45X series Equipped with Contact/Contactless Dual Interface in a Single Chip Hitachi Releases Smart Card Microcontroller AE45X series Equipped with Contact/Contactless Dual Interface in a Single Chip Suitable for multi-purpose multi-application smart cards in the fields such as

More information

CALYPSO FUNCTIONAL SPECIFICATION. CNA Calypso rev 3.1 Applet Presentation

CALYPSO FUNCTIONAL SPECIFICATION. CNA Calypso rev 3.1 Applet Presentation 1 / 13 CALYPSO FUNCTIONAL SPECIFICATION VERSION The information contained in this document is public. (This document may be accessed at http://www.calypsonet-asso.org/) 2014. All rights reserved. The authors

More information

Dr. Char-Shin Miou Chunghwa Telecom. Co. April 7, 2011

Dr. Char-Shin Miou Chunghwa Telecom. Co. April 7, 2011 Mobile Security Application Current Status Overview in Taiwan Dr. Char-Shin Miou Chunghwa Telecom. Co. April 7, 2011 Content Problems and Current Status Approach for the Mobile Security Application Mobile

More information

Expert 3.2

Expert 3.2 Giesecke & Devrient Sm@rtCafé Expert 3.2 FIPS 140-2 Non-Proprietary Security Policy Level 3 Validation Version 1.6 December 2011 Copyright 2011 Giesecke & Devrient This document may be freely reproduced

More information

Module 1: Smart Card Fundamentals. Smart Card Alliance Certified Smart Card Industry Professional Accreditation Program

Module 1: Smart Card Fundamentals. Smart Card Alliance Certified Smart Card Industry Professional Accreditation Program Module 1: Smart Card Fundamentals Smart Card Alliance Certified Smart Card Industry Professional Accreditation Program 1 For CSCIP Applicant Use Only About the Smart Card Alliance The Smart Card Alliance

More information

Security of NFC payments

Security of NFC payments Security of NFC payments Olga Korobova Department of Computer Science University of Massachusetts Amherst Abstract Our research objective was to examine the security features implemented by the bank cards

More information

Expert 3.2

Expert 3.2 Giesecke & Devrient Sm@rtCafé Expert 3.2 FIPS 140-2 Non-Proprietary Security Policy Level 3 Validation Version 1.5 June 2008 Copyright 2008 Giesecke & Devrient This document may be freely reproduced and

More information

GSM Association (GSMA) Mobile Ticketing Initiative

GSM Association (GSMA) Mobile Ticketing Initiative GSM Association (GSMA) Mobile Ticketing Initiative Sue Monahan Director - GSMA NA Clif Campbell Lead Member of Technical Staff AT&T April 2010 Content GSM World Today GSMA Overview GSMA M-Ticketing Initiative

More information

IDCore. Flexible, Trusted Open Platform. financial services & retail. Government. telecommunications. transport. Alexandra Miller

IDCore. Flexible, Trusted Open Platform. financial services & retail. Government. telecommunications. transport. Alexandra Miller IDCore Flexible, Trusted Open Platform financial services & retail enterprise > SOLUTION Government telecommunications transport Trusted Open Platform Java Card Alexandra Miller >network identity >smart

More information

Contents. Preface. Acknowledgments. xxiii. List of Acronyms i xxv

Contents. Preface. Acknowledgments. xxiii. List of Acronyms i xxv Preface xv Acknowledgments. xxiii List of Acronyms i xxv 1 Executive Summary 1 1.1 Towards NFC Era 2 1.1.1 Ubiquitous Computing 2 1.1.2 Mobile Phones 3 1.1.3 Technological Motivation of NFC 4 1.1.4 Wireless

More information

Secure Element APIs and Practical Attacks on Secure Element-enabled Mobile Devices

Secure Element APIs and Practical Attacks on Secure Element-enabled Mobile Devices Secure Element APIs and Practical Attacks on Secure Element-enabled Mobile Devices Michael Roland University it of Applied Sciences Upper Austria,, Austria WIMA 2012 NFC Research Track 11 April 2012, Monaco

More information

Card Specifications & 2.1 Frequently Asked Questions December 2004

Card Specifications & 2.1 Frequently Asked Questions December 2004 Card Specifications 2.1.1 & 2.1 Frequently Asked Questions December 2004 The technology provided or described herein is subject to updates, revisions, and extensions by GlobalPlatform. Use of this information

More information

Distributed Systems. Smart Cards, Biometrics, & CAPTCHA. Paul Krzyzanowski

Distributed Systems. Smart Cards, Biometrics, & CAPTCHA. Paul Krzyzanowski Distributed Systems Smart Cards, Biometrics, & CAPTCHA Paul Krzyzanowski pxk@cs.rutgers.edu Except as otherwise noted, the content of this presentation is licensed under the Creative Commons Attribution

More information

GLOBAL SYSTEM FOR MOBILE COMMUNICATION (2) ETI2511 Friday, 31 March 2017

GLOBAL SYSTEM FOR MOBILE COMMUNICATION (2) ETI2511 Friday, 31 March 2017 GLOBAL SYSTEM FOR MOBILE COMMUNICATION (2) ETI2511 Friday, 31 March 2017 1 SYLLABUS GSM General architecture and interfaces of cellular system and the PSTN and Internet networks: BTS, MSC, Internetworking,

More information

Practical Attack Scenarios on Secure Element-enabled Mobile Devices

Practical Attack Scenarios on Secure Element-enabled Mobile Devices Practical Attack Scenarios on Secure Element-enabled Mobile Devices Michael Roland University it of Applied Sciences Upper Austria,, Austria 4 th International Workshop on Near Field Communication 13 March

More information

CIPURSE V2 Certification Program

CIPURSE V2 Certification Program www.osptalliance.org Legal This document is copyright 2017 by the OSPT Alliance. 1. You may, without charge, copy (for internal purposes only) and share this document with your members, employees, and

More information

Relay Attacks on Secure Elementenabled

Relay Attacks on Secure Elementenabled Relay Attacks on Secure Elementenabled Mobile Devices Virtual Pickpocketing Revisited Michael Roland University of Applied Sciences Upper Austria,, Austria SEC2012 IFIP International Information Security

More information

Advances with Osaifu-Keitai Starting Services Supporting NFC (Type A/B) on NTT DOCOMO UIM Cards. contactless IC cards that is being adopted

Advances with Osaifu-Keitai Starting Services Supporting NFC (Type A/B) on NTT DOCOMO UIM Cards. contactless IC cards that is being adopted Type A/B GP TSM Advances with Osaifu-Keitai Starting Services Supporting NFC (Type A/B) on NTT DOCOMO UIM Cards The Osaifu-Keitai service currently being provided in Japan is based on the FeliCa *1 mobile

More information

MultiApp ID V2.1 Platform FIPS Cryptographic Module Security Policy

MultiApp ID V2.1 Platform FIPS Cryptographic Module Security Policy Table of Contents References...4 Acronyms and definitions...5 1 Introduction...6 1.2 Firmware and Logical Cryptographic Boundary... 8 1.3 Versions and mode of operation... 9 2 Cryptographic functionality...

More information

An Approach to the Generation of High-Assurance Java Card Applets

An Approach to the Generation of High-Assurance Java Card Applets An Approach to the Generation of High-Assurance Java Card Applets Alessandro Coglio Kestrel Institute 3260 Hillview Avenue, Palo Alto, CA 94304, USA Ph. +1-650-493-6871 Fax +1-650-424-1807 http://www.kestrel.edu/

More information

ETSI TS V9.0.0 ( ) Technical Specification. Smart Cards; Remote APDU structure for UICC based applications (Release 9)

ETSI TS V9.0.0 ( ) Technical Specification. Smart Cards; Remote APDU structure for UICC based applications (Release 9) TS 102 226 V9.0.0 (2009-06) Technical Specification Smart Cards; Remote APDU structure for UICC based applications (Release 9) 2 TS 102 226 V9.0.0 (2009-06) Reference RTS/SCP-T02850v900 Keywords protocol,

More information

Distributed Systems. Smart Cards, Biometrics, & CAPTCHA. Paul Krzyzanowski

Distributed Systems. Smart Cards, Biometrics, & CAPTCHA. Paul Krzyzanowski Distributed Systems Smart Cards, Biometrics, & CAPTCHA Paul Krzyzanowski pxk@cs.rutgers.edu ds@pk.org Except as otherwise noted, the content of this presentation is licensed under the Creative Commons

More information

WHAT FUTURE FOR CONTACTLESS CARD SECURITY?

WHAT FUTURE FOR CONTACTLESS CARD SECURITY? WHAT FUTURE FOR CONTACTLESS CARD SECURITY? Alain Vazquez (alain.vazquez@louveciennes.sema.slb.com) 1/27 AV Contents Major contactless features : summary Contactless major constraints Major security issues

More information

DynaPro Go. Secure PIN Entry Device PCI PTS POI Security Policy. September Document Number: D REGISTERED TO ISO 9001:2008

DynaPro Go. Secure PIN Entry Device PCI PTS POI Security Policy. September Document Number: D REGISTERED TO ISO 9001:2008 DynaPro Go Secure PIN Entry Device PCI PTS POI Security Policy September 2017 Document Number: D998200217-11 REGISTERED TO ISO 9001:2008 MagTek I 1710 Apollo Court I Seal Beach, CA 90740 I Phone: (562)

More information

Expert Embedded Security

Expert Embedded Security Giesecke & Devrient Sm@rtCafé Expert Embedded Security FIPS 140-2 Non-Proprietary Security Policy Level 3 Validation Version 0.7 August 2007 Copyright 2007 Giesecke & Devrient This document may be freely

More information

ETSI TS V6.0.0 ( )

ETSI TS V6.0.0 ( ) TS 102 226 V6.0.0 (2002-04) Technical Specification Smart cards; Remote APDU Structure for UICC based Applications (Release 6) 2 TS 102 226 V6.0.0 (2002-04) Reference DTS/SCP-000285 Keywords smart card,

More information

MTAT Applied Cryptography

MTAT Applied Cryptography MTAT.07.017 Applied Cryptography Smart Cards 2 University of Tartu Spring 2015 1 / 19 Security Model Parties involved in smart card based system: Cardholder Data owner Terminal Card issuer Card manufacturer

More information

Entrust IdentityGuard PIV Credential FIPS Cryptographic Module Security Policy Version: 1.0 Date: January 24, 2013

Entrust IdentityGuard PIV Credential FIPS Cryptographic Module Security Policy Version: 1.0 Date: January 24, 2013 FIPS 140-2 Cryptographic Module Security Policy Version: 1.0 Date: January 24, 2013 Copyright 2013 Entrust 1000 Innovation Drive, Ottawa, ON, Canada K2K 3E7 Table of Contents 1 Introduction...4 1.1 Hardware

More information

The Gemalto offer for PKI market in Russia

The Gemalto offer for PKI market in Russia The Gemalto offer for PKI market in Russia Miroslaw TOCICKI, Technical Consultant September 18th, 2014 Agenda Introduction Gemalto IdA portfolio Java PKI cards for developers GOST certified solution IDPrime

More information

SETECS OneCARD PIV II Java Card Applet. on Gemalto GemCombi'Xpresso R4 E72K PK card

SETECS OneCARD PIV II Java Card Applet. on Gemalto GemCombi'Xpresso R4 E72K PK card Tel: (301) 587-3000 Fax: (301) 587-7877 E-mail: info@setecs.com Web: www.setecs.com SETECS OneCARD PIV II Java Card Applet on Gemalto GemCombi'presso R4 E72K PK card (Applet Version 1.2) FIPS 140-2 Security

More information

ETSI TS V7.3.0 ( )

ETSI TS V7.3.0 ( ) TS 102 226 V7.3.0 (2007-02) Technical Specification Smart Cards; Remote APDU structure for UICC based applications (Release 7) 2 TS 102 226 V7.3.0 (2007-02) Reference RTS/SCP-T02850r3 Keywords protocol,

More information

Introduction to Electronic Identity Documents

Introduction to Electronic Identity Documents Tutorial Introduction to Electronic Identity Documents Klaus Schmeh cryptovision I'm Klaus Schmeh, Chief Editor Marketing at cryptovision. I have published a number of books. Identity Documents Conventional

More information

MDG. MULTOS Developer's Guide. MAO-DOC-TEC-005 v MAOSCO Limited. MULTOS is a registered trademark of MULTOS Limited.

MDG. MULTOS Developer's Guide. MAO-DOC-TEC-005 v MAOSCO Limited. MULTOS is a registered trademark of MULTOS Limited. MDG MULTOS Developer's Guide MAO-DOC-TEC-005 v1.42 2017 MAOSCO Limited. MULTOS is a registered trademark of MULTOS Limited. MULTOS Developer s Guide Copyright Copyright 1999 2017 MAOSCO Limited. This document

More information

ETSI TS V ( )

ETSI TS V ( ) TS 102 226 V13.0.0 (2016-05) TECHNICAL SPECIFICATION Smart Cards; Remote APDU structure for UICC based applications (Release 13) 2 TS 102 226 V13.0.0 (2016-05) Reference RTS/SCP-T02850vd00 Keywords protocol,

More information

EAP-TLS Smartcards, from Dream to Reality

EAP-TLS Smartcards, from Dream to Reality s, from Dream to Reality 1 Pascal Urien, 1 Mohamad Badra, 2 Mesmin Dandjinou 1-ENST Paris, 2-Université Polytechnique de Bobo-Dioulasso, Burkina Faso. Pascal.Urien@enst.fr, badra@enst.fr, mesmin.dandjinou@voila.fr

More information

Secure Application Trend in Smartphones. STMicroelectronics November 2017

Secure Application Trend in Smartphones. STMicroelectronics November 2017 Secure Application Trend in Smartphones STMicroelectronics November 2017 A global semiconductor leader 2016 revenues of $6.97B Listed: NYSE, Euronext Paris and Borsa Italiana, Milan Who We Are 2 Research

More information

3GPP TS V ( )

3GPP TS V ( ) TS 31.122 V11.0.0 (2012-09) Technical Specification 3 rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Universal Subscriber Identity Module (USIM) conformance

More information

NFC is the double click in the internet of the things

NFC is the double click in the internet of the things NFC is the double click in the internet of the things Name Frank Graeber, Product Manager NFC Subject 3rd Workshop on RFID Systems and Technologies Date 12.06.2007 Content NFC Introduction NFC Technology

More information

PayPass M/Chip 4. Card Technical Specification

PayPass M/Chip 4. Card Technical Specification PayPass M/Chip 4 Card Technical Specification Version 1.3.1 - September 2008 Proprietary Rights The information contained in this document is proprietary and confidential to MasterCard International Incorporated,

More information

Analysis of Security Models For Smart Cards

Analysis of Security Models For Smart Cards Analysis of Security Models For Smart Cards Ganesh J Pai gpai@virginia.edu ECE Department, University of Virginia Abstract Smart cards are an old breed of ubiquitous embedded-computing devices that are

More information

ETSI TS V7.1.0 ( )

ETSI TS V7.1.0 ( ) TS 102 266 V7.1.0 (2006-01) Technical Specification Smart Cards; USSM: UICC Security Service Module; Stage 1 2 TS 102 266 V7.1.0 (2006-01) Reference RTS/SCP-R0002r1 Keywords smart card, security 650 Route

More information

Security in NFC Readers

Security in NFC Readers Security in Readers Public Content and security, a different kind of wireless Under the hood of based systems Enhancing the security of an architecture Secure data exchange Information security goals Cryptographic

More information

COPYRIGHTED MATERIAL. Overview of Smart Cards. Chapter Card Classification

COPYRIGHTED MATERIAL. Overview of Smart Cards. Chapter Card Classification Chapter 1 Overview of Smart Cards In contrast to information technology practices in the PC realm, the development and functionality of smart cards are strongly driven by international standards. The reason

More information

ID-One Cosmo V7-a Smart Card Cryptographic Module

ID-One Cosmo V7-a Smart Card Cryptographic Module ID-One Cosmo V7-a Smart Card Cryptographic Module FIPS 140-2 Security Policy Public Version Oberthur Technologies of America 4250 Pleasant Valley Road Chantilly, VA 20151-1221 - USA Document Number: SPV7-a.0-n

More information

FIPS Level 3. Security Policy of Java Card Platform Implementation for Infineon on SLE 78 (SLJ 52GxxyyyzR) V1.0f. August Version 2.

FIPS Level 3. Security Policy of Java Card Platform Implementation for Infineon on SLE 78 (SLJ 52GxxyyyzR) V1.0f. August Version 2. FIPS 140-2 Level 3 Security Policy of Java Card Platform Implementation for Infineon on SLE 78 (SLJ 52GxxyyyzR) V1.0f August 2015 Version 2.3 Copyright 2014, Oracle and/or its affiliates. All rights reserved

More information

SIM Smart Card Overview

SIM Smart Card Overview SIM Smart Card Overview Smart Card Introduction 2 Java Card Java Card Based SIM Development Environment Service Examples 3 Smart Cards? A smart card is a plastic card that contains an embedded integrated

More information

The Future of Smart Cards: Bigger, Faster and More Secure

The Future of Smart Cards: Bigger, Faster and More Secure The Future of Smart Cards: Bigger, Faster and More Secure Joerg Borchert, Vice President, Secure Mobile Solutions July 16, 2003 Page 1 N e v e r s t o p t h i n k i n g. Infineon Technologies: Overview

More information

SMART CARDS APPLET DEVELOPMENT. Miguel Monteiro FEUP / DEI

SMART CARDS APPLET DEVELOPMENT. Miguel Monteiro FEUP / DEI SMART CARDS APPLET DEVELOPMENT Miguel Monteiro apm@fe.up.pt FEUP / DEI JAVA SUPPORTED IDES Actual Java Card major version is now 3 (from 2009) It occurs in two flavors Java Card Classic (supported by the

More information

GemXpresso R4 E36/E72 PK. Security Policy

GemXpresso R4 E36/E72 PK. Security Policy GemXpresso R4 E36/E72 PK Security Policy TITLE REF. SP01R10630 - _05 DATE: 06/10/06 GemXpresso R4 E36/E72 PK - Security Policy 1 TABLE OF CONTENTS 4.1.1 PIN assignments and contact dimensions:... 10 4.1.2

More information

The Mobile Finnish Identity Certificate

The Mobile Finnish Identity Certificate The Mobile Finnish Identity Certificate Dr.Tech. Göran Pulkkis and BSc (Eng.) Jonny Karlsson ARCADA Polytechnic Helsinki Finland PRESENTATION OUTLINE Finnish Electronic Identity (FINEID) as a Smartcard

More information

Mobile Identity Management

Mobile Identity Management Mobile Identity Management Outline Ideas Motivation Architecture Implementation notes Discussion Motivation 1 The mobile phone has become a highly personal device: Phonebook E-mail Music, videos Landmarks

More information

Java Card Technology-based Corporate Card Solutions

Java Card Technology-based Corporate Card Solutions Java Card Technology-based Corporate Card Solutions Jack C. Pan, Leader and Sr. Architect Hervé Garcia, Tech. Project Manager econsumer Emerging Technologies, Citibank Overall Presentation Goal The objectives

More information

MTAT Applied Cryptography

MTAT Applied Cryptography MTAT.07.017 Applied Cryptography Smart Cards 2 University of Tartu Spring 2014 1 / 20 Security Model Parties involved in smart card based system: Cardholder Data owner Terminal Card issuer Card manufacturer

More information

Security Policy for. DAL C3 2 Applet Suite on Axalto Cyberflex Access 64Kv1 Smart Card Chip. FIPS Level 2. Version 1.03 January 31, 2005

Security Policy for. DAL C3 2 Applet Suite on Axalto Cyberflex Access 64Kv1 Smart Card Chip. FIPS Level 2. Version 1.03 January 31, 2005 Security Policy for C3 2 Applet Suite on Axalto Cyberflex Access 64Kv1 Smart Card Chip FIPS 140-2 Level 2 Version 1.03 January 31, 2005 DOC--C3-00003 CONTENTS 1 INTRODUCTION... 4 1.1 Scope... 4 1.2 Dependencies...

More information

ID-One PIV (Type A) FIPS Security Policy. (PIV Applet Suite on ID-One Cosmo V7-n) Public Version

ID-One PIV (Type A) FIPS Security Policy. (PIV Applet Suite on ID-One Cosmo V7-n) Public Version ID-One PIV (Type A) (PIV Applet Suite on ID-One Cosmo V7-n) FIPS 140-2 Security Policy Public Version Oberthur Technologies of America 4250 Pleasant Valley Road Chantilly, VA 20151-1221 - USA Document

More information

A Novel Scheme for On-demand Distribution of Secure Element Keys

A Novel Scheme for On-demand Distribution of Secure Element Keys A Novel Scheme for On-demand Distribution of Secure Element Keys Vincent Alimi Normandie Univ, France UNICAEN, ENSICAEN, GREYC CNRS, UMR 6072 F-14032 Caen, France fvincent.alimi@ensicaen.fr ABSTRACT: The

More information

Technical Specification Smart Cards; UICC Application Programming Interface and Loader Requirements; Service description (Release 10)

Technical Specification Smart Cards; UICC Application Programming Interface and Loader Requirements; Service description (Release 10) TS 102 240 V10.1.0 (2011-12) Technical Specification Smart Cards; UICC Application Programming Interface and Loader Requirements; Service description (Release 10) 2 TS 102 240 V10.1.0 (2011-12) Reference

More information

Security Target Lite ProxSIM Taurus

Security Target Lite ProxSIM Taurus Security Target Lite ProxSIM Taurus Version 1.0/ Status 13.05.2011 Giesecke & Devrient GmbH Prinzregentenstr. 159 Postfach 80 07 29 D-81607 München Copyright 2011 by Giesecke & Devrient GmbH Prinzregentenstr.

More information

NFC embedded microsd smart Card - Mobile ticketing opportunities in Transit

NFC embedded microsd smart Card - Mobile ticketing opportunities in Transit NFC embedded microsd smart Card - Mobile ticketing opportunities in Transit July 2017 By: www.smk-logomotion.com Introduction Presentation is describing NFC enabled microsd smart card (LGM Card) Technical

More information

ST Payment Secure Solution - Java Card platform with up to 90 Kbytes of user NVM for Visa, MasterCard, AMEX, Discover and Interac applications

ST Payment Secure Solution - Java Card platform with up to 90 Kbytes of user NVM for Visa, MasterCard, AMEX, Discover and Interac applications Data brief ST Payment Secure Solution - Java Card platform with up to 90 Kbytes of user NVM for Visa, MasterCard, AMEX, Discover and Interac applications Features Java Card platform Up to 90 Kbytes of

More information

JSM: A small Java Processor Core for Smart Cards and Embedded Systems

JSM: A small Java Processor Core for Smart Cards and Embedded Systems JSM: A small Java Processor Core for Smart Cards and Embedded Systems, Hagen Ploog, Nico Bannow,Dirk Timmermann Outline Goals Smart cards Java on smart cards Design and Functionality of Java processor

More information

GLDA MAO-DOC-TEC-008 v2.28

GLDA MAO-DOC-TEC-008 v2.28 Guide to Loading and Deleting Applications GLDA MAO-DOC-TEC-008 v2.28 GLDA Guide to Loading and Deleting MAO-DOC-TEC-008 v2.28 2017 MAOSCO Limited. MULTOS is a registered trademark of MULTOS Limited. Guide

More information

Past & Future Issues in Smartcard Industry

Past & Future Issues in Smartcard Industry Past & Future Issues in Smartcard Industry Ecrypt 2 Summer School Guillaume Dabosville Oberthur Technologies Oberthur Technologies the group its divisions payment, mobile, transport and digital TV markets

More information

EMV Contactless Specifications for Payment Systems

EMV Contactless Specifications for Payment Systems EMV Contactless Specifications for Payment Systems Book C-6 Kernel 6 Specification Version 2.6 February 2016 pursuant to the EMVCo Terms of Use agreement found at www.emvco.com, as supplemented by the

More information

SIM Evolution. Klaus Vedder. Presented by: 10 July 2018 ETSI th Sigos Conference

SIM Evolution. Klaus Vedder. Presented by: 10 July 2018 ETSI th Sigos Conference SIM Evolution Presented by: Klaus Vedder For: 20 th Sigos Conference 10 July 2018 ETSI 2018 The Subscriber Identity Module in 1988 "A SIM is the physically secured module which contains the IMSI, an authentication

More information

Java Card. Erik Poll. Digital Security Radboud University Nijmegen

Java Card. Erik Poll. Digital Security Radboud University Nijmegen Java Card Erik Poll Digital Security Radboud University Nijmegen 1 Contents Java Card architecture Java vs Java Card APDUs & RMI transient and persistent data transactions crypto fun with transactions

More information

Visa Mobile. Proximity Payment Testing & Compliance Requirements for MicroSD and Mobile Accessories

Visa Mobile. Proximity Payment Testing & Compliance Requirements for MicroSD and Mobile Accessories Visa Mobile Proximity Payment Testing & Compliance Requirements for MicroSD and Mobile Accessories Version 3.1 Effective: February 2014 Classification: Visa Public Contents Contents 1 Preface... 3 1.1

More information

3GPP TS V9.1.0 ( )

3GPP TS V9.1.0 ( ) TS 31.101 V9.1.0 (2010-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; UICC-terminal interface; Physical and logical characteristics

More information

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol)

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol) Developing web applications for PDAs and Cellphones Mobile Station Execution Environment (MExE( MExE) MExE is a standard for defining various levels of wireless communication These levels are called classmarks

More information

Strategies for the Implementation of PIV I Secure Identity Credentials

Strategies for the Implementation of PIV I Secure Identity Credentials Strategies for the Implementation of PIV I Secure Identity Credentials A Smart Card Alliance Educational Institute Workshop PIV Technology and Policy Requirements Steve Rogers President & CEO 9 th Annual

More information

Interoperability Stepping Stones. Release 6

Interoperability Stepping Stones. Release 6 Interoperability Stepping Stones Release 6 Figure index... 8 1 Introduction... 9 2 Reference Documentation... 10 3 Abbreviations... 11 4 Definitions... 13 5 Release 6: the standard evolution... 14 5.1.1

More information

An Interoperable Payment Protocol for the Public Transit Fare Payment System

An Interoperable Payment Protocol for the Public Transit Fare Payment System An Interoperable Payment Protocol for the Public Transit Fare Payment System SANGWOO LEE, YOUNGSAE KIM, JINMAN HO, KYOIL JUNG Information Security Research Division Electronics and Telecommunications Research

More information

Java Card 3 Platform. Runtime Environment Specification, Classic Edition. Version May 2015

Java Card 3 Platform. Runtime Environment Specification, Classic Edition. Version May 2015 Java Card 3 Platform Runtime Environment Specification, Classic Edition Version 3.0.5 May 2015 Java Card 3 Platform Runtime Environment Specification, Classic Edition Version 3.0.5 Copyright 1998, 2015,

More information

NXP Semiconductors JCOP 3 SecID P60 OSA FIPS Cryptographic Module Non Proprietary Security Policy

NXP Semiconductors JCOP 3 SecID P60 OSA FIPS Cryptographic Module Non Proprietary Security Policy JCOP 3 SecID P60 OSA FIPS 140 2 Cryptographic Module Non Proprietary Security Policy Version: 1.2 Date: 11/14/2017 Copyright 2017 NXP Semiconductors may be reproduced only in its original entirety (without

More information

ETSI TS V9.0.0 ( ) Technical Specification

ETSI TS V9.0.0 ( ) Technical Specification Technical Specification Smart Cards; UICC Application Programming Interface and Loader Requirements; Service description; () 2 Reference RTS/SCP-R0263v900 Keywords API, smart card 650 Route des Lucioles

More information

Oberthur ID-One Cosmo 64 v5.4 D. FIPS Level 3. Security Policy. Public Version. Version 1.0. May 22, 2007

Oberthur ID-One Cosmo 64 v5.4 D. FIPS Level 3. Security Policy. Public Version. Version 1.0. May 22, 2007 Oberthur ID-One Cosmo 64 v5.4 D FIPS 140-2 Level 3 Public Version Version 1.0 May 22, 2007 Oberthur Card Systems 4250 Pleasant Valley Road Chantilly, VA 20151-1221 USA +1 (703) 263-0100 Version Control

More information

OpenCrypto. Unchaining the JavaCard Ecosystem https://boucycrypto.com

OpenCrypto. Unchaining the JavaCard Ecosystem https://boucycrypto.com OpenCrypto Unchaining the JavaCard Ecosystem https://boucycrypto.com Who we are Vasilios Mavroudis Doctoral Researcher, UCL George Danezis Professor, UCL Petr Svenda Assistant Professor, MUNI Co-founder,

More information