Page 1 of 1

external authentication

Posted: Fri Dec 29, 2017 12:59 am
by mertksk35
Hi,

I just start developing smart cards.
I have a few questions.

How I will be pin external authentication?

Re: external authentication

Posted: Fri Dec 29, 2017 1:03 am
by mertksk35
Example; Passaport Applet

Re: external authentication

Posted: Mon Jan 01, 2018 11:07 pm
by jennyvenus
user snoope you can write a script run ext auth

http://www.microissuer.com/download_en.html

clear


reset

auto_response on
prompt on


00 a4 04 00 00
if sw != 9000
pause
endif
set resp
isd = gettlv( $resp, 6f 84 )

mac_length = 8
select cardmanager $isd
if sw != 9000
pause
endif

jcop22_ext_auth 0, 404142434445464748494a4b4c4d4e4f
if sw != 9000
?
pause
endif

Re: external authentication

Posted: Mon Jan 08, 2018 2:11 am
by Ellisun
The simplest way, open pyApdutool, connect to card, and switch to the 'package' label, Click Refresh button. The pyApdutool will automatically complete the internal and external authentication.