gchq/CyberChef

Operation request: ISO14443 SmartCards algorithms (CRC16, BCC)

Open

#9 ouverte le 29 nov. 2016

Voir sur GitHub
 (3 commentaires) (4 réactions) (0 assignés)JavaScript (3 944 forks)batch import
help wantedoperation

Métriques du dépôt

Stars
 (34 843 stars)
Métriques de merge PR
 (Merge moyen 57j 13h) (62 PRs mergées en 30 j)

Description

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/

Guide contributeur