Yes, this looks fine. The only other thing that I would recommend is creating your own encryption key and vector rather than using the default keys. If you notice, there is an overload on the New(). Use the second overload to provide the key and vector:loDES = New TripleDESWrapper(New Integer() {24 values}, New Integer() {8 values})
The intellisense should give you some sample code on this.