Senin, 20 Oktober 2008

Castles Technology

Contact Information Castles Technology

RFID I/O Tools

What is RFIDIOt?

RFIDIOt is an open source python library for exploring RFID devices. It's called "RFIDIOt" for two reasons:

  1. I like puns. This one stands for "RFID IO tools"
  2. Since I haven't done any serious programming for a long time, I felt like an idiot having to learn a whole new language and the code probably looks like it's written by an idiot. However, python rocks, so it was worth it!

MRTD - Machine Readable Travel Document

JMRTD

ICAO

A Free Implementation of Machine Readable Travel Documents

JMRTD is a free implementation of the Machine Readable Travel Document (MRTD) standards as specified by the International Civil Aviation Organization (ICAO). The electronic passport (or "ePassport"), which by now has been introduced in many countries, is an implementation of these standards.

Both a card side application (the "passport applet") and a host side API for accessing electronic passports are developed. The passport applet makes it possible to create your own passports (in case you're starting your own country). The applet is written in Java Card.

The host side API makes it possible to authenticate with a passport and read the information on the chip. The host side API is written in Java.

Downloads

The host API can be downloaded as an automatic installer.

Note that the host API currently requires JDK 1.6.

Documentation

Available documentation:

Specifications

Most of the specifications are open (as in: can be purchased). Here's our list.

Certificates

We have a list of country signing certificates that Google found.

External Links

Selasa, 07 Oktober 2008

Contactless Payment Resources

Contactless Payment Resources

Contactless Payments Resources

The launch of contactless payments across North America has begun in earnest. American Express, MasterCard, and Visa have all launched contactless payment initiatives, with leading banks issuing millions of contactless credit and debit cards to consumers. Major retailers across the U.S. are installing contactless readers that can accept contactless payment and are integrated with point-of-sale (POS) systems. Research shows that consumers, issuers and merchants benefit from the use of contactless payments. Consumers enjoy added convenience, speed and ease of use, while issuers and merchants enjoy faster transaction times, increased spending per transaction, lower operational costs and penetration into the cash payment market.

The resources below were compiled by the Smart Card Alliance Contactless Payments Council to provide up-to-date information on the status of the contactless payments programs being launched by the financial industry in the U.S.

Contactless Payments Reports and Presentations

NFC Forum

The NFC Forum

Mission

The Near Field Communication Forum was formed to advance the use of Near Field Communication technology by developing specifications, ensuring interoperability among devices and services, and educating the market about NFC technology. Formed in 2004, the Forum now has 150 members. Manufacturers, applications developers, financial services institutions, and more all work together to promote the use of NFC technology in consumer electronics, mobile devices, and PCs.

Goals

The goals of the NFC Forum are to:

  • Develop standards-based Near Field Communication specifications that define a modular architecture and interoperability parameters for NFC devices and protocols

  • Encourage the development of products using NFC Forum specifications

  • Work to ensure that products claiming NFC capabilities comply with NFC Forum specifications

  • Educate consumers and enterprises globally about NFC

The NFC Forum provides a highly stable framework for extensive application development, seamless interoperable solutions, and security for NFC-enabled transactions. The NFC Forum has organized the efforts of dozens of member organizations by creating Committees and Working Groups.

In June, 2006, only 18 months after its founding, the Forum formally outlined the architecture for NFC technology. In August, 2006, the Forum released the first four Forum-approved specifications. The specifications – along with the release of four initial tag formats – provide a “road map” that enables all interested parties to create powerful new consumer-driven products.

Online Smartcard Training

Online Smartcard Training

Smart cards are now being used globally in financial, healthcare, identity, security, transportation and telecommunications applications. It’s important to be grounded in the basic fundamentals of this emerging and evolving technology.

The online Fundamentals of Smart Card Technology course provides a thorough overview of the state of the smart card industry, the basic components of smart card technology and the applications used throughout the global marketplace. The course covers a broad array of topics from why people are moving to smart cards to how the basic structure of smart card architecture is formed and utilized.

Based on the successful Smart Card Alliance Educational Institute classes, this course consists of nine modules and takes approximately six hours to complete. Users can enter and exit the course at will and always return to the last viewed page. Topics include:

  • Module One: Introduction to Smart Card Technology
  • Module Two: Smart Card Security
  • Module Three: Contactless Smart Card Technology
  • Module Four: Access Control Applications
  • Module Five: Biometrics
  • Module Six: Public Key Infrastructure
  • Module Seven: Smart Card Financial Applications
  • Module Eight: Card Issuance and Personalization
  • Module Nine: Smart Card Implementation

The online training course costs US$99 per user.

  • Click here to enroll and take the Fundamentals of Smart Card Technology Course.

Senin, 06 Oktober 2008

Baca ISO8583 di Java

Tutorial ISO-8583

Pada dasarnya aplikasi jPos dibagi menjadi 2 (dua) mode, yaitu client mode atau server mode.
Perbedaan kedua mode ini terletak kepada siapa yang akan melakukan initiate request terlebih dulu.
Jika berlaku sebagai client mode maka send request message akan dikirim terlebih dulu kemudian menunggu reply, sedangkan di sisi server akan menunggu incoming message kemudian akan di reply lagi ke sisi client.