Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

When you have a cipher text that is made up of special characters and spaces, how do you decrypt that it back to its original state?

share|improve this question
1  
A typical ciphertext consists of bytes and not characters. If you transformed it to characters you need to specify how you did that (with some kind of encoding). This is also a programming problem and not a cryptography problem, and thus off-topic here. Improve your question and ask on stackoverflow. – CodesInChaos Oct 18 '12 at 14:36
Welcome to Cryptography Stack Exchange. Your question is missing important details (nobody can do something with your description). If this is actually an encryption, please specify how it is done, and we might be able to help you. (Edit your question and add an comment, and we can reopen it.) If it is only some encoding, you will be better off on our sister site Stack Overflow, as @CodesInChaos said. – Paŭlo Ebermann Oct 18 '12 at 20:12

closed as not a real question by CodesInChaos, Paŭlo Ebermann Oct 18 '12 at 20:08

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.