android / security-samples

Multiple samples showing the best practices in security APIs on Android.
Apache License 2.0
938 stars 395 forks source link

Catch KeyPermanentlyInvalidatedException with Asymmetric key #38

Closed codingjeremy closed 4 years ago

codingjeremy commented 5 years ago

Issue by BulatMukhutdinov Monday Jul 22, 2019 at 10:01 GMT Originally opened as https://github.com/googlesamples/android-FingerprintDialog/issues/59


When dealing with AES encryption we would get KeyPermanentlyInvalidatedException if new fingerprint was added. Is it possible to detect fingerprints enrolments with asymmetric keys (RSA)? I have tried but no success so far

nic0lette commented 4 years ago

Thank you for the question, however it's best to ask them on a medium such as Stack Overflow with the Android and Biometrics tags rather than here. Thank you!