Skip to content

A C++ project for the sequential code of LSB algorithm for image steganography

Notifications You must be signed in to change notification settings

s-eswar/Least-bit-significant-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Least-significant-bit algorithm

A C++ project for the sequential code of LSB algorithm for image steganography

For running this code you need Opencv 2.4.13 version or more. Compile using command "g++ lsb.cpp pkg-config --cflags --libs opencv -o lsb". Run using "./lsb [input image] [message.txt]" . The output displays the Stego image and also writes the decoded message to the terminal. Moreover, the Stego image is saved using imwrite. Both the encode and decode functions are as part of the same file. To improve, functions can be put into switch case or command line.

About

A C++ project for the sequential code of LSB algorithm for image steganography

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages