Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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