@appliedblockchain/kms
v1.5.0
Published
# Install
Downloads
16
Maintainers
Keywords
Readme
ab-kms
Install
npm i -g @appliedblockchain/kms
Usage
To encrypt/decrypt a file(In place! Meaning that the original file is replaced with the result if the encryption/decryption was succesful)
ab-kms [encrypt|decrypt] filePath
You can configure the aws params with the env variable AWS_KEY_ID(the kms key) and AWS_REGION(default to eu-west-1)