How to use public keys with asymmetric cryptography to dynamically create a shared secret for HMAC?

I have a mobile app (iOS and Android) and I’m trying to implement HMAC with Node.js as the backend.

Currently I have a static shared key for symmetric HMAC(e.g. “ABC123”) which is hardcoded in both client (iOS and Android) a… Continue reading How to use public keys with asymmetric cryptography to dynamically create a shared secret for HMAC?