Skip to main content

A jurassic python library for steganography

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

steganossaurus-0.2.0.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

steganossaurus-0.2.0-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page