|
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.
|