Current command:
hf mf encodehid --help
Encode binary wiegand to card Use either --bin or --wiegand/--fc/--cn usage: hf mf encodehid [-hv] [--bin <bin>] [--fc <dec>] [--cn <dec>] [-w <format>] options: -h, --help This help --bin <bin> Binary string i.e 0001001001 --fc <dec> facility code --cn <dec> card number -w, --wiegand <format> see `wiegand list` for available formats -v, --verbose verbose output examples/notes: hf mf encodehid --bin 10001111100000001010100011 -> FC 31 CN 337 (H10301) hf mf encodehid -w H10301 --fc 31 --cn 337