• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

can I descramble jpeg code?

cheese

Junior Member
I have a file in an email that's supposed to be a jpeg, but is scrambled into code. I'm 99.9% sure it's not encrypted. (the rest is ok) What can I do to translate this mess into the image? I don't really have a dedicated viewer, I just use IE.
 
You're probably looking at the ASCII equivilent of the hexcode that makes up the jpeg file and not all hexcode converts to ASCII. So you probably won't be able to recover the file.
 
It's probalby MIME coded. but usually your email software should automatically decode MIME with no problem, unless it has errors or something. you can probably find some MIME decoder some where on the net and try to do it yourself.

 
It's possible that someone only sent you part of the .jpg by accident or that the header is damaged/corrupted. Without the file header telling Windows it's a .jpg, the OS will default to a text viewer and you'll see ASCII garbage instead. The file as-is is probably toast.
 
Back
Top