Steghide | Hide your secret information.

In our recent post, we discovered the method how we can hide our secret information behind any music media and protect it with a password. You can have a look at it Here: HIDING STUFF BEHIND ANOTHER MEDIA: MR. ROBOT

But, it is limited to windows only as of now DeepSound is only available for windows and also it only supports the audio file format.

So, here today we have a look at some more steganography tools as we mention some name in our previous post.

Steghide: Linux based tool which helps you to hide information behind any image and also protect it with a passphrase.

First things first: Installing the steghide to your fav. linux flavor.

 

root@admin#apt-get install steghide

 

Once you successfully install that package you are ready to launch it.

Before that create a secret file if you don’t have it already with you. and an image file that will cover up your secret file.

root@admin#nano secret.txt

Now, you can hide that information aka your secret behind any image and provide it a better security with the good passphrase. Just follow up these steps:

root@admin#steghide --help

root@admin#steghide embed -cf <image_file> -ef <secret_file>  

Where,
       -cf: cover file 
       -ef: embed file

All done… your file is now embedded with you secret you can share it over any media.

 

But, what? thinking how it can be undone or extracted back? how another person will read that secret. get your answer below:

For extracting information from the stegofile follow these steps:

root@admin#steghide extract -sf <stego_file>

Where,
      -sf: stegofile "the file containing secret information"

Learn more advanced techniques and make your data safer from hackers.

Ovais Mirza

Ovais Mirza, a seasoned professional blogger, delves into an intriguing blend of subjects with finesse. With a passion for gaming, he navigates virtual realms, unraveling intricacies and sharing insights. His exploration extends to the realm of hacking, where he navigates the fine line between ethical and malicious hacking, offering readers a nuanced perspective. Ovais also demystifies the realm of AI, unraveling its potential and societal impacts. Surprisingly diverse, he sheds light on car donation, intertwining technology and philanthropy. Through his articulate prose, Ovais Mirza captivates audiences, fostering an intellectual journey through gaming, hacking, AI, and charitable endeavors.

Disclaimer: The articles has been written for educational purpose only. We don’t encourage hacking or cracking. In fact we are here discussing the ways that hackers are using to hack our digital assets. If we know, what methods they are using to hack, we are in very well position to secure us. It is therefore at the end of the article we also mention the prevention measures to secure us.

Leave a Comment