

- #Sim card analyzer app install
- #Sim card analyzer app serial
- #Sim card analyzer app Pc
- #Sim card analyzer app iso
Several examples, for a quick view on the main classes and methods If you are interested to use it to build you own application, you can check the The library as such does not provide any specific service or application.
#Sim card analyzer app install
To install the library (system-wide with sudo, or only for your user). Optionally, you may need pydot which is required inĬase you want to generate a nice picture of your SIM card's filesystem graph,Ī setup.py script is provided at the root of the project, you just need to use it This last one is packaged for all the main distribs, and installing is often a matter of apt install pcscdįinally, you need the Python wrapper for the PCSC API, which is brought by the Windows has a built-in smartcard service, Linux has the pcsc-lite project.
#Sim card analyzer app Pc
Then, you need a middleware in your OS that will drive the smartcard reader and exposeĪ PC-SC (for PC SmartCard) compliant API. Otherwise, you can find USB-based readers (a well-known USB-reader provider is OmniKey).

Most of its content stays quite experimental. With a focus on they security procedures (e.g. The following card library has been developped mostly for experiencing with SIM and USIM cards,
#Sim card analyzer app iso
Moreover, recent cards often holds more application, such as fromĪnd may also support contact-less access based on the ISO 14443 standard. UICC / USIM cards are some more evolved as they are multi-applications / multi-channels cards:Ĭheck ETSI TS 101.221 and 3GPP TS 31.101 and 31.102. SIM cards are easy to read as they are only mono-application: They are additionally based on ETSI and 3GPP standards. SIM) and USIM cards are based on this ISO 7816 standard.
#Sim card analyzer app serial
The principle is to communicate with the card over a serial interface, sending APDU commands,Īnd receiving replies with always 2 bytes of SW codes and eventually more byte of data.Īll the Subscriber Identity Module (abbr. Most of the ISO standards are not public, but you Smartcards with electrical connectors are in general all compliant with the basis The project was originally developped around 2009, and keeps being maintained.Īny feedback and contribution are always welcomed ! Table Of Content

This is a Python project to help reading and accessing smartcards, mostly focused on
