معرفی شرکت ها


as4pgc-1.1.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Audio Steganography: compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
ویژگی مقدار
سیستم عامل -
نام فایل as4pgc-1.1.5
نام as4pgc
نسخه کتابخانه 1.1.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Clark Fieseln
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/ClarkFieseln/as4pgc
آدرس اینترنتی https://pypi.org/project/as4pgc/
مجوز MIT
# 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 ```sh 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/ ## How to use it? Hide a file of any type inside an .mp3 file: ```sh 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: ```sh as4pgc -r stego.mp3 ``` Use the option -h for more information: ```sh as4pgc -h ``` Configuration settings can be adapted in config.ini (detailed documentation to be provided soon). ## GitHub Project https://github.com/ClarkFieseln/as4pgc ## License (c) 2021 Clark Fieseln This repository is licensed under the MIT license. See LICENSE for details.


نیازمندی

مقدار نام
- SoundFile
- bitarray
- cryptography
- dataclasses
- matplotlib
- numpy
- scipy
- simpleaudio
- tinytag


نحوه نصب


نصب پکیج whl as4pgc-1.1.5:

    pip install as4pgc-1.1.5.whl


نصب پکیج tar.gz as4pgc-1.1.5:

    pip install as4pgc-1.1.5.tar.gz