Gemplus Card Series Specification

Size: px
Start display at page:

Download "Gemplus Card Series Specification"

Transcription

1 Gemplus Card Series Specification TX/NM WIC MPCOS EMV 64K Series Number: TBD Version /26/ :17:00 AM Prepared by: Rusty Stockton

2

3 Version History Version Date Remarks 0.01 June 1, 2001 Draft 1.00 June 21, 2001 Initial Version 1.01 June 27, 2001 Paragraph 4.3, Corrected discretionary data value for NM magnetic stripe. Paragraph 4.4.2, Added requirements to set the lock byte for byte addressing and to set the personalization flag , Added requirements to lock write and update access to EFIssuer , Changed the separator card requirements to indicate a yellow card. Appendix B, Changed the key forms to split the mother secret codes July 9, , Changed the location of the bar code (NM Cards only) to the reverse of the card July 19, 2001 Document Properties, changed card family to MPCOS EMV 64K. 1.2, Deleted reference to MPCOS EMV R4 and added reference to MPCOS EMV. 4.1, Deleted reference to MPCOS EMV R4 and added reference to MPCOS EMV , Deleted reference to MPCOS EMV R4 and added reference to MPCOS EMV , changed length of file , changed length of file and deleted reserved space from initialization description , corrected FDB July 20, , Corrected filename example , Corrected file length August 10, , Changed Program ID to variable data, added description of Program ID variable. 3, Added that the Program ID be supplied by the customer for each order of cards October 26, , Added secret code to protect DFWIC , Added CARDSC , Changed access conditions for DFWIC. Appendix B, Added MSC_CARDSC November 5, , Removed reference to R4 reference manual. 2.4 Corrected reference to number of secret codes. Gemplus Page 3 of 20

4 1.08 December 4, Changed the bar code type to Code Deleted the requirement for yellow separator cards. Changed the bar code type to Code December 11, Added edit checks and sort parameters for the file received from Texas Changed the bar code type back to Code 39 from Code 128. Gemplus Page 4 of 20

5 Table of Contents 1 INTRODUCTION OVERVIEW REFERENCED DOCUMENTS CARD DATA ELEMENTS PRIMARY ACCOUNT NUMBER (PAN) Program ID Card Sequence Number Check Digit CARD-IN-HAND CODE KEYS K System K Authentication K Signature SECRET CODES PRECONDITIONS PRE-PERSONALIZATION INPUT FILE FORMAT Size Structure SMART CARD SERIES REQUIREMENTS CARD BODY GRAPHICAL MAGNETIC STRIPE ELECTRICAL Initialization Pre-Personalization GRAPHICAL PERSONALIZATION Ultragraphics Embossing OTHER REQUIREMENTS Card Packaging APPENDIX A ALGORITHMS APPENDIX B KEY AND CODE VALUES Gemplus Page 5 of 20

6 1 Introduction 1.1 Overview This document defines the requirements for cards manufactured for the Texas and New Mexico Women-Infants-Children (TX/NM WIC) program. The cards produced for each State are functionally identical except as noted. 1.2 Referenced Documents MPCOS EMV Reference Manual, Version 3.1, Gemplus, 1999 Artwork and Prepress Guidelines, Version 3.0 English, Gemplus, Card Data Elements 2.1 Primary Account Number (PAN) Start TX Specific The PAN number is 19 digits in length and is provided for each card by the customer. End TX Specific Start NM Specific The PAN number is 16 digits in length and is formatted as follows: Digit Name NM BIN (constant) Program ID Card Sequence Number Check Digit Value X X Y Y Y Y Y Y Y Z End NM Specific Program ID Start NM Specific The Program ID is a two digit number that is used by the customer to identify the issuing agency. The customer specifies the Program ID for a production run when the cards are ordered. End NM Specific Card Sequence Number Start NM Specific The Card Sequence Number is a seven digit sequential number, incremented for each card produced. The customer specifies the beginning Card Sequence Number for a production run when the cards are ordered. End NM Specific Check Digit The Check Digit is a Mod-10 check digit of the previous PAN digits. This value is calculated for each card by Gemplus. Mod-10 check digit calculation is described in Appendix A. 2.2 Card-In-Hand Code Start TX Specific Gemplus Page 6 of 20

7 The Card-In-Hand Code is a two-digit code derived from the PAN number. The Card- In-Hand Code for each card is supplied by the customer. End TX Specific 2.3 Keys Three keys are required on the card K System The system key (K System ) is used to protect the card file system from unauthorized tampering and is described in detail in the MPCOS EMV Reference Manual K Authentication The WIC Authentication Key (K Authentication ) is used to authenticate the card during WIC transactions. K Authentication is diversified by card serial number from a mother key (MK Authentication ) as follows: K Authentication = 3DES_16(MK Authentication, [8-byte Card Serial Number]) The 3DES_16 algorithm is defined in Appendix A. The value of MK Authentication is defined in Appendix B K Signature The WIC Signature Key (K Signature ) is used to sign WIC transactions. K Signature is diversified by PAN number from a mother key (MK Signature ) as follows: K Signature = 3DES_16(MK Signature, [8 right-most ASCII digits of the PAN]) Note: The eight-byte diversification data for a card with the PAN would be 0x32 0x31 0x39 0x38 0x31 0x33 0x34 0x35. The 3DES_16 algorithm is defined in Appendix A. The value of MK System is defined in Appendix B. 2.4 Secret Codes Eleven secret codes are required on each card. CARDSC0 Cardholder PIN CARDSC1 PIN Unblock code CARDSC2 DF WIC Access WICSC0 WIC File Access WICSC1 WIC File Access WICSC2 WIC File Access WICSC3 WIC File Access WICSC4 WIC File Access WICSC5 WIC File Access WICSC6 WIC File Access WICSC7 WIC File Access Ten of the secret codes on each card are diversified from ten mother codes (the Cardholder PIN secret code is set to 0000 by Gemplus during personalization). The mother codes are essentially DES keys. MSC_CARDSC1 Gemplus Page 7 of 20

8 MSC_CARDSC2 MSC_WICSC0 MSC_WICSC1 MSC_WICSC2 MSC_WICSC3 MSC_WICSC4 MSC_WICSC5 MSC_WICSC6 MSC_WICSC7 Each card secret code is derived from its related mother secret code using the card serial number as the diversification data. Card Secret Code = DES(Mother Secret Code, [8-byte Card Serial Number]) 3 Preconditions The customer shall supply the following with each card order: The target State for which the cards are being produced (TX or NM). Card artwork in accordance with the Artwork and Prepress Guidelines. Start TX Specific One or more pre-personalization input files containing the card prepersonalization data. End TX Specific Start NM Specific Quantity of cards to produce. The Program ID for the cards. The starting Card Sequence Number. End NM Specific 3.1 Pre-personalization Input File Format Start TX Specific The customer shall supply a pre-personalization input file to Gemplus containing the PANs, Card-In-Hand codes and magnetic stripe data for each card to be produced Size The input file shall contain a maximum of one header record and 50,000 card records Structure The input file shall be an ASCII text file. The file shall contain a header record followed by one record for each card to be produced. Each record shall be followed with a CR/LF Header Record The header record is structured as follows: RECORDS=x Where x = the number of card records in the file. Gemplus Page 8 of 20

