I have developed a windows product which deals with conversion of files(PDF to XML/HTML/doc), which will create some folders and files in local for application use.Also i am maintaining mdb, and some customized configuration files for he conversion.

These folders and files not needed to the user.But the application needs the same.

So i thought of encrypting these folder and files in a single file.When application needed it has to decrypt the file and use it inside the application.

Is there any third party or dot net component to do this.