Skip to content

Commit

Permalink
Merge pull request #384 from My1/patch-1
Browse files Browse the repository at this point in the history
Readout Script Linux info
  • Loading branch information
limpkin authored Feb 23, 2023
2 parents 9905a6c + 04df2d2 commit 3f7cd62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/smc_decode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ ACR38U-I1 or ACR39U-U1
* Install pyscard from https://sourceforge.net/projects/pyscard/files/pyscard/ (https://sourceforge.net/projects/pyscard/files/pyscard/pyscard%202.0.1/pyscard-2.0.1-cp39-cp39-win_amd64.whl/download - install the whl using `pip install pyscard-2.0.1-cp39-cp39-win_amd64.whl`, see https://github.com/LudovicRousseau/pyscard/blob/master/INSTALL.md)
* Install pycryptodome: `python -m pip install pycryptodome`

## Linux

* Install package dependencies, in case of Debian/Ubuntu: `apt install python3 python3-pip swig python3-tk libpcsclite-dev pcscd`
* Install python dependencies: `python3 -m pip install pyscard pycryptodome`

## OSX
These instructions are using brew for some dependencies, but they could also be built from source if desired.
* Install brew dependencies: `brew install python3 swig python-tk`
Expand Down Expand Up @@ -79,4 +84,4 @@ disconnecting from ACS ACR39U ICC Reader
```

# Known bugs
If an incorrect pin is inserted, it's not possible to unlock the card anymore with the script. Simply put it back to your device, unlock it, then try again with the script.
If an incorrect pin is inserted, it's not possible to unlock the card anymore with the script. Simply put it back to your device, unlock it, then try again with the script.

0 comments on commit 3f7cd62

Please sign in to comment.