9 Card Record Each card record contains four fields: the card PAN, the Card-In-Hand code and magnetic strip track #2 information. The fields shall be separated by a (0x7C) character. The record is formatted as follows: Card PAN Card-In-Hand Code Track#2 data All fields are mandatory. The file must be sorted in sequential using the 8 th through 11 th digits and the 13 th through 16th of the Card Pan. The following edits will be performed on the file: Card Pan must be nineteen (19) digits in length and must be all numeric, Card-In-Hand Code must be two (2) digits in length and must be all numeric; Track #2 Data can be 1 to 37 numeric characters including the special characters ; = and?. If any of the edits fail for any record in the file the file will be rejected and an Error Log Report will be created indicating the record numbers that failed and the edits that failed for each record in the file. If a file failed, an Error Log Report will be sent back to the state and the original file will be deleted, only files that were edited successfully will be processed and sent on the plant for card production. The fields are formatted as follows: Card PAN Card-In-Hand Code Track #2 Data Fixed length, 19 numeric digits Fixed length, 2 numeric digits Variable length, 1 to 37 alphanumeric characters Naming The name of the file shall consist of an 8 character filename, a. character, and the three letter extension IMP. The 8-character filename consist of the letters TXW followed by a 5 digit batch number. The five digit batch number is assigned by the customer and shall be unique for each file submitted to Gemplus. Example: TXW00001.IMP End TX Specific 4 Smart Card Series Requirements 4.1 Card Body All cards will be shiny white PVC and constructed as described in the MPCOS EMV Reference Manual. The card will have a standard 3-track HI-CO magnetic stripe on the top of the reverse side of the card. The card will have a signature stripe. The customer shall define the position and dimension of the signature stripe when card artwork is submitted. 4.2 Graphical The customer shall supply appropriate artwork for each card order in accordance with the Artwork and Prepress Guidelines. The customer artwork shall be printed on the cards as indicated by the customer. 4.3 Magnetic Stripe Start TX Specific Gemplus Page 9 of 20

10 The data contained in the pre-personalization input file provided by the customer shall be used to encode #2 of the magnetic stripe. Track #1 and #3 is left unused. End TX Specific Start NM Specific Track #1 and #3 are unused. Track #2 is written as follows: Contents Length Value ABA Start Code 1 ; (0x5E) Card PAN 16 Field Separator 1 = (0x7E) Discretionary Data End of Text 1? (0x6F) ABA LRC 1 End NM Specific 4.4 Electrical Initialization The cards shall be initialized with the customer key card process defined in the MPCOS EMV Reference Manual. Start TX Specific The Issuer Reference number for the cards shall be 0x00 0x02 0x01. End TX Specific Start NM Specific The Issuer Reference number for the cards shall be 0x00 0x02 0x02. End NM Specific Pre-Personalization The following mapping shall be created on the card. Gemplus Page 10 of 20

11 Figure 1, Card Mapping. MasterFile DFSystem EFKey EFCardSC DFWIC EFCard EFIssuer EFWICSC EFWICAdmin EFHHDemog EFClientDemog EFClientCert EFClientImmun EFWICFP EFWICFPAccess EFWICTransCtr EFWICKeys The lock byte shall be modified so that the card is configured for a one-byte data unit (Data unit set to 1), and the Personalization Flag set (Bissuer[PERSO] set to 1) Master File Identifier: 0x3F00 Type: Root Dedicated File. Created during the default initialization flow. The Master File contains the following files DFSystem Identifier: 0x0100 Type: ISO Dedicated File Created during the default initialization flow. DFSystem contains the following files EFCard Identifier: 0x0101 Type: Transparent File (FDB: 0x01) Length: 12B Created and initialized during the default initialization flow EFIssuer Identifier: 0x0102 Type: Transparent File (FDB: 0x01) Length: 12B Created during the default initialization flow. The file shall be initialized as follows: Offset Length Contents 0 10 The card Primary Account Number (PAN) padded on Gemplus Page 11 of 20

12 the left with zeros to make 20 digits and stored in BCD format The constant 0x1313. Access conditions to this file shall be set so write and update is locked EFKey Identifier: 0x3F01 Type: Key File (FDB: 0xA9) Length: 24B Created and initialized during the default initialization flow EFCardSC Identifier: 0x3F02 Type: Secret Code File (FDB: 0x21) Length: 24B Security Access Conditions: o Read: Locked o Update: N/A o Write: N/A This file shall be created and initialized with three secret codes in plain mode as follows. Code Contents Description 0 CARDSC0 This secret code is the cardholder PIN and shall be initialized to 0x , MPN = 7, UBC = 0x01 (MF level, code 1). Once initialized the Secret Code Ratification counter must be set equal to MPN, locking the secret code. 1 CARDSC1 This secret code is the unblock secret code for the cardholder PIN (see paragraph 2.4) and shall be initialized with the derived code, MPN = 3, UBC = 0x01. 2 CARDSC2 This secret code is used for setting access conditions on DFWIC (see paragraph 2.4) and shall be initialized with the derived code, MPN = 3, UBC = 0x DFWIC Identifier: 0x1300 Type: ISO Dedicated File Security Access Conditions: o Create Data Files: Secure Messaging with K System and CARDSC2. o Created Sensitive Files: Secure Messaging with K System and CARDSC2. This dedicated file shall be created to contain the following files EFWICSC Identifier: 0x1301 Type: Secret Code File (FDB 0x21) Length: 64B Security Access Conditions: o Read: Locked Gemplus Page 12 of 20

13 o Update: N/A o Write: N/A This file contains eight secret codes used to establish access conditions on the files in DFWIC. The following secret codes shall be written in plain mode to the file. Code Contents Description 0 WICSC0 1 WICSC1 2 WICSC2 3 WICSC3 See paragraph 2.4 for the derived code, MPN = 3. All 4 WICSC4 UBCs should indicate the secret code itself. 5 WICSC5 6 WICSC6 7 WICSC EFWICAdmin Identifier: 0x1302 Type: Linear Variable File (FDB: 0x04) Length: 100B Security Access Conditions: o Read: Public o Update: Local Secret Code 0 o Write: Local Secret Code 0 This file shall be created and the following records appended: Record Length Contents 0 2B 0x0001 (constant) Major version number. 1 2B 0x0001 (constant) Minor version number. 2 8B (constant eight ASCII zeros) All remaining space in this file is reserved for future use EFHHDemog Identifier: 0x1303 Type: Transparent File (FDB: 0x01) Length: 348B Security Access Conditions: o Read: Local Secret Code 1 o Update: Local Secret Code 2 o Write: Local Secret Code 2 This file shall be created and all bytes set to NULL EFClientDemog Identifier: 0x1304 Type: Linear Fixed File (FDB: 0x02) Length: 336 Security Access Conditions: o Read: Local Secret Code 1 o Update: Local Secret Code 2 o Write: Local Secret Code 2 This file shall be created and shall have six 55B records appended. Each byte of each record shall be initialized to NULL. Gemplus Page 13 of 20

