GithubHelp home page GithubHelp logo

rimarin / stego-malignani Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.51 MB

Steganography for hiding information in BMP images

C++ 97.11% C 2.83% Shell 0.06%
cpp image-encoding information-hiding privacy steganography

stego-malignani's Introduction

StegoMalignani

Steganography software for BMP images, based on blue LSB technique; includes cryptography + steganography. Created for the final research paper of high school (2018).

Installation

  1. Clone the repository git clone https://github.com/brancaleon/stegomalignani.git
  2. Compile with command g++ -o StegoMalignani StegoMalignani.cpp EasyBMP.cpp
  3. Begin to exchange secret messages with your friends

Usage

For hiding a message in an image, use: ./StegoMalignani -n targetImage.bmp

Type the secret text, then <end>

Type the key for encrypting the text

For revealing a message from an image, use: ./StegoMalignani -r targetImage.bmp

Type the key for encrypting the text

If the key is correct, you will get the secret message (with a wrong key, you will probably get a nonsense string)

Best practices

  • Never reuse an image and don't allow in any way a comparison between original and edited image.

  • Choose strong encryption keys.

  • Compressing the image, you will lose the encoded content.

  • Try to exchange the image in not-suspect situations, usually posting the photo of your kitty should draw much attention.

Final notes

It is a quite secure communication system if you are trying to hide something from your colleagues. Feel free to test or contribute to the project, keeping in mind that it is not suited for a professional context.

Don't trust this software if NSA or governments are tracking you. Go for something a bit more secure.

stego-malignani's People

Contributors

rimarin avatar

Watchers

 avatar

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.