Giter Site home page Giter Site logo

qstegano's Introduction

QStegano

Qt based Steganography application

What is steganography?

Steganography is the art of hiding the act of communitacion between two parties.

In digital world it comes to embedding some data inside media such as images, audio files or even network datagrams and then sending the prepared carrier.

What can you find here?

In this project I would like to share my steganographic application. It deals with images and is able to hide text data inside them. The core application is written in C++. For manipulating with images, I chose CImg library - fast and lightweight alternative to OpenCV. The interface is written in Qt Widgets, it has a dark theme. Features:

  • hide & decode data in images
  • configurable method: Basic LSB, XOR LSB, Inverted LSB or Optimal Pixel Adjustment Process
  • configurable number of bits used (1, 2, 4, 8)

NOTE: Please keep in mind that the project and application serves educational purposes in the first place. The algorithms used and method proposed is not suitable for any production / operational applications yet.

Screenshots

Hiding & decoding process

Instalation & configuration

git clone [email protected]:palucki/QStegano.git
cd QStegano
qmake QStegano.pro
build (platform / IDE dependent)

Author

qstegano's People

Contributors

palucki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

dariusz1989

qstegano's Issues

Not safe for real world use

Because the program writes the hidden data in a way that can be easily detected (either by the program itself or by external tools), this method of steganography is not suitable for real world use and I think it is dangerous not to warn the user about this.

Steganography is concerned with concealing the fact that a secret message is being sent, but when you have a header and CRC method that can be detected, your cover is blown completely.

Update README.md

State in README.md that this app and algorithms used are not production-ready and can not be used & trusted in operational environments.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.