i am having problem. I have searched google for biometric authentication but all example apis just returns me "authentication success" with boolean value.
Example: https://proandroiddev.com/5-steps-to-implement-biometric-authentication-in-android-dbeb825aeee8
I want to encrypt SQL with user's biometric id. The biometric id will be the key. It can be 256bit or 64bit key.
Is there any library for that ?