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?
Nothing you do on the client-side should ever be considered safe from the user's manipulation.