Home > Computing and Information Technology > Computer hardware > Storage media and peripherals > Smart Card Applications – Design Models for Using and Programming Smart Cards
3%
Smart Card Applications – Design Models for Using and Programming Smart Cards

Smart Card Applications – Design Models for Using and Programming Smart Cards

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

A practical guide to the specification, design, and programming of smart card systems for working applications. More than 3 billion smartcards are produced every year. Generally defined as any pocket-sized card with embedded integrated circuits or chips, they have a huge number of applications including travel cards, chip and pin cards, pet tags, mobile phone SIMs and pallet trackers. Now with modern Smart Card technology such as Java Card and Basic Card it is possible for everyone to create his or her own applications on a smart card. This book provides generic solutions for programming smart cards, enabling the creation of working applications and systems. Key features:* Presents a comprehensive introduction to the topic of smart cards, explaining component elements and the smart card microcontrollers.* Sets out information on operating systems with case studies of a range of applications including credit card security, mobile phones and transport payment cards.* Gives detailed advice on the monitoring of smart card applications, recognizing potential attacks on security and improving system integrity.* Provides modules and examples so that all types of systems can be built up from a small number of individual components.* Offers guidelines on avoiding and overcoming design errors. Ideal for practising engineers and designers looking to implement smart cards in their business, it is also a valuable reference for postgraduate students taking courses on embedded system and smart card design.

