cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Socket hash data
Socket hash data
Jan 7, 2016 at 9:18pm UTC
Vuzee01
(3)
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
Jan 7, 2016 at 11:53pm UTC
codekiddy
(783)
hash can't be "dehased"
are you sure you understand your question?
Last edited on
Jan 7, 2016 at 11:54pm UTC
Jan 8, 2016 at 11:41am UTC
Vuzee01
(3)
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
Jan 8, 2016 at 11:44am UTC
Topic archived. No new replies allowed.