Posts by Harry • 21 points
1 post
-
2
votes0
answers156
viewsQ: ECDH between C# and javascript
I’m creating a web API and need to implement ECDH for end-to-end encryption. On the server side I have a C# application and on the client side a javascript application. I can switch keys, generate…