@appliedblockchain/kms

npm i -g @appliedblockchain/kms

Usage no npm install needed!

<script type="module">
  import appliedblockchainKms from 'https://cdn.skypack.dev/@appliedblockchain/kms';
</script>

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)