Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to decrypt database, that was encrypted before? #103

Open
shustariov-andrey opened this issue Aug 1, 2020 · 1 comment
Open

Comments

@shustariov-andrey
Copy link

Hi

First, thanks for the awesome plugin - it works really smoothly in ionic and typeorm environment!

Question:
Is there any way to decrypt encrypted database on device? Setting the key to something empty doesn't solve the issue and
according to sqlcipher docs, I should basically attach empty un-encrypted database and use sqlcipher_export to fill it with unencrypted data. Is there any way to implement such scenario, using this plugin?

Thank you in advance!

@ncomo11
Copy link

ncomo11 commented Dec 3, 2020

SQLStudio do have option to decrypt SQLCipher database with option to provide algorithm, kdf and page size but it is not working.
FYI I used email cordova plugin to export the database and try opening it using SQLite Studio.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants