0

I would like to know if I can use the iPhone's secure element to store a pair of keys. I need to store them in the safest emplacement, and I can't think of a better one than the secure element.

1 Answers1

0

The safest place to store pair of keys is keychain store. You can use a keychain wrapper to do this. I recommend to use this wrapper: here is the link

  • Thank you Mustafa for your answer. It would have been perfect if the secure element was accessible, but at the same time I wasn't expecting it to be the case. – Zakaria XPI Dec 30 '15 at 09:53