Skip to content

Commit

Permalink
Key Derivation with libcrypto
Browse files Browse the repository at this point in the history
- Removed SymmetricKey JNI with libcrypto

- Brought back the single build.gradle (no separated java and android)

- Implemented Key Derivation at the Store and Storage Level.

- Refactor SymmetricKey to accept only raw key (byte array), no password string. Database will derive the raw key from the password when creating a SymmetricKey object. However when doing this, the storage engine needs to be created prior openning the store in Store.open.

#805
  • Loading branch information
pasin committed Nov 5, 2015
1 parent 5e9cfcc commit 1b582b0
Show file tree
Hide file tree
Showing 15 changed files with 213 additions and 664 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "vendor/libtomcrypt"]
path = vendor/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
110 changes: 0 additions & 110 deletions build-android.gradle

This file was deleted.

247 changes: 0 additions & 247 deletions build-java.gradle

This file was deleted.

Loading

0 comments on commit 1b582b0

Please sign in to comment.