Create Database from SD card using SQLiteCipher

99 views Asked by At

can anyone knows how to create database from SD Card using SQLiteCipher? link or tutorial to encrypt my database. there are some many tutorials but does not work. then also i have this permission in manifest.

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

which is stored database from file explorer like

/storage/sdcard1
1

There are 1 answers

2
aolphn On

You can use wcdb to do that,it base on SQLiteCipher and you can create a encrypted db by pass specified database file path.Here is github repo.wcdb is developed by WeChat which is biggest IM APP in China.