Electronic Cash and Smart card

Notes

Study Notes

Electronic Cash and Smart Card Systems

Electronic Cash and Smart Card Systems

Electronic Cash and Smart Cards represent two foundational technologies in the evolution of digital payments, offering specialized methods for small-value transactions and enhanced data storage.

1. Electronic Cash (E-Cash)

Electronic Cash is a digital mechanism intended to replicate the attributes of physical currency (anonymity, immediate transfer) for online and offline transactions. It operates as a cryptographic value.

Key Attributes and Types

  • Definition: Digital money stored on a device or server, backed by a bank or financial institution, and used to conduct payment transactions.
  • Anonymity: E-cash systems can be designed to be **Anonymous (Untraceable)**, similar to physical cash, or **Identifiable (Traceable)**. Anonymity is achieved using blind signature schemes.
  • Online vs. Offline:
    • Online E-Cash: Requires both the payer and payee to connect to a central authority (bank) to verify the transaction, preventing double-spending.
    • Offline E-Cash: Allows transactions directly between buyer and seller without immediate bank connection. Double-spending is prevented using cryptographic protocols that expose the identity of the defrauder upon deposit.
  • Double Spending Prevention: The most critical challenge. Cryptographic checks ensure that a unit of e-cash can only be spent once.

The E-Cash Process (Simple Model)

  1. Withdrawal: The customer withdraws funds from their bank account and receives cryptographic e-cash notes (bits of data) via the internet.
  2. Payment: The customer sends the e-cash note to the merchant.
  3. Deposit: The merchant sends the e-cash note to their bank for verification against the central database to ensure it has not been spent before.
  4. Settlement: The bank credits the merchant's account.

2. Smart Card E-Payment Systems

A Smart Card is a plastic card embedded with a microchip (integrated circuit) that can store data, execute applications, and handle processing. They are central to many closed and open payment systems.

Types of Smart Cards

  • Contact Cards: Must be physically inserted into a reader, making electrical contact via exposed chip connectors (e.g., standard EMV credit cards).
  • Contactless Cards (NFC): Utilize Near Field Communication (NFC) technology, allowing data transfer via radio waves when held close to a reader (e.g., transit cards, tap-to-pay credit cards).

Smart Card Functionality in Payments

Stored Value Cards (E-Purse)

Pre-loaded with a monetary value (similar to cash). Used primarily for low-value, high-volume transactions (micropayments), such as vending machines or public transit.

  • Debit Process: The payment terminal directly reduces the balance stored on the chip, typically in an **Offline** environment.
  • Security: Funds are protected by cryptographic keys stored on the chip.

EMV Credit/Debit Cards

The global standard for chip-based payment cards (Europay, Mastercard, Visa). The chip generates a unique, single-use cryptogram for each transaction.

  • Purpose: Reduces fraud from counterfeit cards, as the cryptogram cannot be copied and reused.
  • Security: The chip acts as a secure processing environment, protecting the PAN from the terminal.

3. Security Overlaps

Both E-Cash and Smart Card systems heavily rely on advanced cryptography to ensure transaction integrity and user confidence, specifically:

  • Digital Signatures: Used in E-cash to prove the authenticity of the digital currency and in smart cards to authenticate the card to the terminal.
  • Public Key Infrastructure (PKI): Provides the framework for generating and managing the keys used for encryption and digital signing.
  • Tamper-Proof Hardware: Smart card chips are designed to resist physical and electronic attempts to extract sensitive data.