Hi,
I have a String that I want to:
encrypt it using a key.
generate that key with the Secure Enclave
store the key in the secure enclave
next time the user opens the app:
read the key from the secure enclave.
decrypt the string back.
Is it possible?
I know the Secure Enclave can help me generate a key, but how to store or retrieve it? Is it possible to do that with CryptoKit?
Post
Replies
Boosts
Views
Activity
Hi,
All my LazyVStacks flicker when scrolling them fast.
I tried to set a fixed height for the children's views but with no luck.
Is there a solution for that?