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!