Skip to content

Server that listens for TCP connections, reads data from its input one line at a time, and writes out the ROT13 obfuscation

Notifications You must be signed in to change notification settings

karmatr0n/rot13_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rot13_server

It is a trivial server that listens for TCP connections on port 40713, reads data from its input one line at a time, and writes out the ROT13 obfuscation of line each as it arrives.

Build and run

  $ make
  $ ./rot13_server &
  $ telnet localhost 40713

      or

  $ ruby rot13_client.rb 110

About

Server that listens for TCP connections, reads data from its input one line at a time, and writes out the ROT13 obfuscation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published