Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zandemax/desfire-tool
Command Line Tool for working with MIFARE DesFire Cards
https://github.com/zandemax/desfire-tool
desfire desfire-ev1
Last synced: 15 days ago
JSON representation
Command Line Tool for working with MIFARE DesFire Cards
- Host: GitHub
- URL: https://github.com/zandemax/desfire-tool
- Owner: zandemax
- Created: 2019-06-26T08:23:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T17:57:36.000Z (over 5 years ago)
- Last Synced: 2024-04-16T04:14:49.457Z (9 months ago)
- Topics: desfire, desfire-ev1
- Language: Rust
- Size: 16.6 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# desfire-tool
Command Line Tool for working with MIFARE DesFire CardsThis is a Command Line tool for personalizing, reading and writing MIFARE DESFire (EV1/EV2) Cards.
It is written in Rust and based on libnfc and libfreefare.## Installation
### Requirements
For this tool to work, you have to have [libnfc](https://github.com/nfc-tools/libnfc) and [libfreefare](https://github.com/nfc-tools/libfreefare) installed.
There are binary packages available for many platforms, consult the documentation of these packages for further info.### Installation
coming soon
## Usage
To use this tool, you first need a supported reader. For a list of supported readers, visit [this wiki page](http://nfc-tools.org/index.php/Devices_compatibility_matrix).
As a start, place your tag on your reader and run
```bash
desfire-tool card info
```You can display a list of commands by running
```bash
desfire-tool help
```