nextcloud / passman-android

:key: Android app for Passman.
https://passman.cc
GNU General Public License v3.0
92 stars 30 forks source link

add cache systems #104

Closed binsky08 closed 2 years ago

binsky08 commented 3 years ago
animalillo commented 2 years ago

Would it make sense to store the cache somehow encrypted? Perhaps forcing the users to set an app password lock or something like that to prevent possible information leak if another app or malicious agent manages to get access to the cache storage of the app.

I'm open to ideas and discussion on this topic, the cache system looks like a great feature!

binsky08 commented 2 years ago

Would it make sense to store the cache somehow encrypted? Perhaps forcing the users to set an app password lock or something like that to prevent possible information leak if another app or malicious agent manages to get access to the cache storage of the app.

I'm open to ideas and discussion on this topic, the cache system looks like a great feature!

implemented a local storage encryption solution with #113