Skip to content

palakk14/Stegnography-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image steganography

This project contains two algorithm (LSB and DCT), which can insert some secret but invisible.

LSB insert message into Least Significant Bit of each pixels.

DCT insert message into Middle Frequency.

Requirement

Installation:

$ pip install -r requirements.txt

Usage

Run LSB algorithm

$ python3 lsb.py

Run DCT algorithm

$ python3 dct.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages