gchq/CyberChef

Operation request: ISO14443 SmartCards algorithms (CRC16, BCC)

Open

#9 建立於 2016年11月29日

在 GitHub 查看
 (3 留言) (4 反應) (0 負責人)JavaScript (3,944 fork)batch import
help wantedoperation

倉庫指標

Star
 (34,843 star)
PR 合併指標
 (平均合併 57天 13小時) (30 天內合併 62 個 PR)

描述

Thank you for great tool!

It will be nice to see algorithms from ISO14443 and ISO13239 contactless smartcards standards.

  • CRC16_A Initial register 0x6363 or 0xC6C6 in reversed bit order. Polynomial is 0x1021 and no final XOR.
  • CRC16_B
  • BCC (Bit Count Check) — simple successively XOR-ing all bytes

I've made my own calculator for example https://hub.zhovner.com/tools/nfc/

貢獻者指南