Home
Softono

Just Tags

Open source Swift
19
Stars
3
Forks
17
Issues
2
Watchers
3 months
Last Commit

 About Just Tags

A macOS app for all your EMV tag needs.

Platforms

Web Self-hosted macOS iOS

Languages

Swift

Links

Need Help Installing Just Tags?

We provide expert installation service for this software. Our team will install, configure, and secure Just Tags on your server. plans start at just $30.

JustTags

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

Features

Decode the tags from base64 or hex strings into a comprehensible list.

Filter the decoded tags by tag, name, or description.

Fully decode the tag value for specific tags (`9F33`, `95` etc).

View additional tag info (source, format, kernel).

Select and copy tags as hex string.

Diff 2 tag lists against each other.

Rename window tabs.

How to use

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

Command-line support

If you want to open the application and pass the data from command-line, the following options are available:

  • Custom URL schemes. Run open justtags://main/nzMDKAjI OR open justtags://main/9F33032808C8 from command-line.
  • Piping the output into a custom function. Set it like this:
  1. Add the following to your ~/.zshrc or ~/.bashrc:
justtags() {
  read tags
  open justtags://main/$tags
}
  1. Run source ~/.zshrc or source ~/.bashrc.
  2. Use the new function echo "9F33032808C8" | justtags OR echo "nzMDKAjI" | justtags.

Contributing

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.

License

GNU GPLv3

Alternative Tools

Eftlab's BP-Tools

Emvlab's tlvtool

Binaryfoo's emv-bertlv