We have an applet that connects back to the server from which it came on a secure HTTP connection. IE: codebase=http://192.168.1.1/, and applet then opens HTTPURLConnection to https://192.168.1.1:443
Hello, I'm using to Java to implement a simple p2p system. I have a problem though - I would like to make sure the custom packets I'm sending are the same packets which were sent, i.e. to prevent malicious packet injection etc. I was thinking of using one of the hashing