Skip to content

Releases: Terreii/hoodie-plugin-store-crypto

Compatibility

27 Nov 14:41
Compare
Choose a tag to compare

This release will make the transition to v2 easier.

hoodie-plugin-store-crypto did wrongly use _design for its _design/cryptoStore/salt. Version 2 will move the salt doc to hoodiePluginCryptoStore/salt. This release will try to use _design/cryptoStore/salt, if it fails it will try hoodiePluginCryptoStore/salt.

v1.2 is released now, so that offline capable projects can update to it and don't have a transition problem when v2 will be released.

UpdateOrAdd fix

25 Sep 14:54
Compare
Choose a tag to compare

Fixed a bug that could happen by UpdateOrAdd, if an array of one object, that will be added, is the argument.

Reset won't bring me down

15 Sep 22:26
Compare
Choose a tag to compare

This plugin will continue to work, after the reset() method will be called on the hoodie-store.

This happens on:

  • sign in (not sign up)
  • reset is directly called

Lock added

Locking resets the password/key to nothing. The store will lock on sign out. It can also be used for timeouts.

v1.0.2

14 Aug 11:50
Compare
Choose a tag to compare

This release fixes some bugs:

  • The original object, that should be encrypted, is no longer modified
  • It no longer throws if an _attachments is present
  • It ignores _attachments and _conflicts properties

Documentation update

12 Aug 15:53
Compare
Choose a tag to compare

This update adds documentation what of a document will be encrypted and how.

It adds examples how the key is generated, documents are encrypted and decrypted, in an way that allows the document to be extracted without this plugin.

Initial release

12 Aug 15:49
Compare
Choose a tag to compare

This is the initial release.

It adds the cryptography and methods to save, read, update and delete encrypted documents. And an event system for when encrypted documents are added, updated, deleted or any of them.