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

Added SqlCipher support #65

Merged
merged 6 commits into from Dec 29, 2017

Conversation

mstarita
Copy link
Contributor

Very quick integration with Sqlcipher.
Basically I've changed the map of Database file list from Map<String, File> to Map<String, Pair<File, String>> where the last string is the database password.

This is my little contribution to this useful project ;)

Marco

@amitshekhariitbhu
Copy link
Owner

amitshekhariitbhu commented Jun 26, 2017

@mstarita Overall it is great. How to set the password for the database located at the default path?

@mstarita
Copy link
Contributor Author

@amitshekhariitbhu Actually my focus on Sqlcipher was on external database file. So by now no way to setup the password for databases on default path.

@mstarita
Copy link
Contributor Author

mstarita commented Jul 7, 2017

@amitshekhariitbhu I have addedd the password support for database on the default path (via resource string, see the build.gradle of the app module), a sample database with encryption and a lock icon on the web ui

@amitshekhariitbhu
Copy link
Owner

@mstarita : Great we will check and merge it in our new release.

@amitshekhariitbhu amitshekhariitbhu merged commit 5a6ff0c into amitshekhariitbhu:Development Dec 29, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants