So I have been given a Publikey.key in which to encrypt data for an ios project.
1) How do I deal with this in my project, should I simply copy the key as a resource or does it need to be added to some keychain on the actual device ? This is the part which is not clear to me.
2) How do I generate a SecKeyRef object from this PublicKey.key ? Once I have that object in my code then I can begin encryption process.
if you have done something like this before please give me some pointers.
Thanks