Git Product home page Git Product logo

as4pgc's Introduction

as4pgc

Hide files inside audio files.

Use "Audio Steganography for Pretty Good Concealing" to compress, encrypt, and hide small files of any type inside compressed audio files (e.g. MP3, FLAC, OGG) or inside uncompressed .WAV files.

Installation

  pip install as4pgc
  
  # if necessary, use:
  pip install -r requirements.txt
  
  # in linux:
  sudo apt install ffmpeg

For Windows you can download ffmpeg from here: https://www.ffmpeg.org/

How to use it?

Hide a file of any type inside an .mp3 file:

  as4pgc -w secret.zip carrier.mp3

Use option -p to activate plots and track signal processing steps.

Use option -v to output details.

Then recover the hidden file:

  as4pgc -r stego.mp3

Use the option -h for more information:

  as4pgc -h

Configuration settings can be adapted in config.ini. For detailed documentation check the Article in Code Project. The link is provided further below.

PyPi Project

https://pypi.org/project/as4pgc/

Article in Code Project

https://www.codeproject.com/Articles/5313626/Audio-Steganography-for-Pretty-Good-Concealing-AS4

Article in GitHub

https://github.com/ClarkFieseln/AS4PGC

License

(c) 2021 Clark Fieseln

This repository is licensed under the MIT license. See LICENSE for details.

as4pgc's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

as4pgc's Issues

extracting data in streaming

Is your feature request related to a problem? Please describe.
I'm receiving audio in streaming (HLS) and in a certain point a receive a 'signal' in the audio to trigger a process

Describe the solution you'd like
The ability to decode this signal in real time audio streaming

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.