answersLogoWhite

0

There is no simple answer to this question. Each encoding or encryption will have an associated decoding/decryption. In order to figure out the original message you need to at least know how it was encoded. If it was encrypted, then you will likely also need additional information such as encryption keys.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Can you convert this decrypt code 5f1a0ba35518dac437168c6abc6e6276 into ordinary language?

Without knowing how it was encoded or what information it contains, no. At first glance it appears to be an MD5 hash, which is (practically) impossible to convert back into its original form.


Can you convert the decrypt code bt upet vm tytkvpf pffntr pvh bt upet vm nto ordinary languages?

In order to convert any code to English, you need to know what each symbol stands for within the code. Typically, there is a legend that explains what each letter actually stands for and you can decrypt it from there.


What is another word for to convert a code in to a plain text?

A common term for this is to decrypt the text.


How do you decrypt a MD5 code?

ibrahem.2008@hotmail.com


How do you change source code into machine code?

A program called a compiler, or sometimes an assembler (depending on the programming language) does this for you. You write the source code, then invoke the program that will convert this into machine language.


Why should i make a program that encrypts and decrypts code?

The usual reason would be to encrypt and decrypt code


Which wii give High-level programming language from machine language?

You cannot convert machine code to high-level language. It's a one-way process. The best you can do is disassemble a machine code program, producing code similar to assembly language.


What are the examples of compiler?

basically compiler is that convert an object code in to machine code and machine code is directly understood by a computer. assembler and interpreter are the examples of compilers. assembler is used to convert object code of assmebly language in machine code.


How do you convert higher level language into lower level language?

Not only can we but we have to! Machine code is the only language understood by the computer, thus all languages, both low and high level, must be converted to machine code in order to execute. Most compiled languages can produce low-level symbolic code (assembly language), but not all, especially those that compile to byte code rather than machine code. However, all code has to be compiled or interpreted to machine code at some point and machine code can be disassembled to produce low-level symbolic code.


How c language convert into machine language?

With a compiler, which is a program that "knows" how to transform the programming language logic in to machine code and make it perform from that.


Free software to convert hex code into assembly language?

"http://wiki.answers.com/Q/Free_software_to_convert_hex_code_into_assembly_language"


What are the uses of compiler besides translation?

compiler is complex software compounding of scanner,parser,intermediate code generator , object code generator etc. Actually its tasks is to convert one language to another target language. then it may be possible that source language may be c# ,java , C source code and target language one of them or assembly language code.