[Pcsclite-cvs-commit] r3092 - /trunk/HandlerTest/Host/test_scripts/test.modify_pin

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Aug 18 09:06:58 UTC 2008


Author: rousseau
Date: Mon Aug 18 09:06:57 2008
New Revision: 3092

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3092
Log:
Send a modify PIN command to the test applet

Added:
    trunk/HandlerTest/Host/test_scripts/test.modify_pin

Added: trunk/HandlerTest/Host/test_scripts/test.modify_pin
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/test_scripts/test.modify_pin?rev=3092&op=file
==============================================================================
--- trunk/HandlerTest/Host/test_scripts/test.modify_pin (added)
+++ trunk/HandlerTest/Host/test_scripts/test.modify_pin Mon Aug 18 09:06:57 2008
@@ -1,0 +1,21 @@
+#
+# Send a modify PIN command to the test applet
+# (c) 2008, Ludovic Rousseau
+
+# Use scriptor for pcsc-tools to execute this script
+# http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
+
+# usage: scriptor test.script
+
+# reset the card
+reset
+
+# Select applet
+00 A4 04 00 07 A0 00 00 00 18 FF 01
+
+# modify PIN
+00 24 00 00 08 31 32 33 34 35 36 37 38
+
+# verify PIN dump
+00 40 00 00 0D
+




More information about the Pcsclite-cvs-commit mailing list