April 2020
Intermediate to advanced
438 pages
12h 2m
English
We shall use the Lena RGB color image to demonstrate the steganography/steganalysis techniques using the stegano library. Let's import the required packages, modules, and functions at the very outset, using the following code block:
#!pip install Stegano import stegano from PIL import Image, ImageChops from stegano import lsb, lsbset from stegano.steganalysis import statistics, parity import matplotlib.pylab as plt import pandas as pd from stegano import lsbset from stegano.lsbset import generators from stegano import exifHeader
Read now
Unlock full access