How To Decrypt A File?

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

Was this solution helpful to you?

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:

Just Added Q & A:

Find solution

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.