nfc-tools / mfoc

Mifare Classic Offline Cracker
GNU General Public License v2.0
1.21k stars 267 forks source link

Feature: Colorize output #89

Open thekix opened 3 years ago

thekix commented 3 years ago

What do you think about colorize the output, like for example mfdread does it?

Regards, kix

neomilium commented 3 years ago

IMHO, handling output colors directly in mfoc is useless and could be painful in C: mfoc should focus on simple keys extraction, then dump tag into a file which we will be parsed by, a probably higher level language, tool to manipulate/show/explain the data.