How can i call or run a file that is hidden in an image?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • euqaj
    New Member
    • Aug 2008
    • 6

    How can i call or run a file that is hidden in an image?

    I need to run a hidden file in an image as i open the image or double clicked it. Please help me do this. or Is it possible?
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    The question is: How was it hidden in the image? You'll have to somehow extract it and for that you'll need to know the program it was hidden by.

    Greetings,
    Nepomuk

    Comment

    • euqaj
      New Member
      • Aug 2008
      • 6

      #3
      Originally posted by nepomuk
      The question is: How was it hidden in the image? You'll have to somehow extract it and for that you'll need to know the program it was hidden by.

      Greetings,
      Nepomuk

      Thanks... So I should compress the hidden files before I hide it in the image?

      Comment

      • Nepomuk
        Recognized Expert Specialist
        • Aug 2007
        • 3111

        #4
        Originally posted by euqaj
        Thanks... So I should compress the hidden files before I hide it in the image?
        Wait a minute, which way is it - do you have an Image with hidden files in it which you want to get out or do you want to hide files in an image?

        If you want to hide files, I'd compress them with a password (e.g. with WinRAR as a RAR or ZIP archive) and then hide that archive in the image. That way, even if someone finds out, there's something hidden in the image, it's much more difficult to get at.

        Greetings,
        Nepomuk

        Comment

        • AmberJain
          Recognized Expert Contributor
          • Jan 2008
          • 922

          #5
          Originally posted by euqaj
          I need to run a hidden file in an image as i open the image or double clicked it. Please help me do this. or Is it possible?


          Thanks... So I should compress the hidden files before I hide it in the image?
          HELLO,
          If I am not wrong then you are probably referring to steganography here.

          Now as your original question goes, it is impossible to run a hidden file (as you double click the image). Although it may be made possible by coding a program to fulfill your purpose (but I am not sure). To run the hidden file you first need to extract the hidden file and then only you can run (or execute it).

          If you want to password-secure the hidden file, then follow as nepomuk advised.


          HOPE THIS HELPS.......... ..
          Last edited by AmberJain; Aug 26 '08, 04:48 AM. Reason: corrected use of code tags

          Comment

          • euqaj
            New Member
            • Aug 2008
            • 6

            #6
            Originally posted by ambrnewlearner
            HELLO,
            If I am not wrong then you are probably referring to steganography here.

            Now as your original question goes, it is impossible to run a hidden file (as you double click the image). Although it may be made possible by coding a program to fulfill your purpose (but I am not sure). To run the hidden file you first need to extract the hidden file and then only you can run (or execute it).

            If you want to password-secure the hidden file, then follow as nepomuk advised.


            HOPE THIS HELPS.......... ..
            Thanks .. This made me think what if the script to run is not hidden in the image? it is possible? Do you have some ideas or codes how to do it. thanks again

            Comment

            • euqaj
              New Member
              • Aug 2008
              • 6

              #7
              Originally posted by nepomuk
              Wait a minute, which way is it - do you have an Image with hidden files in it which you want to get out or do you want to hide files in an image?

              If you want to hide files, I'd compress them with a password (e.g. with WinRAR as a RAR or ZIP archive) and then hide that archive in the image. That way, even if someone finds out, there's something hidden in the image, it's much more difficult to get at.

              Greetings,
              Nepomuk
              thanks nepomuk, We will use this concept the compressions of files... So now we are looking now how to do it automatically with scripts.. the extractions and the application of the password in the rar or zip archive. Do you have ideas about it.? thanks

              Comment

              • Nepomuk
                Recognized Expert Specialist
                • Aug 2007
                • 3111

                #8
                Originally posted by euqaj
                We will use this concept the compressions of files... So now we are looking now how to do it automatically with scripts.. the extractions and the application of the password in the rar or zip archive. Do you have ideas about it.? thanks
                It depends on how you compress the files. Do you use an own tool for that or will you be using some tool you've downloaded? Is this just a personal project or do you want to go commercial? (Very important, as a lot of free tools are only free for personal use.)

                If you want to do this with a script, you'll certainly need an extraction program, that supports command line input. I'm not sure, which ones do that right now, but you can always check the help files (and of course google).

                Greetings,
                Nepomuk

                Comment

                Working...