Android KeyStore. While the device is locked, can background processes still gain access to the keys?

Basically, I want me to encrypt / decrypt some session tokens (only a string) before / after they are stored. However, I read that the Android KeyStore is locked and inaccessible while the device is locked, but I still need to have access to the KeyStore even when the device is locked. Is there any way around this?

Thanks!

+5
source share

Source: https://habr.com/ru/post/1258718/


All Articles