@bitaffair/sdm
v1.0.0
Published
A JavaScript library for handling nfc-sdm (NXP424dna) parameters based on [AN12196](https://www.nxp.com/docs/en/application-note/AN12196.pdf) specs.
Maintainers
Readme
@bitaffair/sdm
A JavaScript library for handling nfc-sdm (NXP424dna) parameters based on AN12196 specs.
Installation
npm install @bitaffair/sdmDecoderSession
import { DecoderSession } from "@bitaffair/sdm";
const ds = new DecoderSession({
AppKey0: MASTER_KEY_0,
AppKey1: MASTER_KEY_1,
AppKey2: MASTER_KEY_2,
});
ds.process({
picc: "EF963FF7828658A599F3041510671E88",
cmac: "94EED9EE65337086",
});License
MIT
