Bug #8223
StorageManager.mountStorage fails with IOCipherStandalone:0.4
| Status: | New | Start date: | 03/28/2017 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Component: |
Description
Calls to mountStorage fail when using IOCipherStandalone.
When using SQLCipher and IOCipher it works fine.
In Android Studio
Gradle version 3.3
Android plugin version 2.3.0
Call fails:
StorageManager.mountStorage( ctx, path, password32.getBytes());
Gradle config that fails:
compile 'info.guardianproject.iocipher:IOCipherStandalone:0.4'
Works fine
compile 'net.zetetic:android-database-sqlcipher:3.5.4'
compile 'info.guardianproject.iocipher:IOCipher:0.4'