Skip to content

A jurassic python library for steganography techniques.

License

Notifications You must be signed in to change notification settings

Leviosar/steganossaurus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganossaurus.py

A jurassic python library for steganography techniques.

Library logo

Steganography?

Steganography is the process of hiding a message inside another one, making the hidden message visually undetectable from within shown message. It's not actually a form of cryptography, as it changes the form of the message instead the content.

There are several types of steganography techniques and they differ on the form of the "plain" message. Mainly, we have text, image, videos or audios but you can be creative with other forms of communication.

Steganossaurus.py currently focuses on a type of image steganography, specifically encoding text messages within the least significant bits (LSBs) of image files.

Usage

The library has 2 main functions, encoding and decoding the message.

Encode

To encode the message you'll need the message (of course) written in a plain text file and an input image. The image needs to be large enough to contain the whole message written in LSBs. The general rule is: message_length = width * height * 3 where the message_length is eight times the number of characters on the text file.

Decode

To decode the message you'll just need the output image generated on the encoding phase. You can even use a image that has been generated by another program.

About

A jurassic python library for steganography techniques.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages