JustTags in a macOS app for working with BER-TLV EMV tags.







Clone the project
git clone https://github.com/kaphacius/just-tags
Go to the project directory
cd just-tags
Open with Xcode
xed .
Build and run with Command + R
If you want to open the application and pass the data from command-line, the following options are available:
open justtags://main/nzMDKAjI OR open justtags://main/9F33032808C8 from command-line.~/.zshrc or ~/.bashrc:
justtags() {
read tags
open justtags://main/$tags
}
source ~/.zshrc or source ~/.bashrc.echo "9F33032808C8" | justtags OR echo "nzMDKAjI" | justtags.Contributions are always welcome!
Please open an issue if you spot a bug, or an enhancement if you have an idea for a great feature.
Eftlab’s BP-Tools
Emvlab’s tlvtool
Binaryfoo’s emv-bertlv