yakivmospan / scytale

One tool to manage key generation, key storing and encryption on different APIs of Android.
432 stars 45 forks source link

Document security settings (device-lock) quirks #23

Open dachev opened 2 years ago

dachev commented 2 years ago

If I understand correctly a keystore can become inaccessible if the user makes changes to device security settings. It may also be impossible to create a keystore if the devise is missing a proper security lock. It would be very helpful to explain this in the README page and maybe even provide some example code to check for those conditions. Let me know I can update the doc and submit a pull request.