base64

  1. N

    Question How do I convert an xml file (tags and all) to string?

    I am writing a program in vb 2010. I need to protect the xml file which contains price information. It doesn't need to be hard-core encrypted, so I want to convert either the values in the elements, or the entire xml to Base64, then decode at runtime into my variables so that no one can look at...
Back
Top