home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Mib / CRUECHAT.ZIP / CRUECHAT.BAK < prev    next >
Encoding:
Text File  |  1998-12-12  |  1.4 KB  |  33 lines

  1. CrueChat 1.1 - Client/Server version, with encryption           By +Cruehead
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  3. CrueChat is meant to be an example how to create a simple chat program
  4. that works on the Client/Server idea. The server program (called
  5. CrueServ.exe) is meant to be run on a separate machine, which the Client
  6. program (simply called CrueChat.exe) tries to connect to. Using this
  7. idea, many people can connect to the same server and thus making it
  8. a multi-person chat.
  9.  
  10. You dont have to run the server on a seperate machine, it works perfectly
  11. well if you run it and one (or more) copies of the client program on the
  12. same computer. The only negative thing is that you'll be chatting with
  13. yourself, but that's not my problem :)
  14.  
  15. Another feature is "encryption". It's not really encryption, just a simple
  16. XOR algorithm, but as this release is only meant for learning purposes I
  17. included it.
  18.  
  19. Also included is the source codes, which is in win32asm and they should be
  20. compiled with TASM 5.0
  21.  
  22. A big thank you flies out to Iczelion for making me understand the idea
  23. behind sockets. He has a great homepage for win32asm freaks (like myself):
  24. http://members.xoom.com/Iczel/index.html
  25.  
  26. Do whatever you wish with the sources, but if you use them in any way I'd
  27. appreciate if you included me in the "Thanks" list.
  28.  
  29. /+Cruehead
  30. email: cruehead_@hotmail.com  
  31. www  : www.messinginbytes.home.ml.org
  32.  
  33.