key-store

🔐 Isomorphic encrypted key store written in TypeScript.

MIT License

Downloads
388
Stars
19
Committers
5

Bot releases are hidden (Show)

key-store - v1.2.0 Latest Release

Published by andywer over 3 years ago

A quick minor release introducing a new method.

Features

  • Add getRawKeyData(keyID) method (#12, by @ebma)
key-store - v1.1.0

Published by andywer over 5 years ago

Minor release shipping a new method.

New features

  • Added saveKeys() method to update multiple keys at once (#9, by @PaulBernier)
key-store - v1.0.0 - Rewrite of the package

Published by andywer about 6 years ago

This major release is basically a complete rewrite of the package:

  • Library is isomorphic now (works in browser & node)
  • API has changed
  • Uses tweetnacl instead of crypto module now
  • Fixed a critical issue