make two object of OwnerPIN for security ?
Posted: Wed Sep 23, 2015 5:01 am
My requirement is to save some data in java card safely and I am trying to make two object of OwnerPIN for security.
One object is for user authentication, the other is for terminal authentication. We can read or update the data successfully only if both the user authentication and terminal authentication are successful .
Is my thought above proper? Does anyone have other good points?
One object is for user authentication, the other is for terminal authentication. We can read or update the data successfully only if both the user authentication and terminal authentication are successful .
Is my thought above proper? Does anyone have other good points?