storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 713 forks source link

Rekey implemented? #28

Closed mparic closed 1 year ago

mparic commented 10 years ago

I need to be able to rekey an encrypted db but do not see an option for this in the plugin. The plugin looks to have an "executePragmaStatement" function but I have not been successful in using this to execute a "PRAGMA rekey='password'" command. Is there a way with the current plugin to rekey a database?

brodybits commented 9 years ago

SQLCipher (encrypted version) will be handled in a new, separate project.