Skip to content

Releases: LockateMe/Lawncipher

Lawncipher v2.0 beta

10 Dec 09:39

Choose a tag to compare

Major rebuild. Improvements based on the results of the Lawncipher mobile benchmark project.

Major features:

  • B+ tree-based encrypted collection indexes
  • B+ tree-based encrypted field search indexes
  • Dynamic index loading
  • Document models : indexed and unique fields

WARNING: Still in beta stage

Lawncipher v1.0.4

02 May 14:48

Choose a tag to compare

Fixing a bug that caused the collection's index to be saved n times if you inserted n documents using bulkSave

Lawncipher v1.0.3

22 Apr 11:46

Choose a tag to compare

Documenting db.openWithPassword(password, callback). That's it...

Lawncipher v1.0.2

08 Apr 23:21

Choose a tag to compare

Bug fix : rootSalt wasn't loaded when opening with rootKey

Lawncipher v1.0.1

08 Apr 23:06

Choose a tag to compare

Bug fix : "non-existing" function name when changing collection model

Lawncipher v1.0.0

05 Apr 15:58

Choose a tag to compare

  • Initial release.
  • Tested and known to work on Node.js v0.10 and v5, as well as Cordova (on iOS and Android)