Open zhovner opened 8 years ago
I found a nodejs library crc-full
which has all possible types of CRC https://www.npmjs.com/package/crc-full
I suggest to replace CRC16
and CRC32
operations with one CRC
operation with drop-down list containing all possible types.
But the crc-full
lib depends on typescript
. Is this ok?
Looks like a cool library. Typescript may be an issue, but I'll have a play around.
crc-full
doesn't actually depend on Typescript, instead Typescript is a development dependency. The compiled code is just plain Javascript.
(Yes the project is configured slightly incorrectly, but hey, nobody's perfect.)
Thank you for great tool!
It will be nice to see algorithms from ISO14443 and ISO13239 contactless smartcards standards.
0x6363
or0xC6C6
in reversed bit order. Polynomial is0x1021
and no final XOR.I've made my own calculator for example https://hub.zhovner.com/tools/nfc/