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

Being able to change/remove a oassword #5

Open
Reddevildragg opened this issue Feb 10, 2018 · 3 comments
Open

Being able to change/remove a oassword #5

Reddevildragg opened this issue Feb 10, 2018 · 3 comments
Assignees
Labels

Comments

@Reddevildragg
Copy link

I may be missing something but I have been looking at using this to encrypt the database on a released build. However during development I am looking to have the database not encrypted (so can see all the information in a viewer to monitor) is this possible. Also as a requirement the encryption code will need to change every month so is it possible to change the password on a created database?

Thanks for any help

@netpyoung
Copy link
Owner

It is possible set key and rekey on database - https://www.zetetic.net/sqlcipher/sqlcipher-api/

I also using normal sqlite for debug during developing . and for release use encrypted data.
It also good for prepare mechanism for change password.

It also one solution. replace by new database and receive key from server.

@Reddevildragg
Copy link
Author

Thanks for the help, I will have a look into that and see if I can get any results working. I don't suppose you have an example I can view of the code unity side? Just so I fully understand the process

@netpyoung
Copy link
Owner

sorry for late reply. recently i'm busy. and nowday also I don't know have a time to test.
anyway it take a time to make example.

@netpyoung netpyoung self-assigned this Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants