HIDE TEXT IN IMAGES (STEGANOGRAPHY)

Hi guys, welcome to Mr.Ethical Yt blog.In this blog post we are going to learn about hiding secret text in images with a steganographic tool called stegano.


 REQUIREMENTS 

Python 

INSTALLATION 

If you haven't installed python , Install it from python.org or via terminal.

apt install python 

Now Install the cryptography module.

pip install cryptography 

 Then install Pillow.

pip install Pillow 

Clone the repository.

 git clone https://github.com/jithender2/stegano.git 

Change directory to stegano.

cd stegano 

Run the tool.

python stegano.py 

 INSTALLATION IN TERMUX

First of all install termux from F-droid and update & upgrade.
apt update && apt upgrade
Install git.
apt install git
Install python and required packages.
pkg install python libjpeg-turbo libcrypt ndk-sysroot clang zlib

 Install Pillow .

LDFLAGS="-L${PREFIX}/lib/" CFLAGS="-I${PREFIX}/include/" pip install --upgrade wheel pillow 

install Cryptography.

apt install rust 

export CARGO_BUILD_TARGET= aarch64-linux-android 

 apt install cryptography 

Now the repository.

git clone https://github.com/jithender2/stegano.git

We have installed the tool let's see usage of the tool.

Change directory to stegano

cd stegano

Run the tool.

Python stegano.py

Watch the tutorial here.

Post a Comment (0)
Previous Post Next Post