node-dukpt
node-dukpt copied to clipboard
Support for CBC MAC ?
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