kms-datakeys
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

kms-datakeys

wrapper for using kms data keys (es6 and typescript friendly)

installation

npm install kms-datakeys --save

usage

import { encryptWithKms, decryptWithKms } from 'kms-datakeys';
 
const encrypted = await encryptWithKms(kms, 'SOME KEY ID', input);
const result = await decryptWithKms<Object>(kms, encrypted.encryptedKey, encrypted.encryptedObj);

Readme

Keywords

none

Package Sidebar

Install

npm i kms-datakeys

Weekly Downloads

6

Version

1.3.3

License

MIT

Last publish

Collaborators

  • swahvay
  • stridesoftware
  • amyatstride
  • scottbessler
  • mschoendorf
  • djres88
  • dangsd
  • matt.naides
  • tylergetstride
  • savbaron
  • mhiggs
  • maxiappleton
  • chrischang127