Android KeyStore: While the device is locked, can background processes still access keys?
Asked Answered
B

0

9

Basically whats going on is I want to encrypt/decrypt some session tokens (just a string) before/after storing them. However I've read that the Android KeyStore is locked and unaccessible while the device is locked, but I still need to be able to access the KeyStore even while the device is locked. Is there a way around this?

Thanks!

Brackett answered 24/10, 2016 at 14:47 Comment(1)
Did you ever find a solution here?Uvular

© 2022 - 2024 — McMap. All rights reserved.