How to encrypt/store private key, if login is with biometrics/OTP/Sign in with Google
I am creating a cross-platform application, in which I am encrypting all data using AES-GSM.
So my problem is that I want to store private keys locally on the user’s device (either Android, IOS, Web, etc.). But Since for login I have multi… Continue reading How to encrypt/store private key, if login is with biometrics/OTP/Sign in with Google