It looks like the iv length is defaulting to 16 bytes From this discussion, it seems 12 bytes is preferable. Thoughts about this?Member matheus23 commented Aug 9, 2024 • edited Yes. It's better to have an iv length of 12 with AES-GCM. This library has a bunch of suboptimal ...
GCM cipher IV length can have an value >=12 bytes. When not the default 12 bytes (96 bits) sets the IV length using EVP_CIPHER_CTX_ctrlwith typeEVP_CTRL_GCM_SET_IVLEN Sorry, something went wrong. nodejs-github-botadded thec++Issues and PRs that require attention from people who are ...