How to decrypt xml file???? (A total beginner question)?
-
Eg : i have a file xxxx.xml.enc How do i decrypt and edit it????
-
Answer:
.enc is not a well-known file type (at least I don't know it!). To get a useful answer you'll need to specify the software that's creating the file. If the file is encrypted (which you imply by your question) then normally you need to run it through a decryption algorithm together with a key. These algorithms are often supplied in language or operating system libraries and the keys are often stored in some secure storage with a name like "key ring" or "certificate store".
Jenice at Yahoo! Answers Visit the source
Other answers
open it in a text editor software..... like notepad and notepad ++. Now you can change it as you wish. (right click>open with>Notepad/Notepad++) Notepad++ is way better than Notepad, downloading it is worthwhile.
Huzefa Saifee
XML isn't usually encrypted. It's an ASCII or text file. Open it in Notepad ++ or something similar, and read it.
Zarn
Related Q & A:
- How to Read xml file in java?Best solution by Stack Overflow
- How to output XML from a regular SQL query?Best solution by Stack Overflow
- how to parse a xml file using jquery and phonegap?Best solution by Stack Overflow
- How to write XML file with Java and read it?Best solution by Stack Overflow
- How to convert a HTML file to XML file?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.