Decrypting errors in Unity using Bouncy Castle “mac check in GCM failed”
I’m running in circles trying to implement encrypted server communication in a Unity WebGL app. Our server is encrypting all messages that are send to the client using a GO implementation of EC-Diffie Hellman. On Server site everything works fine.