1
0
mirror of https://github.com/manbeardgames/eamuse-card-convert.git synced 2024-09-23 18:48:19 +02:00
A command-line utility for converting between card numbers written on the back of an e-Amusement card and the card ID stored in the RFID on the card.
Go to file
2020-01-10 16:17:54 -05:00
EamuseCardConvert Initial commit 2020-01-10 16:17:54 -05:00
.gitignore Initial commit 2020-01-10 16:17:54 -05:00
EamuseCardConvert.sln Initial commit 2020-01-10 16:17:54 -05:00
README.md Initial commit 2020-01-10 16:17:54 -05:00

e-Amusement Card Convert

A command-line utility for converting between card numbers written on the back of an e-Amusement card and the card ID stored in the RFID on the card.

This utility is a port of the card convert utility originally written in python by @DragonMinded.

Usage

Run it like ./eamusecardconvert <card-id>. <card-id> can be either the 16-character card ID stored in the RFID on the e-Amusement card, or the 16-character card number as shown on the back of the e-Amusement card. Whichever value is supplied, the resulting output will be the conversion to the other. Inputs will be sanitized, so you can feed card ID and back-of-card numbers with or without spaces, with or without hyphens, and you can also mix up 1 and I as well as O and 0. Both old-style and newer FeliCa style e-Amusement cards are supported.