top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Recover data - Java card

+2 votes
244 views

I have a java card with an applet installed. The applet has not stored data in terms of ISO7816 file format.

Question: Then what could be the other storage method the applet is using for data storage? What would be the way to recover data if APDUs of that specific applet are not known?

posted Nov 14, 2013 by Abhay Kulkarni

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Sorry, I don't think without having the APDUs, you can access or read the data from applet.

answer Nov 18, 2013 by Satyabrata Mahapatra
Similar Questions
0 votes

I have a problem recovering from data using my cgi, lets says I got the following form and I want to recover the info generated by the javascript funtion ( getCSVdata() ), do you know how i could do it?

param(submit) returns "Get CSV File"
0 votes

In entity class i have string[] name; property stored in db so how can i fetch all values from table by passing again string array values to it.

+1 vote

I have a Created a Mongo Document inserted successfully to the Collection ~ "urldetls" which has 12 specific Unique keys with data in the values.

Spec: Mongodb 3.x, Java 1.7,

Question: I would like to retrieve the full document based on the value searched within all of the documents.
Problem: I cannot retrieve the document based on the key of the document.

How can i retrieve? I would like to use the Mongodb API 3.x version using java .

...