I read and write data in an XML file. I do not want other people to read that file. So i want to create password for my file or lock the file.
How can I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t password protect XML files without using encryption software. XML files are just text, but programs like PGP (Google away) should work well for strong encryption.
Lots of Java-based encryption libraries available too, mostly open-source, just google them