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!
source share