FreeCalypso > hg > fc-pcsc-tools
annotate LICENSE @ 74:8562d8508cf2
grcard2-set-{adm,super}-hex commands implemented
It appears that GrcardSIM2 cards allow arbitrary 64-bit keys
for ADM and SUPER ADM, not necessarily consisting of ASCII digits
like the specs require for standard PIN and PUK, and pySim-prog.py
in fact sets the ADM key to 4444444444444444 in hex by default,
which is not an ASCII digit string. If the cards allow such keys,
we need to support them too.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 16 Feb 2021 04:10:36 +0000 |
parents | 9f28700301a6 |
children |
rev | line source |
---|---|
25
9f28700301a6
LICENSE added (public domain)
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 Notice of Public Domain |
9f28700301a6
LICENSE added (public domain)
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 ======================= |
9f28700301a6
LICENSE added (public domain)
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 |
9f28700301a6
LICENSE added (public domain)
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 I, Mychaela Nadezhda Falconia, hereby certify that I am the author of all code |
9f28700301a6
LICENSE added (public domain)
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 contained in this source repository except where explicitly indicated otherwise, |
9f28700301a6
LICENSE added (public domain)
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 and that I refuse to claim copyright on this code. I hereby immediately place |
9f28700301a6
LICENSE added (public domain)
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 this work in the public domain; it may be used, copied, distorted or destroyed |
9f28700301a6
LICENSE added (public domain)
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 in any manner whatsoever without further attribution or notice to the creator. |