ansible-vault
ansible-vault copied to clipboard
An ansible vault compatible en- and decryption library for node
Results
2
ansible-vault issues
Sort by
recently updated
recently updated
newest added
The new release of this library is throwing the following error on my ansible vault files: ``` /home/app/node_modules/ansible-vault/src/index.js:165 if (Buffer.compare(hmacComp, hmac) !== 0) throw new Error('Integrity check failed') ^ Error:...
feat: change to ESM feat: include binascii functions as ESM chore: use eslint-prettier with eslint@9 chore: build cjs with rollup chore: bump dependencies