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

Insecure database location - use of private storage #1376

Closed
Jowat97 opened this issue Aug 10, 2022 · 1 comment
Closed

Insecure database location - use of private storage #1376

Jowat97 opened this issue Aug 10, 2022 · 1 comment

Comments

@Jowat97
Copy link

Jowat97 commented Aug 10, 2022

The databases are stored on the regular shared storage, where every other app with access to your data could also access the (encrypted) database as well. But android supports private storage, where only the specific app has access to. It would be very nice to have the possibility to store the database within the private storage. I know, that the database itself is encrypted, nevertheless it would increase the security. It could be added as an optional feature, since it would be harder to replace the database for example.

@J-Jamet
Copy link
Member

J-Jamet commented Aug 10, 2022

The file is stored wherever you want on the application providing the file, depending on the choice of application you make obviously : https://github.com/2bllw8/anemo

Duplicate : #1157 #904 #133
Linked to Kunzisoft/FileSync#7

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

No branches or pull requests

2 participants