pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.35k stars 234 forks source link

Security #149

Closed Asendo316 closed 5 years ago

Asendo316 commented 5 years ago

How secure is Paper and how can it be secured to prevent external manipulation

pilgr commented 5 years ago

Paper doesn't provide extra security level. All paper db files saved in the app's files directory available only to that app.