14 EFClientCert Identifier: 0x1305 Type: Linear Fixed File (FDB: 0x02) Length: 288 Security Access Conditions: o Read: Local Secret Code 3 o Update: Local Secret Code 7 o Write: Local Secret Code 7 This file shall be created and shall have six 47B records appended. Each byte of each record shall be initialized to NULL EFClientImmun Identifier: 0x1306 Type: Linear Fixed File (FDB: 0x02) Length: 2,112B Security Access Conditions: o Read: Local Secret Code 3 o Update: Local Secret Code 4 o Write: Local Secret Code 4 This file shall be created and shall have B records appended. Each byte of each record shall be initialized to NULL EFWICFP Identifier: 0x1307 Type: Linear Fixed File (FDB: 0x02) Length: 1,100B Security Access Conditions: o Read: Local Secret Code 5 o Update: Local Secret Code 6 o Write: Local Secret Code 6 This file shall be created and shall have five 219B records appended. Each byte of each record shall be initialized to NULL EFWICFPAccess Identifier: 0x1308 Type: Transparent File (FDB: 0x01) Length: 16B Security Access Conditions: o Read: Local Secret Code 5 o Update: Local Secret Code 7 o Write: Local Secret Code 5 This file shall be created and all bytes set to NULL EFWICTransCtr Identifier: 0x1309 Type: Transparent File (FDB: 0x01) Length: 8B Security Access Conditions: o Read: Local Secret Code 5 o Update: Local Secret Code 6 o Write: Local Secret Code 6 Gemplus Page 14 of 20

15 This file shall be created and all bytes set to NULL EFWICKeys Identifier: 0x130A Type: Secret Key File (FDB: 29) Length: 48 Security Access Conditions: o Read: Locked o Update: System Key o Write: System Key This file shall be created and the following keys loaded. Both keys are authentication keys and the ONC shall be disabled. Key Number Contents Description 0 K Signature See paragraph K Authentication See paragraph Graphical Personalization Ultragraphics Start NM Specific The PAN shall be printed as a Code 128 barcode on the back of the card. The barcode shall be positioned shall be centered vertically on a line 0.3 inch from the bottom of the card. The bar code shall be centered on a point 1.1 inch from the left edge of the card. The barcode shall be printed in black. End NM Specific Embossing Start TX Specific The PAN number shall be embossed on the front of the card on two lines. The first 16 digits of the PAN shall be embossed on the first line with a space inserted every four digits. The 16 digits shall be positioned at the top of the embossable area directly below the chip and centered horizontally. The last three digits of the PAN shall be embossed on the second line, directly below the first line, aligned directly under the first three digits of the first embossing line. Also on the second emboss line, the Card-In-Hand code shall be embossed aligned on the far right margin of the second emboss line. The PAN number shall be embossed using an OCR font, the Card-In-Hand code shall be embossed using an A/N font and all embossed numbers shall be tipped in blue. End TX Specific Start NM Specific The PAN number shall be embossed on the front of the card. The PAN number shall be embossed on one line with a space inserted every four digits. The embossed PAN shall be centered horizontally and positioned vertically at the top of the embossable area below the chip. The PAN number shall be embossed using an OCR font and all embossed numbers shall be tipped in black. End NM Specific Gemplus Page 15 of 20

16 4.6 Other Requirements Card Packaging The cards shall be packaged in re-closable boxes of 300 cards each. The cards in each box must be in sequential order beginning with the lowest number in front and the highest number in back. Each box shall be labeled with the starting and ending PAN numbers of the cards contained in the box. The stating and ending PAN number shall also be printed in a Code 39 barcode on this label. The boxes shall be packaged into cases containing up to 6 boxes (1,800 cards) of sequentially numbered cards. Each case shall be labeled with the starting and ending PAN numbers of the cards contained in the case. The stating and ending PAN number shall also be printed in a Code barcode on this label. Gemplus Page 16 of 20

17 Appendix A Algorithms MOD-10 Check Digit The Luhn method of calculating the Mod 10 check digit shall be used. DES The DES cryptographic algorithm is an industry standard algorithm and is described in detail in FIPS 46-3, Data Encryption Standard, DES The 3DES cryptographic algorithm is an industry standard algorithm and is described in detail in ANSI X , Triple Data Encryption Algorithm Modes of Operation, DES_16 The 3DES_16 notation is used to indicate that the data (8-bytes) is being encrypted using both halves of a 16-byte 3DES key in parallel. The Mother Key is used to encrypt the 8-byte data block twice to generate a new 16-byte Daughter Key as follows: MK1 = Left half of the Mother Key (the 8 most significant bytes) MK2 = Right half of the Mother Key (the 8 least significant bytes) 8 Byte Input Data MK1 DES DES MK2 MK2 DES-1 DES-1 MK1 MK1 DES DES MK2 8 MSB 8 LSB Daughter Key Gemplus Page 17 of 20

18 Appendix B Key and Code Values Key and code material shall be treated as sensitive and transmitted via dual channel. The following pages can be used to facilitate the exchange of this code and key material. Gemplus Page 18 of 20

19 Mother Key Left-Half Values All Values are in Hexadecimal MK Authentication Byte Value MK Signature Byte Value Mother Secret Codes Left Half Values All Values are in Hexadecimal MSC_CARDSC1 MSC_CARDSC2 MSC_WISSC0 MSC_WISSC1 MSC_WISSC2 MSC_WISSC3 MSC_WISSC4 MSC_WISSC5 MSC_WISSC6 Byte Gemplus Page 19 of 20

20 Mother Key Right-Half Values All Values are in Hexadecimal MK Authentication Byte Value MK Signature Byte Value Mother Secret Codes Right Half Values All Values are in Hexadecimal MSC_CARDSC1 MSC_CARDSC2 MSC_WISSC0 MSC_WISSC1 MSC_WISSC2 MSC_WISSC3 MSC_WISSC4 MSC_WISSC5 MSC_WISSC6 Byte Gemplus Page 20 of 20

PKCS #15: Conformance Profile Specification

PKCS #15: Conformance Profile Specification Table of Contents PKCS #15: Conformance Profile Specification RSA Laboratories August 1, 2000 1 INTRODUCTION... 2 1 REFERENCES AND RELATED DOCUMENTS... 2 2 DEFINITIONS... 2 3 SYMBOLS AND ABBREVIATIONS...

More information

WIC EBT Technical Implementation Guide 2012 Version

