Hello,

Does anybody kknow how to unblock a pin (= test object) on a eToken Pro? I
cannot find any documentation about this, and the only way I can do that is by
overwriting the test object. I guess that there must me a way to unblock a pin
because when setting the access conditions on creation time there is a byte that
is called AC UNBLOCK:


m_command.bData[14] = 0x86; // Tag: Access Conditions
m_command.bData[15] = 0x07; // Length
m_command.bData[16] = AC_ALWAYS; // Value->AC USE
m_command.bData[17] = AC_ADMIN; // Value->AC CHANGE
m_command.bData[18] = AC_ADMIN; // Value->AC UNBLOCK
m_command.bData[19] = AC_NEVER; // Value->AC DEACTIVATE
m_command.bData[20] = AC_NEVER; // Value->AC REACTIVATE
m_command.bData[21] = AC_ADMIN; // Value->AC DELETE
m_command.bData[22] = AC_ADMIN; // Value->AC ADMIN

By the way, does anybody know what the AC ADMIN and AC CHANGE are good for and
how to use them?



cheers,

        Arno Wilhelm





      _                 __      ___ _ _        _
     /_\  _ _ _ _  ___  \ \    / (_) | |_  ___| |_ __
    / _ \| '_| ' \/ _ \  \ \/\/ /| | | ' \/ -_) | '  \
   /_/ \_\_| |_||_\___/   \_/\_/ |_|_|_||_\___|_|_|_|_|

   tel://+43/512/394545/72
   fax://+43/512/394545/20
   mail:[EMAIL PROTECTED]
   http://www.phion.com



_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle

Reply via email to