How to generate a Symmetric Key on the Secure Enclave of iOS devices and use it to encrypt data
I’m working on a secure app that uses the user’s master password to derive a symmetric key to encrypt all the user information. I want to add FaceId support now, and the approach I was thinking of was to generate a symmetric key on the Sec… Continue reading How to generate a Symmetric Key on the Secure Enclave of iOS devices and use it to encrypt data