WIC EBT Technical Implementation Guide 2012 Version WIC EBT Technical Implementation Guide 2012 Version This guidance is to provide the implementation framework for Online and Smart Card WIC EBT. FNS expects all stakeholders supporting WIC EBT to incorporate

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

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS Desktop Reader and Wall Reader Adaptor USER MANUAL Version: 2.31 Distribution: SALTO customers DOCUMENT REVISIONS Version Date Modifications 1.2 5/03/2004 1.3 11/03/2004 Note on Wall Reader Adaptor about

More information

Changes to SP (SP ) Ketan Mehta NIST PIV Team NIST ITL Computer Security Division

Changes to SP (SP ) Ketan Mehta NIST PIV Team NIST ITL Computer Security Division Changes to SP 800-73 (SP 800-73-4) Ketan Mehta NIST PIV Team NIST ITL Computer Security Division mehta_ketan@nist.gov Smart Card Alliance, Government Conference October 30, 2014 Draft SP 800-73-4 Removed

More information

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out.

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. RS 232 PINOUTS 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. 2. A DB9 Female to RJ12 Female Serial/Terminal Modular Adaptor

More information

KMIP 64-bit Binary Alignment Proposal

KMIP 64-bit Binary Alignment Proposal KMIP 64-bit Binary Alignment Proposal To: OASIS KMIP Technical Committee From: Matt Ball, Sun Microsystems, Inc. Date: May 6, 2009 Version: 2 Purpose: To propose a change to the binary encoding such that

More information

ACOS 3 Contact Card. Functional Specification. Subject to change without prior notice

ACOS 3 Contact Card. Functional Specification.   Subject to change without prior notice ACOS 3 Contact Card Functional Specification Subject to change without prior notice Table of Contents 1.0. Introduction... 3 1.1. Features...3 1.2. Technical Specifications...3 1.2.1. Electrical...3 1.2.2.

More information

Card Specification Amendment A March 2004

Card Specification Amendment A March 2004 Card Specification 2.1.1 March 2004 Use of this information is governed by the GlobalPlatform license agreement and any use inconsistent with that agreement is strictly prohibited. 2 GlobalPlatform Card

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

PKCS #15 v1.0: Cryptographic Token Information Format Standard

PKCS #15 v1.0: Cryptographic Token Information Format Standard PKCS #15 v1.0: Cryptographic Token Information Format Standard Table of Contents RSA Laboratories April 23, 1999 1 INTRODUCTION... 3 2 REFERENCES AND RELATED DOCUMENTS... 5 3 DEFINITIONS... 7 4 SYMBOLS

More information

SKYEWARE PROTOCOL V3 REFERENCE GUIDE VERSION

SKYEWARE PROTOCOL V3 REFERENCE GUIDE VERSION SKYEWARE PROTOCOL V3 REFERENCE GUIDE VERSION 040218 SkyeWare Protocol V3 Reference Guide P a g e 2 COPYRIGHT INFORMATION: Copyright 2018 Novanta Corporation. All rights reserved. Version 040218 This product

More information

ISO Data Element Definitions

ISO Data Element Definitions SECTION 4 ISO 8583 1987 DATA ELEMENT DEFINITIONS Overview...4-1 Bit Maps...4-2 Annotation Conventions For Data Element s...4-3 General Representation...4-3 Length s...4-4 Field Content s...4-5 Conventions

More information

SWG-F D6 MESSAGE IMPLEMENTATION GUIDELINE OF THE UN/EDIFACT SECURE AUTHENTICATION & ACKNOWLEDGEMENT MESSAGE AUTACK. DRAFT 0.6m

SWG-F D6 MESSAGE IMPLEMENTATION GUIDELINE OF THE UN/EDIFACT SECURE AUTHENTICATION & ACKNOWLEDGEMENT MESSAGE AUTACK. DRAFT 0.6m SWG-F D6 MESSAGE IMPLEMENTATION GUIDELINE OF THE UN/EDIFACT SECURE AUTHENTICATION & ACKNOWLEDGEMENT MESSAGE AUTACK DRAFT 0.6m This simplified Message Implementation Guide is designed to accommodate the

More information

ACOS5-64. Functional Specifications V1.04. Subject to change without prior notice.

ACOS5-64. Functional Specifications V1.04. Subject to change without prior notice. ACOS5-64 Functional Specifications V1.04 Subject to change without prior notice Table of Contents 1.0. Introduction... 4 1.1. Card Features... 4 1.2. History of Modifications... 5 2.0. Technical Specifications...

More information

ISO 7813 (tracks 1 and 2) and ISO 4909 (track 3).

ISO 7813 (tracks 1 and 2) and ISO 4909 (track 3). Track format of magnetic stripe cards This page contains an explanation about the format of the three magnetic tracks in standard identification cards, particularly those used in financial transactions,

More information

EMV Contactless Specifications for Payment Systems

EMV Contactless Specifications for Payment Systems EMV Contactless Specifications for Payment Systems Book B Entry Point Specification Version 2.6 July 2016 pursuant to the applicable agreement between the user and EMVCo found at www.emvco.com. EMV is

More information

Digital codes. Resources and methods for learning about these subjects (list a few here, in preparation for your research):

Digital codes. Resources and methods for learning about these subjects (list a few here, in preparation for your research): Digital codes This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Technological foundation

Technological foundation Technological foundation Carte à puce et Java Card 2010-2011 Jean-Louis Lanet Jean-louis.lanet@unilim.fr Cryptology Authentication Secure upload Agenda Cryptology Cryptography / Cryptanalysis, Smart Cards

More information

GE Security Smart Cards & T-7xx Readers How to Order Guide PN: HTOG

GE Security Smart Cards & T-7xx Readers How to Order Guide PN: HTOG GE Security Smart Cards & T-7xx Readers PN: HTOG-090512 Date: May 2009 GE Security Smart Cards & Readers Page 2 Table of Contents GE Security... 1 Smart Cards & T-7xx Readers... 1... 1 Overview... 3 Smart

More information

Control Characters used in DirectNET

