Results 1 to 2 of 2

Thread: Steganography - Encrypt archive into image secretly

  1. #1
    Join Date
    Jan 2009
    Posts
    1,738

    Steganography - Encrypt archive into image secretly

    Hey Guys!
    Just did a simple coding. This coding is use to hide and encrypt your important data into an image file. You hide your data into an image. Well but you must first archive your data in zip, rar or any archive of your choice. Now run this software. All you have to do it copy the following code in notepad and save it as .bat extension run it to use... You must keep the image file and the archive file in the same folder for this software to work. Here is the code :

    Code:
    @ECHO OFF
    cls
    ECHO Thanks for Using HiDeR
    ECHO You can edit this software and distribute it any number of time...
    ECHO  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    ECHO /                                          \
    ECHO \  ######  #     # ######  ######     #    /
    ECHO /  #     # #     # #     # #     #   # #   \ 
    ECHO \  #     # #     # #     # #     #  #   #  /
    ECHO /  ######  #     # #     # ######  #     # \ 
    ECHO \  #   #   #     # #     # #   #   ####### /
    ECHO /  #    #  #     # #     # #    #  #     # \
    ECHO \  #     #  #####  ######  #     # #     # /
    ECHO /                                          \ 
    ECHO \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
    ECHO Enter name of the image [with extension] :
    SET /P image=
    ECHO Enter the archive name [with extension] :
    SET /P archive=
    ECHO Enter name of the secrect image that will hide data in it [with extension] :
    SET /P secret=
    copy /B %image%+%archive% %secret%
    ECHO Done
    Pause
    Exit
    All the best...! Happy Hiding Have Fun...!

  2. #2
    Join Date
    Mar 2009
    Posts
    599

    Re: Steganography - Encrypt archive into image secretly

    Quote Originally Posted by Rudra.J View Post
    Hey Guys!
    Just did a simple coding. This coding is use to hide and encrypt your important data into an image file. You hide your data into an image. Well but you must first archive your data in zip, rar or any archive of your choice. Now run this software. All you have to do it copy the following code in notepad and save it as .bat extension run it to use... You must keep the image file and the archive file in the same folder for this software to work.

    All the best...! Happy Hiding Have Fun...!
    Hey that is so cool...! Well you can let your data open in the public, but no one will know what is hiding inside the image...! hahaha... Thanks man..!

Similar Threads

  1. Replies: 2
    Last Post: 01-10-2012, 06:11 PM
  2. Replies: 8
    Last Post: 28-03-2012, 11:59 PM
  3. Replies: 1
    Last Post: 08-05-2010, 06:34 AM
  4. Replies: 4
    Last Post: 23-10-2009, 08:26 AM
  5. How to hide an image archive
    By NAEVA in forum Tips & Tweaks
    Replies: 1
    Last Post: 25-06-2009, 12:39 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,310,188.53166 seconds with 17 queries