FreeCalypso > hg > fc-sim-tools
comparison scripts/fcsim1-default-pins @ 18:da6e9d0b2ee6
data, doc, scripts: import from previous fc-pcsc-tools repo
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Mar 2021 07:57:09 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
17:372ecc4aa2c4 | 18:da6e9d0b2ee6 |
---|---|
1 # This fc-simtool command script sets the default PINs for FCSIM1 cards. | |
2 | |
3 grcard2-set-pin1 1234 | |
4 grcard2-set-pin2 6666 | |
5 grcard2-set-puk1 00099933 | |
6 grcard2-set-puk2 00099944 | |
7 grcard2-set-adm5 55501234 | |
8 | |
9 # Set PIN1 non-volatile state to disabled. | |
10 | |
11 disable-pin1-rpt 1234 |