| | |||||||
| |||||||
| New! Use your Facebook, Google, AIM & Yahoo accounts to securely log into this site, click logo to login | |
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Senior Member | How to decrypt an image Hi, Would really appreciate if someone could find a way to decrypt the image url --Edited-- Thanks
__________________ ||||newsiness.com||||'""|""\__,_ | _[lol]___[lol]____ l ||__|__|) |(@)(@)"""""""**|(@)(@)**|(@) 100% Free Online Flash games Last edited by newsiness; 07-04-2009 at 06:16 AM. |
| | |
| | #3 (permalink) |
| Senior Member | the original image url is --Edited-- Looks like the image has been encryted, anyway to decrypt it?
__________________ ||||newsiness.com||||'""|""\__,_ | _[lol]___[lol]____ l ||__|__|) |(@)(@)"""""""**|(@)(@)**|(@) 100% Free Online Flash games Last edited by newsiness; 07-04-2009 at 06:16 AM. |
| | |
| | #4 (permalink) |
| Senior Member | All I see is the filename in my browser (where the image usually shows up). Is this what you see? The same thing happened when I downloaded it (except it changed to whatever the current files filepath was). I opened it with Firefox. It could be that (if it really is supposed to do this) it's a scripted image that just displays the path of the file.
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| | |
| | #5 (permalink) |
| Senior Member | I am using a simple script, for example --Edited-- From the demo, it shows alien language. Do you think it is possible to decrypt it? please advice.
__________________ ||||newsiness.com||||'""|""\__,_ | _[lol]___[lol]____ l ||__|__|) |(@)(@)"""""""**|(@)(@)**|(@) 100% Free Online Flash games Last edited by newsiness; 07-04-2009 at 06:16 AM. |
| | |
| | #6 (permalink) |
| NamePros Member | The "alien language" is the binary content of the image. Unfortunately, there is an error with how they're generating the image. Opening the link with IE would yield that little box with the red X that says the image can't be loaded. Sometimes, Firefox replaces the erroneous image with an image of the site's URL. If the image Was valid, you would need to tell the browser the code you're spitting out is actually an image using the content-type header. <?php header('Content-type: image/jpeg'); $url="http://..."; echo file_get_contents( $url ); ?> Where are you getting this link from? Does it display a real image elsewhere? It's possible there is a session cookie behind it... Bruce Last edited by Bruce_KD; 07-05-2009 at 03:23 PM. |
| | |
| | #7 (permalink) |
| Senior Member |
__________________ ||||newsiness.com||||'""|""\__,_ | _[lol]___[lol]____ l ||__|__|) |(@)(@)"""""""**|(@)(@)**|(@) 100% Free Online Flash games |
| | |
| | #8 (permalink) |
| NamePros Member | Ok. You need to tell me where is is displayed. If you're not going to give me all the information, I am not going to help you. This is the third and final time I am going to ask. Tell me exactly what you are trying to do, or I'm going to assume it's something illegal/unethical. They can't just "encrypt" and image so it doesn't display in the browser and magically display it elsewhere. Unfortunately, without seeing how they are displaying it and all the files that come into play, as well as what you're actually trying to get as an outcome, I can't do anything. Bruce |
| | |
| | #9 (permalink) |
| Senior Member |
__________________ ||||newsiness.com||||'""|""\__,_ | _[lol]___[lol]____ l ||__|__|) |(@)(@)"""""""**|(@)(@)**|(@) 100% Free Online Flash games |
| | |
| | #10 (permalink) |
| New Member | You are right, this is what i see in FF browser.
__________________ Buy Backlinks- 20.000 Backlinks SEO Pack .-EDU .GOV Backlinks SEO Installment Plans Available |
| | |