Socket hash data

Hi guys, how can i send hashed data to socket and when socket receive it to dehash it and use it for something?

Please give me example or tutorial
hash can't be "dehased"

are you sure you understand your question?
Last edited on
Okay, acutally i made it.

i used socket to send random numbers to program, program save it to int A, B
then used A,B for a math formule then send it back to socket, in socket i use same formule and numbers so if they match result will be true and if not it will be false
Last edited on
Topic archived. No new replies allowed.