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/

贡献者指南