Skip to content

A python implementation of a simple steganography algorithm for encoding and embedding text data in an image.

Notifications You must be signed in to change notification settings

apoorva-21/pySteganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pySteganography

A python implementation of a simple steganography algorithm for encoding embedding text data in an image.

Requires the following dependancies::

  • OpenCV for Python, for image processing.

  • numpy , the python library for numerical computations.

  • argparse , for parsing command line arguments.

About

A python implementation of a simple steganography algorithm for encoding and embedding text data in an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages