Thread: Java Server
View Single Post
Old Jan 11th, 2007, 2:51 PM   #2
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Um... It depends entirely how you go about implementing it.

The only things I can think of that would make this insecure is whether you need to keep track of who is sending which string, and whether you care that the strings could be intercepted.

Both of these problems can be solved relatively easily.
Arevos is offline   Reply With Quote