In the previous question, I asked about the weaknesses in my concept of security level ... It relies on JavaScript cryptography functions, and thanks to the answers it is now strikingly clear that everything that is done in Javascript can be manipulated and cannot be trusted ...
Now the problem is that I still have to use them, even if I rely on SSL for the transfer ...
So, I want to ask - is there a way that the server can verify that the site is using the "correct" javascript from the server?
Everything that comes to my mind (for example, hashing, etc.) can be clearly faked ... and the server does not seem to be able to find out what is happening on the client side after it sent some data to it, expept over HTTP headers (-> cookie exchange and more)
source share