This is my first question here as before I found all workarounds from another questions.
The question is very short: Does anyone know if there is any Diffie-Hellman implementation for iOS? I mean...the idea is to share between 2 devices (one is iOS and the other a java web service) a secret key, and I think the best idea should be that method.
If not, can anyone suggest me another option?
I'm not an advanced developer, that's why i'm trying to check for a framework for this.
Thanks in advance everyone!
There is a Diffie-Hellman implementation for iOS in github. You can use it. https://github.com/benjholla/Diffie-Hellman-iOS Also you can use openssl with ios. Considering openssl is a proven library, it is better to use openssl for this purpose.