Control Characters used in DirectNET Control Characters used in DirectNET ENQ (0x05) Enquiry to start communications ACK (0x06) Acknowledge (data received and no errors NAK (0x15) Negative Acknowledge (data received but there were errors)

More information

EMV 96 Integrated Circuit Card Application Specification for Payment Systems

EMV 96 Integrated Circuit Card Application Specification for Payment Systems EMV 96 Integrated Circuit Card Application Specification for Payment Systems Version 3.0 June 30, 1996 1996 Europay International S.A., MasterCard International Incorporated, and Visa International Service

More information

Payment Card Industry (PCI) PIN Transaction Security (PTS) Hardware Security Module (HSM) Evaluation Vendor Questionnaire Version 2.

Payment Card Industry (PCI) PIN Transaction Security (PTS) Hardware Security Module (HSM) Evaluation Vendor Questionnaire Version 2. Payment Card Industry (PCI) PIN Transaction Security (PTS) Hardware Security Module (HSM) Evaluation Vendor Questionnaire Version 2.0 May 2012 Document Changes Date Version Author Description April 2009

More information

QR Code Specification for Payment Systems (EMV QRCPS)

QR Code Specification for Payment Systems (EMV QRCPS) EMV QR Code Specification for Payment Systems (EMV QRCPS) Merchant-Presented Mode Version 1.0 July 2017 Legal Notice The EMV Specifications are provided AS IS without warranties of any kind, and EMVCo

More information

HD Radio Air Interface Design Description Layer 2 Channel Multiplex Rev. I August 23, 2011

HD Radio Air Interface Design Description Layer 2 Channel Multiplex Rev. I August 23, 2011 HD Radio Air Interface Design Description Layer 2 Multiplex Rev. I August 23, 2011 SY_IDD_1014s TRADEMARKS HD Radio and the HD, HD Radio, and Arc logos are proprietary trademarks of ibiquity Digital Corporation.

More information

Smart card operating systems

Smart card operating systems Part 3 : Smart card operating systems Smart Card Operating System (COS) Why a COS? Main OS families ISO/IEC 7816 communication protocols data organization (file structure) commands Example: WG10-compliant

More information

QRdeCODE Ver.1.3. Reading and Image Generation of QR Code and Bar Codes. QRdeCODE. User s Manual (ver.1.3.0)

QRdeCODE Ver.1.3. Reading and Image Generation of QR Code and Bar Codes. QRdeCODE. User s Manual (ver.1.3.0) Reading and Image Generation of QR Code and Bar Codes QRdeCODE User s Manual (ver.1.3.0) Contents 1. General... 1 2. Operating Environments... 1 3. Main Features... 1 3.1 Available functions... 1 3.2 Flow

More information

KEY-UP Cryptographic Module Security Policy Document Version 0.5. Ian Donnelly Systems (IDS)

KEY-UP Cryptographic Module Security Policy Document Version 0.5. Ian Donnelly Systems (IDS) KEY-UP Cryptographic Module Security Policy Document Version 0.5 Ian Donnelly Systems (IDS) December 29, 2005 Copyright Ian Donnelly Systems 2005. May be reproduced only in its original entirety [without

More information

EMVCo Letter of Approval - Contact Terminal Level 2

EMVCo Letter of Approval - Contact Terminal Level 2 July 01, 2015 Kyoungtae Kang AIONBANK, Inc. Unit 502, Small and Medium Business DMC Tower, 189 Seongam-ro, Mapo-gu Seoul 121-904 S.KOREA Re: EMV Application Kernel: Approval Number(s): EMVCo Letter of

More information

Functional Specification of the OpenPGP application on ISO Smart Card Operating Systems

Functional Specification of the OpenPGP application on ISO Smart Card Operating Systems Functional Specification of the OpenPGP application on ISO Smart Card Operating Systems Version 2.2 Author: Achim Pietig 2016 January 10th Author: Achim Pietig Lippstädter Weg 14 32756 Detmold Germany

More information

The Gray Code. Script

The Gray Code. Script Course: B.Sc. Applied Physical Science (Computer Science) Year & Sem.: IInd Year, Sem - IIIrd Subject: Computer Science Paper No.: IX Paper Title: Computer System Architecture Lecture No.: 9 Lecture Title:

More information

HD Radio Air Interface Design Description Layer 2 Channel Multiplex Rev. J December 14, 2016

HD Radio Air Interface Design Description Layer 2 Channel Multiplex Rev. J December 14, 2016 HD Radio Air Interface Design Description Layer 2 Multiplex Rev. J December 14, 2016 SY_IDD_1014s TRADEMARKS HD Radio and the HD, HD Radio, and Arc logos are proprietary trademarks of ibiquity Digital

More information

User Acceptance Test (UAT) ATM EMV Test Card Set Summary

User Acceptance Test (UAT) ATM EMV Test Card Set Summary User Acceptance Test (UAT) ATM EMV Test Card Set Summary October, 2016 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing this document

More information

Technical Implementation Guidance: Smart Card Enabled Physical Access Control Systems Draft Version 2.3E

Technical Implementation Guidance: Smart Card Enabled Physical Access Control Systems Draft Version 2.3E Technical Implementation Guidance: Smart Card Enabled Physical Access Control Systems Draft Version 2.3E Approved by: Government Smart Card Interagency Advisory Board Prepared by: Physical Access Interagency

More information

PIN Security Requirements

PIN Security Requirements Payment Card Industry (PCI) PIN Security Requirements PCI SSC Modifications Summary of Significant Changes from v2.0 to v3.0 August 2018 PCI SSC Modifications to PCI PIN Security Requirements In the table

More information

MODBUS Protocol. The ecode Encoders contain both single register (16 bit) and double register (32 bit) values.

MODBUS Protocol. The ecode Encoders contain both single register (16 bit) and double register (32 bit) values. ecode Series MODBUS Protocol Preface This document describes the implementation of the MODBUS protocol in the Scancon ecode Series of communicating encoders. It is not intended to be a description of the

More information

Digital Fundamentals

Digital Fundamentals Digital Fundamentals Tenth Edition Floyd Chapter 2 2009 Pearson Education, Upper 2008 Pearson Saddle River, Education NJ 07458. All Rights Reserved Decimal Numbers The position of each digit in a weighted

More information

CALYPSO FUNCTIONAL SPECIFICATION. Card Application

CALYPSO FUNCTIONAL SPECIFICATION. Card Application 1 / 25 CALYPSO FUNCTIONAL SPECIFICATION 2001 Innovatron, RATP, SNCF. All rights reserved. The following Specification includes contactless and applicative technology which are patented in several countries.

More information

JR/T Translated English of Chinese Standard: JR/T

JR/T Translated English of Chinese Standard: JR/T Translated English of Chinese Standard: JR/T0055.2-2009 www.chinesestandard.net Buy True-PDF Auto-delivery. Sales@ChineseStandard.net JR FINANCIAL INDUSTRY STANDARD OF THE PEOPLE S REPUBLIC OF CHINA ICS

More information

EMVCo Letter of Approval - Contact Terminal Level 2 - Renewal

EMVCo Letter of Approval - Contact Terminal Level 2 - Renewal August 02, 2017 Guenter Reich DPS Engineering GmbH Eiffestrasse 78 Hamburg D-20537 GERMANY Re: EMVCo Letter of Approval - Contact Terminal Level 2 - Renewal EMV Application Kernel: Approval Number(s):

More information

The Ensoniq EPS/EPS16+/ASR-10 Bank Format

The Ensoniq EPS/EPS16+/ASR-10 Bank Format The Ensoniq EPS/EPS16+/ASR-10 Bank Format, document version 0.7 1/6 The Ensoniq EPS/EPS16+/ASR-10 Bank Format documented by Thoralt Franz The Ensoniq EPS/EPS16+/ASR-10 Bank Format, document version 0.7

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

Practices and difficulties of key management in the credit card market

Practices and difficulties of key management in the credit card market IEEE Key Management Summit 2010 Incline Village, NV, 03 05, May 2010 Practices and difficulties of key management in the credit card market Fabian Martins Crosscut Consulting www.crosscut.com.br FIAP University

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

TIP815. ARCNET Controller. Version 1.0. User Manual. Issue September 2009

TIP815. ARCNET Controller. Version 1.0. User Manual. Issue September 2009 The Embedded I/O Company TIP815 ARCNET Controller Version 1.0 User Manual Issue 1.0.7 September 2009 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany Phone: +49 (0) 4101 4058 0 Fax: +49 (0)

More information

EMVCo Letter of Approval - Contact Terminal Level 2

EMVCo Letter of Approval - Contact Terminal Level 2 May 17, 2018 Richard Pohl Triton Systems of Delaware, LLC 21405 B Street Long Beach MS 39560 UNITED STATES OF AMERICA Re: EMV Application Kernel: Approval Number(s): EMVCo Letter of Approval - Contact

More information

Functional Specification

Functional Specification Functional Specification ACOS5 Cryptographic Smart Card Advanced Card Systems Ltd. Website : www.acs.com.hk Email : info@acs.com.hk A C O S 5 S h o r t R e f e r e n c e M a n u a l CONTENTS 1.0. INTRODUCTION...

More information

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS Chapter 1. 1.1. INTRODUCTION Digital computers have brought about the information age that we live in today. Computers are important tools because they can locate and process enormous amounts of information

More information

EMVCo Letter of Approval - Terminal Level 2

EMVCo Letter of Approval - Terminal Level 2 June 14, 2011 Roland Svahn Acquis AB Segelbåtsvägen 7 11164 Stockholm Sweden Re: EMV Application Kernel: Approval Number(s): EMVCo Letter of Approval - Terminal Level 2 APEMV 2.5 2-02100-1-1S-RFI-0611-4.2.c

More information

OEM Proximity Reader with Keypad Manual REV1

OEM Proximity Reader with Keypad Manual REV1 484-52 OEM Proximity Reader with Keypad Manual REV1 Overview The 484-52 proximity keypad reader provides pin code identification to be used together with a proximity identification card. The 484-52 consists

More information

Acquirer JCB Dual Interface EMV Test Card Set

Acquirer JCB Dual Interface EMV Test Card Set Acquirer JCB Dual Interface EMV Test Card Set.00 July, 2018 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing and delivering this document

More information

S-TUU a OS-TUU a

S-TUU a OS-TUU a July 01, 2009 Chuck Hayes Triton Systems of Delaware, Inc 522 E. Railroad Street Long Beach MS 39560 USA Re: EMVCo Letter of Approval -- Terminal Level 2 Approval Number(s): 2-01693-1-1S-TUU-0709-4.2.a

More information

Russound Dual Tuners (ST2, ST2-XM, ST2-XM2, and ST2S)

Russound Dual Tuners (ST2, ST2-XM, ST2-XM2, and ST2S) Russound Dual Tuners (ST2, ST2-XM, ST2-XM2, and ST2S) RNET Protocol & Specifications RS-232 Communication Document version 1.00.00 NOTE: This document is intended for ST2 Chassis Firmware Version 2.00.06

More information

Chapter 2 Number Systems and Codes Dr. Xu

Chapter 2 Number Systems and Codes Dr. Xu Chapter 2 Number Systems and Codes Dr. Xu Chapter 2 Objectives Selected areas covered in this chapter: Converting between number systems. Decimal, binary, hexadecimal. Advantages of the hexadecimal number

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

RFC 803. Dacom 450/500 Facsimile Data Transcoding A. Agarwal, M. J. O Connor and D. L. Mills 2 November Introduction

RFC 803. Dacom 450/500 Facsimile Data Transcoding A. Agarwal, M. J. O Connor and D. L. Mills 2 November Introduction RFC 803 Dacom 450/500 Facsimile Data Transcoding A. Agarwal, M. J. O Connor and D. L. Mills 2 November 1981 1. Introduction As part of our effort in support of the DARPA Internet Program, software modules

More information

94 CPU (CM8051) Incompatible Instruction ERRATA AND DATASHEET CLARIFICATION V1.0. Leader of Microcontroller Technology A Fabless Semiconductor Company

94 CPU (CM8051) Incompatible Instruction ERRATA AND DATASHEET CLARIFICATION V1.0. Leader of Microcontroller Technology A Fabless Semiconductor Company 94 CPU (CM8051) Incompatible Instruction ERRATA AND DATASHEET CLARIFICATION V1.0 Leader of Microcontroller Technology A Fabless Semiconductor Company Document information Info Keywords Abstract Content

More information

DTCP Volume 1 Supplement G Mapping DTCP to WirelessHD (Informational Version)

DTCP Volume 1 Supplement G Mapping DTCP to WirelessHD (Informational Version) DTCP Volume 1 Supplement G Mapping DTCP to WirelessHD (Informational Version) Hitachi, Ltd. Intel Corporation Matsushita Electric Industrial Co., Ltd. Sony Corporation Toshiba Corporation Revision 1.0

More information

Chapter 9 Section 3. Digital Imaging (Scanned) And Electronic (Born-Digital) Records Process And Formats

Chapter 9 Section 3. Digital Imaging (Scanned) And Electronic (Born-Digital) Records Process And Formats Records Management (RM) Chapter 9 Section 3 Digital Imaging (Scanned) And Electronic (Born-Digital) Records Process And Formats Revision: 1.0 GENERAL 1.1 The success of a digitized document conversion

More information

COMMUNICATION M-BUS PROTOCOL CE4DMID0M (MBus meter)

COMMUNICATION M-BUS PROTOCOL CE4DMID0M (MBus meter) COMMUNICATION M-BUS PROTOCOL CE4DMID0M (MBus meter) PR144 Rev A Fw. Version 2.00 16/02/2018 Pag. 1/17 1. Standard M-Bus telegrams... 3 1.1 Request for Data (REQ_UD2 )... 3 1.2 Details of telegrams 1,2,3...

More information

Transportation Worker Identification Credential (TWIC) Steve Parsons Deputy Program Manager, TWIC July 27, 2005

Transportation Worker Identification Credential (TWIC) Steve Parsons Deputy Program Manager, TWIC July 27, 2005 Transportation Worker Identification Credential (TWIC) Steve Parsons Deputy Program Manager, TWIC July 27, 2005 Who Am I? How do you know? 2 TWIC Program Vision A high-assurance identity credential that

More information

Creating a Newsletter

Creating a Newsletter Chapter 7 Creating a Newsletter In this chapter, you will learn the following to World Class standards: Setting the Margins Changing the Font and Font Size Inserting a Table Inserting a Picture Adding

More information

Computer Architecture

Computer Architecture Computer Architecture Binary data S. Coudert and R. Pacalet January 4, 2018..................... Outline Notations Handling binary data A particular data type: addresses and address space 2/31..........................

More information

pivclass FIPS-201 Reader Operation and Output Selections APPLICATION NOTE , F.0 February Barranca Parkway Irvine, CA 92618

pivclass FIPS-201 Reader Operation and Output Selections APPLICATION NOTE , F.0 February Barranca Parkway Irvine, CA 92618 15370 Barranca Parkway Irvine, CA 92618 pivclass FIPS-201 Reader Operation and Output Selections APPLICATION NOTE 6090-905, F.0 February 2014. Contents 1 Overview... 4 2 CHUID Definition... 4 3 FASC-N

More information

QwickCards.com. Instant Issuance Card Personalization System Installation and Operation Manual. August Document Part Number: D

QwickCards.com. Instant Issuance Card Personalization System Installation and Operation Manual. August Document Part Number: D QwickCards.com Instant Issuance Card Personalization System Installation and Operation Manual August 2017 Document Part Number: D99875517-60 REGISTERED TO ISO 9001:2008 MagTek I 1710 Apollo Court I Seal

More information

EMVCo Letter of Approval - Contact Terminal Level 2

EMVCo Letter of Approval - Contact Terminal Level 2 February 25, 2016 CHARLY SEVAJOL ALX TECHNOLOGIES 302 rue de THOR PARC EUREKA MONTPELLIER 34000 FRANCE Re: EMV Application Kernel: Approval Number(s): EMVCo Letter of Approval - Contact Terminal Level

More information

I N F O R M A T I O N S E C U R I T Y

I N F O R M A T I O N S E C U R I T Y NIST Special Publication 800-73 Draft Interfaces for Personal Identity Verification I N F O R M A T I O N S E C U R I T Y Information Technology Laboratory National Institute of Standards and Technology

More information

Unless otherwise indicated additions are shown in blue, deletions in red strikethrough, and comments in green.

Unless otherwise indicated additions are shown in blue, deletions in red strikethrough, and comments in green. ENDL TEXAS Date: 17 January 2008 To: T10 Technical Committee From: Ralph O. Weber Subject: SA Creation corrections and clarifications Introduction Revision History r0 r1 r2 r3 Initial revision Insert correct

More information

Pyxis Imposed Features

Pyxis Imposed Features USER MANUAL Pyxis Imposed Features Application Logic When the Logic check-box is ticked, it is ticked by default (top centre of main window), Pyxis Imposed will attempt to automatically apply various

More information

Integral Memory PLC. Crypto Dual (Underlying Steel Chassis) and Crypto Dual Plus (Underlying Steel Chassis) FIPS Security Policy

Integral Memory PLC. Crypto Dual (Underlying Steel Chassis) and Crypto Dual Plus (Underlying Steel Chassis) FIPS Security Policy Integral Memory PLC. Chassis) and Crypto Dual Plus (Underlying FIPS 140-2 Security Policy Table of Contents 1. INTRODUCTION... 1 1.1 Purpose....1 1.2 References... 1 1.3 Document History... 1 2. PRODUCT

More information

Creating your own payment card Joost Kremers MSc CEH

Creating your own payment card Joost Kremers MSc CEH Joost Kremers MSc CEH Contents Who am I? Introduction Landscape Landscape elements Hardware Security Modules Key Management 1 Who am I? Joost Kremers MSc CEH 2007-2014: Computer Science @ RU/TU/e/Utwente

More information

PKCS #11: Conformance Profile Specification

PKCS #11: Conformance Profile Specification Table of Contents PKCS #11: Conformance Profile Specification RSA Laboratories October 1, 2000 1 INTRODUCTION... 2 1 REFERENCES AND RELATED DOCUMENTS... 2 2 DEFINITIONS... 3 3 SYMBOLS AND ABBREVIATIONS...

More information

OFFICIAL RELEASE OF REVISION 1 OF THE AUTOMATED FARE COLLECTION DATA/FILE STRUCTURE

OFFICIAL RELEASE OF REVISION 1 OF THE AUTOMATED FARE COLLECTION DATA/FILE STRUCTURE Private Bag X193, PRETORIA, 0001, Forum Building, corner Struben and Bosman Streets, PRETORIA Enq: I. Seedat 012 309 3656 0835449707 seedati@dot.gov.za 7 May 2009 TO WHOM IT MAY CONCERN OFFICIAL RELEASE

More information

EMVCo Letter of Approval - Terminal Level 2

EMVCo Letter of Approval - Terminal Level 2 January 23, 2014 S.G. Jung BITEL CO., LTD 11F Yohyun BD 242-29, nhyun-dong Gangnam-ku, Seoul 135-830 South Korea Re: EMV Application Kernel: Approval Number(s): EMVCo Letter of Approval - Terminal Level

More information

PayPass M-TIP Test Case User Guide. July 2014

PayPass M-TIP Test Case User Guide. July 2014 PayPass M-TIP Test Case User Guide July 2014 Copyright The information contained in this manual is proprietary and confidential to MasterCard International Incorporated (MasterCard) and its members. This

More information

AUTACK. Secure authentication and acknowledgement message. Edition 2016

AUTACK. Secure authentication and acknowledgement message. Edition 2016 EANCOM 2002 S4 Secure authentication and acknowledgement message Edition 2016 1. Introduction... 2 2. Message Structure Chart... 3 3. Branching Diagram... 4 4. Segments Description... 5 5. Segments Layout...

More information

ECMA-385. NFC-SEC: NFCIP-1 Security Services and Protocol. 4 th Edition / June Reference number ECMA-123:2009

ECMA-385. NFC-SEC: NFCIP-1 Security Services and Protocol. 4 th Edition / June Reference number ECMA-123:2009 ECMA-385 4 th Edition / June 2015 NFC-SEC: NFCIP-1 Security Services and Protocol Reference number ECMA-123:2009 Ecma International 2009 COPYRIGHT PROTECTED DOCUMENT Ecma International 2015 Contents Page

More information

SC-1 Smart Card Token. QUICK Reference. Copyright 2007 CRYPTOCard Corporation All Rights Reserved

SC-1 Smart Card Token. QUICK Reference. Copyright 2007 CRYPTOCard Corporation All Rights Reserved SC-1 Smart Card Token QUICK Reference Copyright 2007 CRYPTOCard Corporation All Rights Reserved 091807 http://www.cryptocard.com Table of Contents OVERVIEW...1 OPERATING MODES & OPTIONS...2 USING THE SC-1...6

More information

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features CAN / Interface Adapter For SHP Series Total Power: < 1 Watts Input Voltage: 5V Internal Outputs: CAN,, USB, I 2 C Special Features Input Protocols: 1) using Modbus 2) CAN using modified Modbus Output

