Bug #8223

StorageManager.mountStorage fails with IOCipherStandalone:0.4

Added by knewye 10 months ago.

Status:NewStart date:03/28/2017
Priority:NormalDue 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'

Also available in: Atom PDF