Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Audio Steganography: compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
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.
pip install as4pgc
pip install -r requirements.txt
# in linux:
sudo apt install ffmpeg
For Windows you can download ffmpeg from here: https://www.ffmpeg.org/
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 (detailed documentation to be provided soon).
https://github.com/ClarkFieseln/as4pgc
(c) 2021 Clark Fieseln
This repository is licensed under the MIT license. See LICENSE for details.
FAQs
Audio Steganography: compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
We found that as4pgc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.