user9623243
user9623243

Reputation:

Create Database from SD card using SQLiteCipher

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

Upvotes: -1

Views: 107

Answers (1)

aolphn
aolphn

Reputation: 2998

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.

Upvotes: 0

Related Questions