Table of Contents:
Foreword. Symbols and Notation. Abbreviations. 1 Overview of Smart Cards. 1.1 Card Classification. 1.2 Card Formats. 1.3 Card Elements. 1.3.1 Printing and labelling. 1.3.2 Embossing. 1.3.3 Hologram. 1.3.4 Signature panel. 1.3.5 Tactile elements. 1.3.6 Magnetic stripe. 1.3.7 Chip module. 1.3.8 Antenna. 1.4 Smart Card Microcontrollers. 1.4.1 Processor. 1.4.2 Memory. 1.4.3 Supplementary hardware. 1.4.4 Electrical characteristics. 2 Smart Card Operating Systems. 2.1 FileManagement. 2.1.1 File types. 2.1.2 File names. 2.1.3 File structures. 2.1.4 File attributes. 2.1.5 File selection. 2.1.6 Access conditions. 2.1.6.1 State-based access conditions. 2.1.6.2 Rule-based access conditions. 2.1.7 File life cycle. 2.2 Commands. 2.3 Data Transmission. 2.3.1 Answer to Reset (ATR). 2.3.2 Protocol Parameter Selection (PPS). 2.3.3 Transmission protocols. 2.3.3.1 T=0 transmission protocol for contact cards. 2.3.3.2 T=1 transmission protocol for contact cards. 2.3.3.3 USB transmission protocol for contact cards. 2.3.3.4 Contactless transmission protocols. 2.3.4 SecureMessaging. 2.3.5 Logical channels. 2.4 Special Operating System Functions. 2.4.1 Cryptographic functions. 2.4.2 Atomic processes. 2.4.3 Interpreter. 2.4.4 Application management. 3 Application Areas. 3.1 Smart Card Systems. 3.2 Potential Uses. 3.3 Application Types. 3.3.1 Memory-based applications. 3.3.2 File-based applications. 3.3.3 Code-based applications. 4 Basic Patterns. 4.1 Data Protection. 4.1.1 Definition of terms. 4.1.2 General principles. 4.1.3 Recommendations for smart card systems. 4.1.4 Summary. 4.2 Export Control. 4.3 Cryptographic Regulation. 4.4 Standards. 4.4.1 Standards for card bodies. 4.4.2 Standards for operating systems. 4.4.3 Standards for data and data structuring. 4.4.4 Standards for computer interfaces. 4.4.5 Standards for applications. 4.5 Documents for Smart Card Systems. 4.5.1 Specification partitioning. 4.5.1.1 System specification. 4.5.1.2 Background system specification. 4.5.1.3 Smart card specification. 4.5.1.4 Terminal specification. 4.5.2 Elements of a typical card specification. 4.5.2.1 General information. 4.5.2.2 Smart card. 4.5.2.3 Smart card operating system. 4.5.2.4 Application. 4.5.3 Document distribution. 4.5.4 Document version numbering. 5 Architecture Patterns. 5.1 Data. 5.2 Data Coding. 5.3 Files. 5.3.1 Access conditions. 5.3.2 File names. 5.4 Log Files. 5.4.1 Data storage. 5.4.2 Assigning data to log files. 5.4.3 Invoking logging. 5.4.4 Access conditions for log files. 5.4.5 Logged data. 5.4.6 Consistency and authenticity of log data. 5.4.7 Log file size. 5.4.8 Logging process. 5.5 Pairing. 5.6 Protecting Transaction Data. 5.7 Reset-proof Counters. 5.8 Proactivity. 5.9 Authentication Counter. 5.10 Manual Authentication of a Terminal. 5.11 PIN Management. 5.12 One-time Passwords. 5.13 Key Management. 5.14 StateMachines for Command Sequences. 5.15 Speed Optimization. 5.15.1 Computing power. 5.15.2 Communication. 5.15.3 Commands. 5.15.4 Data and files. 6 Implementation Patterns. 6.1 Application Principles. 6.1.1 Programcode. 6.1.2 Commands. 6.1.3 Data. 6.1.4 Security. 6.1.5 Application architecture. 6.1.6 System. 6.2 Testing. 6.3 User-Terminal Interface. 6.4 Smart Card Commands. 6.4.1 Command structure. 6.4.2 Interruption of commands. 6.4.3 Command coding. 6.4.4 Parameterization. 6.4.5 Test commands. 6.4.6 Secret commands. 6.5 Java Card. 6.5.1 Data types. 6.5.2 Arithmetic operations. 6.5.3 Control structures. 6.5.4 Methods. 6.5.5 Applets. 7 Operation Patterns. 7.1 Initialization and Personalization. 7.2 Migration. 7.3 Monitoring. 7.3.1 System integrity. 7.3.2 Attack detection. 8 Practical Aspects of Smart Cards. 8.1 Acceptance. 8.2 Tell-tale Signs of Difficult Smart Card Systems. 8.2.1 Inappropriate use of smart cards. 8.2.2 Unclear specifications. 8.2.3 Abundant options. 8.2.4 Piggyback applications. 8.2.5 Economizing on testing. 8.2.6 Downloading applications. 8.2.7 Offline systems. 8.2.8 Intolerant smart cards and terminals. 8.2.9 Strict compatibility requirements. 8.2.10 Excessively stringent security requirements. 8.2.11 Exaggerated future-proofing. 8.3 Prerequisites for Easy Smart Card Systems. 8.3.1 Expert advice. 8.3.2 Foresighted design. 8.3.3 Prototyping. 8.3.4 Single-application smart cards. 8.3.5 Simple structures. 8.3.6 Robust design. 8.3.7 Centralized systems. 8.3.8 Staged deployment. 8.4 In-field Faults. 8.4.1 Fault classification. 8.4.2 Fault impact. 8.4.3 Actions in response to a fault. 8.4.4 Fault search procedure. 8.4.5 Fault remedies. 9 Illustrative Use Cases. 9.1 Monastery Card. 9.2 Access Card. 9.3 Telemetry Module. 9.4 Business Card. 9.5 Theft Protection Card. 9.6 Admission Pass. 9.7 PKI Card. 9.8 SIMCard. Bibliography. Index.


Best Sellers


Product Details
  • ISBN-13: 9780470511954
  • Publisher: John Wiley and Sons Ltd
  • Publisher Imprint: Wiley-Blackwell
  • Height: 251 mm
  • No of Pages: 236
  • Spine Width: 19 mm
  • Width: 173 mm
  • ISBN-10: 0470511958
  • Publisher Date: 11 May 2007
  • Binding: Other digital
  • Language: English
  • Returnable: Y
  • Weight: 608 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Smart Card Applications – Design Models for Using and Programming Smart Cards
John Wiley and Sons Ltd -
Smart Card Applications – Design Models for Using and Programming Smart Cards
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Smart Card Applications – Design Models for Using and Programming Smart Cards

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA