I'm developing an application which will read information from a text file. There will be no writing to the file, just reading..

I don't want the end user to be able to read the information in the text file directly.. I had heard that it is possible to somehow decrypt the text and at the same time, my application can still read the text file...

What is the easiest way to accomplish this? Any help or guidance to the right resources would be appreciated..

Dan