Contactless Security

24 09 2008

Here is my first time to be organizer committee or paper reviewer for International IT Conference. If you have research on this field, please submit to us. The due date is getting closer.

CLESSec - 1st International Workshop on Contactless Security

In conjunction with ARES 2009 Fukoka, Japan, March 16th-19th 2009
Overview

Contactless proximity Technologies such as Smartcards and Near Field Communication are already part of our everyday life. For the consumer unnoticed and simple to use, they are a popular alternative to conventional communication channels. With the integration of these technologies into everyday devices like mobile phones, possibilities and risks for applications arise. The central aim of this workshop is to bring together users, engineers and researchers (from industry and academy) to discuss and identify security and privacy issues related to contactless technologies and applications on top.

Topics

Topics related to any of dependability aspects in contactless technologies, applications and systems are of interest. These include, but are not limited to the following areas:

Secure Hardware

* Secure Hardware for contactless technology
* In-Device Security of contactless (NFC) devices
* Access Control Policies and Permissions for contactless (NFC) devices and ecosystems
* Cryptography and Protocols in RFID and NFC Systems

Applications & Infrastructure

* Security and privacy in contactless applications
* Security and thread models for contactless systems and infrastructures
* Reliability, Robustness, Availability and Integrity of contactless applications
* Secure deployment of mobile contactless applications

Threat and Risk-Models

* Information Security and Risk Management for contactless systems and processes
* Encryption & Authentication and secure protocols for contactless technologies and applications
* Security analysis and methods for evaluation of (implemented) contactless systems and devices

Mobile Trust

* Security and privacy related to SmartCards, Smartcard Webserver, Multiapplication Smartcards, NFC Devices
* Mobile trusted Modules and secure elements in contactless environments
* Trusted Computing in the context of contactless technology

Important Dates

Submission Deadline: October 15th, 2008
Author Notification: November, 20th 2008
Author Registration: November, 30th 2008
Proceedings Version: December 15th, 2008
Conference/Workshop: March 16th -19th, 2009 Read the rest of this entry »



Testing Transient Data

18 06 2008

private byte[] data;
data = JCSystem.makeTransientByteArray((short),JCSystem.CLEAR_ON_DESELECT);
ProactiveHandler proHdlr = ProactiveHandlerSystem.getTheHandler();
if(data[0]=='a')
{
data[0]='x';
data[1]='y';
}
else
{
data[0]='a';
data[1]='b';
}
proHdlr.initDisplayText((byte) 0x00, DCS_8_BIT_DATA, data, (short) 0,    (short) 2);
proHdlr.send();



Read Integrated Circuit Card ID

3 06 2008

Here is a code snippet for reading your ICCID on USIM Card
FileView uiccView;
byte[] data = new byte[10];
ProactiveHandler proHdlr = ProactiveHandlerSystem.getTheHandler();
uiccView.select((short)USIMConstants.FID_MF);
uiccView.select((short)0x2FE2);
uiccView.readBinary((short)0,data,(short)0,(short)10);
proHdlr.initDisplayText((byte) 0x00, DCS_8_BIT_DATA, data, (short) 0,(short) 10);
proHdlr.send();



16 Beautiful Women Networking Researchers

29 05 2008



Paper again and again

21 05 2008

Did you still remember my poster research ? Luckily , I got announcement that it is accepted in GHC 2008. Alhamdulillah. I am so excited anyway. There would be a lot of Women geeks at there !

Next week, I gotta go Hong Kong to organize N^2Women event. It would be wonderful time … I will meet researcher women who are leading in networking field. During that time I will write up my GSoC 2007 project for ICTS conference. In addition I HAVE TO start writing my thesis (JSCWS). Hey hey What’s up with you Aini ? You should take it as vacation. Naaah . I wish that I have much time but I won’t waste my time anymore ;) , Let’s say I will love doing window shopping in Hong Kong for several hours :oops: Not long of the day :mrgreen: !!

Opps Masya Allah I forgot my GSoC student. He will participate his GSoC project in Triplify Challenge. Sure, I will write some briefly information some J! extension that are related with J! Content.

Back to my thesis now, finding the best security for my app.