Page 1 of 1

make two object of OwnerPIN for security ?

Posted: Wed Sep 23, 2015 5:01 am
by wintstar
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?

Re: make two object of OwnerPIN for security ?

Posted: Fri Oct 30, 2015 5:27 am
by horse dream
OwnerPIN provides security features. So for user authentication, the OwnerPIN is surely a good way to carry out.

For terminal authentication, you may need to choose some form of mutual authentication instead of a simple PIN code for security.