More information

VPGate Manual PROFIBUS to serial

VPGate Manual PROFIBUS to serial VPGate Manual PROFIBUS to serial Important information Purpose of the Manual This user manual provides information how to work with the VPGate PROFIBUS to serial. Document Updates You can obtain constantly

More information

TS V1.3.2 ( )

TS V1.3.2 ( ) Technical Specification Identification card systems; Telecommunications IC cards and terminals; Part 3: Application independent card requirements 2 Reference RTS/PTS-00013 (b60r0j1f.pdf) Keywords card

More information

Version Updated: February 27, 2018

Version Updated: February 27, 2018 Version 1.64 Updated: February 27, 2018 Copyright 2018 Exchange LLC. All rights reserved. This document may not be modified, reproduced, or redistributed without the written permission of IEX Group, Inc.

More information

THE UNIVERSITY OF HONG KONG LIBRARIES. Hong Kong Collection. gift from Hong Kong (China). Companies Registry

THE UNIVERSITY OF HONG KONG LIBRARIES. Hong Kong Collection. gift from Hong Kong (China). Companies Registry THE UNIVERSITY OF HONG KONG LIBRARIES Hong Kong Collection gift from Hong Kong (China). Companies Registry REQUIREMENTS FOR DOCUMENTS GUIDELINES 2004 CR Companies Registry INTRODUCTION The Requirements

