cryptography - AES-CMAC module for Node.js? -


is there node.js module handles aes-cmac (rfc 4493)?

i've been searching around npm, google, , like, haven't found one. within company built 1 wraps crypto++ c++ addon node.js, unfortunately doesn't build on windows (depends on make). looking possible alternatives.

this similar other question, i'm hoping node.js specific implementation instead of plain javascript one. ideally makes use of node's crypto library or c/c++ addon performance.

it seems wouldn't hard build one, i'd avoid doing if there 1 out there.

since couldn't find anything, ended creating own module: node-aes-cmac

as learned more, discovered rfc 4493 specific 128 bit keys (aes128). references nist special publication 800-38b gave additional information needed support 192 , 256 bit keys well.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -