Posts  / #POST-223207
REDDIT

question about web crypto subtle ecdh shared secrets

A
Oct 12, 2024 · 09:04

hello everybody,

is there any way to generate an ecdh key with javascript in a browser and with c on a backend?

how are the common secrets calculated? im trying to get a edch shared secret in a browser and on a backend without using subtle on the backend itself?

thx