Git Product home page Git Product logo

audiostego's Introduction

AudioStego

Audio file steganography. Hides text or files inside audio files and retrieve them automatically. It actually supports only .mp3 and .wav files as inputs, but you can hide whatever kind of file or text on them.

Here is a post about this software.

Build

This shit needs CMake to build. So download it before compiling.

> sudo apt-get install libboost-all-dev
> git clone https://github.com/danielcardeenas/AudioStego.git
> cd AudioStego
> mkdir build
> cd build
> cmake ..
> make

And it should create be a file named hideme

Note: Boost libraries need to be installed to compile

How to use

Hiding data

In order to hide a file inside another file

> ./hideme file_used_to_hide_data file_to_hide

Or if you want to hide a string on it

> ./hideme file_used_to_hide_data "'Message to hide'"

(Notice the simple quotation inside double quotes)

Both will output a clone of the file with the hidden data as output.(file extension)

Retrieving hidden data

In order to retrieve a hidden message just set the "-f" or "--find" flag:

> ./hideme [file_with_hidden_data] -f

It will automatically detect wether it's a string or a file and the type of the file itself.

  • If it's a file, it will create it as output.(file extension)
  • If it's a string message, it will print it on the console/terminal

audiostego's People

Contributors

danielcardeenas avatar markszabo avatar pdelteil avatar

Watchers

 avatar  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.