More information

Communication Skills Center

Communication Skills Center Communication Skills Center Working with APA Formatting in a Microsoft Word Document Note: These instructions are compatible to Microsoft Word 2010. Most of the instructions are the same if you use a later

More information

TLS 1.2 Protocol Execution Transcript

TLS 1.2 Protocol Execution Transcript Appendix C TLS 1.2 Protocol Execution Transcript In Section 2.3, we overviewed a relatively simple protocol execution transcript for SSL 3.0. In this appendix, we do something similar for TLS 1.2. Since

More information

CitraNet. User Guide & Frequently Asked Questions. Rev. 12/14 T:\Citranet\Citranet Documentation\cnguide.pdf

CitraNet. User Guide & Frequently Asked Questions. Rev. 12/14 T:\Citranet\Citranet Documentation\cnguide.pdf CitraNet User Guide & Frequently Asked Questions Rev. 12/14 T:\Citranet\Citranet Documentation\cnguide.pdf Figure 1 Citranet.net Home Page 1. Enter your (4) digit Supplier ID # obtained from the FDACS.

More information

EMV2000 Integrated Circuit Card Specifications for Payment Systems

EMV2000 Integrated Circuit Card Specifications for Payment Systems EMV2000 Integrated Circuit Card Specifications for Payment Systems Book 4 Cardholder, Attendant, and Acquirer Interface Requirements Version 4.0 December, 2000 2000 EMVCo, LLC ( EMVCo ). All rights reserved.

