emv_utilities

1.0.1 • Public • Published

EMV Utilities

Library for parse EMV data

const emvParser = require('emv_utilities');

const emvParser = new EMVParser(emv_tags);

let tlvData = emvParser.tlvDataParser('9f2701809f10120110a00004220000000000000000000000ff');

// [
//      { tag: '9F27', value: '80', desciption: 'Cryptogram Information Data' },  
//      { tag: '9F10', value: '0110A00004220000000000000000000000FF', desciption: 'Issuer Application Data' } 
// ]

Dependents (0)

Package Sidebar

Install

npm i emv_utilities

Weekly Downloads

0

Version

1.0.1

License

GPL

Unpacked Size

47.6 kB

Total Files

8

Last publish

Collaborators

  • jimmysfernandes