node-dukpt icon indicating copy to clipboard operation
node-dukpt copied to clipboard

Support for CBC MAC ?

Open jleskovar-tyro opened this issue 4 years ago • 0 comments

Hi there,

Fantastic library. Are there plans to support generating MACs natively within the API? It's possible currently to generate a correct MAC for payloads 8 bytes or less, using the "mackey" key type and calling dukptEncrypt, by virtue of being within a single 8-byte block. Greater than 8 bytes though, and this no longer works.

Thanks

jleskovar-tyro avatar Mar 09 '21 03:03 jleskovar-tyro