More information

EZ-LIGHT K50 Modbus Series Pick-to-Light Sensors

EZ-LIGHT K50 Modbus Series Pick-to-Light Sensors EZ-LIGHT K50 Modbus Series Pick-to-Light Sensors Datasheet Compact, single-point devices for error-proofing of bin-picking operations Fixed field and polarized retroreflective models Capacitive touch models

More information

716/718 Converter User's Guide V 1.96

716/718 Converter User's Guide V 1.96 V 1.96 27 MAY 08 This manual provides information on how to setup, program, and interface the Model 716 and 718 converters. Additional copies of this manual can be obtained by contacting IBC or an authorized

More information

First Data U.S. Debit Test Card Set. Version 1.20

First Data U.S. Debit Test Card Set. Version 1.20 First Data U.S. Debit Test Card Set August, 2016 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from

More information

SC-3 USB Token. QUICK Reference. Copyright 2007 CRYPTOCard Corporation All Rights Reserved

SC-3 USB Token. QUICK Reference. Copyright 2007 CRYPTOCard Corporation All Rights Reserved SC-3 USB Token QUICK Reference Copyright 2007 CRYPTOCard Corporation All Rights Reserved 091807 http://www.cryptocard.com Table of Contents OVERVIEW... 1 OPERATING MODES & OPTIONS... 2 USING THE SC-3 USB

More information

MSP Yearbooks Quick Start Guide

MSP Yearbooks Quick Start Guide MSP Yearbooks Quick Start Guide March 2017 Contents Quick Start Guide 1 Introduction 1.1 Welcome to MSP Yearbooks 1 1.2 Help at your fingertips 1 2 Before you start... 2.1 Security settings information

More information

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-278: Digital Logic Design Fall Notes - Unit 4. hundreds.

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-278: Digital Logic Design Fall Notes - Unit 4. hundreds. ECE-78: Digital Logic Design Fall 6 UNSIGNED INTEGER NUMBERS Notes - Unit 4 DECIMAL NUMBER SYSTEM A decimal digit can take values from to 9: Digit-by-digit representation of a positive integer number (powers

More information

Technologies Inc. Page: 1. Videojet 1510 and 1210 Simple Communications Protocol

Technologies Inc. Page: 1. Videojet 1510 and 1210 Simple Communications Protocol Technologies Inc. Page: 1 Videojet 1510 and 1210 Simple Communications Protocol Technologies Inc. Page: 2 TABLE OF CONTENTS: Supported Packet Types:...3 General Protocol Packet Specification:...4 Message

More information

Logic and Computer Design Fundamentals. Chapter 1 Digital Computers and Information

Logic and Computer Design Fundamentals. Chapter 1 Digital Computers and Information Logic and Computer Design Fundamentals Chapter 1 Digital Computers and Information Overview Digital Systems and Computer Systems Information Representation Number Systems [binary, octal and hexadecimal]

More information

Binary Encodings for JavaScript Object Notation: JSON-B, JSON-C, JSON-D

Binary Encodings for JavaScript Object Notation: JSON-B, JSON-C, JSON-D Internet Engineering Task Force P. Hallam-Baker Internet-Draft Comodo Group Inc. Intended status: Standards Track June 11, 2013 Expires: December 13, 2013 Binary Encodings for JavaScript Object Notation:

More information

Mifare Configurable Sector Reader User s Manual

Mifare Configurable Sector Reader User s Manual Mifare Configurable Sector Reader User s Manual (For Series) November 30, 2011 Table of Contents Mifare Configurable Sector Reader... 3 Mifare Application Directory (MAD) Support:... 4 Mifare User-Data

More information

Next Generation Intelligent LCDs

Next Generation Intelligent LCDs Next Generation Intelligent LCDs 2D Run-Length Encoding Application Note Version 1.0 Document Date: April 30, 2013 Copyright by demmel products gmbh 2004-2013 Unless otherwise noted, all materials contained

More information

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-2700: Digital Logic Design Winter Notes - Unit 4. hundreds.

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-2700: Digital Logic Design Winter Notes - Unit 4. hundreds. UNSIGNED INTEGER NUMBERS Notes - Unit 4 DECIMAL NUMBER SYSTEM A decimal digit can take values from to 9: Digit-by-digit representation of a positive integer number (powers of ): DIGIT 3 4 5 6 7 8 9 Number:

More information

User Guide support.keytime.co.uk

User Guide support.keytime.co.uk 1 User Guide 2 Table of Contents Introduction... 4 Starting Corporation Tax... 4 Sorting Returns... 4 Deleting Multiple Returns... 5 Creating a New Company... 5 Navigating Corporation Tax... 6 Navigation

More information