Securely hide jQuery result from user?
问题 Is it possible to generate a random number with jQuery, then post it to the server in a form without the user being able to find out the number? I know I can "hide" the output, but can I hide it from firebug too? Could it be done with something like jCryption, or is this actually impossible with jQuery? 回答1: Nothing you do on the client-side should ever be considered safe from the user's manipulation. 回答2: No. It is not possible. Every connection between the browser and the server can be