sqlcipher

  1. GGSoft

    Android Question SQLCipher 1.5 Obsolete files?

    In the post 'bout SQLCipher is stated that: V1.50 Based on SQLCipher v3.59 Supports targetSdkVersion 26. The icu.zip file is no longer required. You can delete it from the Files folder. It is no longer required to disable the debugger virtual assets feature. Remove this line...
  2. SMOOTSARA

    Android Question encryption with SQLCipher

    Hey guys :) I used this library to protect data Before the encryption, the database size was 104 MB, but after the encryption 98.2 MB. (The volume of the database was reduced to 6 MB).:D:D But After the release of the program, we see that the APK file size has changed from 22.5 MB to 104 MB...
  3. Duque

    Spanish SQLCipher Compatibilidad

    Amigos quiero implementar este SQLCipher en mi app, pero me surge una duda que android es compatible con SQLCipher, estuve haciendo pruebas en mi J7 android 6.0.1 y funciona perfectamente, pero que hay de android inferior o superior, Alguien con alguna experiencia ?
  4. mcqueccu

    Android Question sqlcipher Libutils.so not found in targetSdkVersion 26

    I have been getting libutils.so not found when testing my application with Motorola C PLus (Android 7 with targetSDKVersion of 26) My Samsung Galaxy Trend (Android 4.1.2) runs fine with the targetSDK of 26. How do i fix this. I launched an application to the playstore with targetSDKVersion of...
Top