GithubHelp home page GithubHelp logo

echo_dec about audio-steganography-algorithms HOT 5 CLOSED

ktekeli avatar ktekeli commented on August 15, 2024
echo_dec

from audio-steganography-algorithms.

Comments (5)

ktekeli avatar ktekeli commented on August 15, 2024

Hello @faruqamar, I didn't understand your question clearly. Do you mean "hiding docx files into audios" or "hiding encrypted text into audios" with this technique"?

Though the answer is "yes" for both questions. You can embed anything in binary format. But, echo hiding is very limited in terms of embedding capacity. If you use an audio signal sampled at 44.1 kHz, using 8000 samples for one bit, and having 1 kb of data to hide, you need an audio clip around 25 minutes long. If you are going to use wav files, I would suggest you to use LSB method.

from audio-steganography-algorithms.

faruqamar avatar faruqamar commented on August 15, 2024

yes for both, I use flac audio sampled at 96 kHz 32 bit, is it still possible for hiding encrypted file or docx file and the size about 600 kb into audios using echo data hiding?

from audio-steganography-algorithms.

ktekeli avatar ktekeli commented on August 15, 2024

@faruqamar You can use this method while hiding encrypted text. But consider that you may need to change character decoding type (conversion of retrieved bit sequence) since your encryption method may have special characters. However, you will have problem with the size of file while hiding 600 kb of data if you use this method in your case. You would need 600*25 minutes long audio clip.

As I mentioned above, I guess "least significant bit coding" will suit your problem better if you are working with audio codecs that have lossless compression such as WAV and FLAC.

from audio-steganography-algorithms.

faruqamar avatar faruqamar commented on August 15, 2024

well since I have essay about hiding encrypted text (docx) into flac audio using echo hiding, and I only have few minutes for the audio, probably I should change the docx file data into txt, thank you very much sir for your code and your answer, have a nice day sir :)

from audio-steganography-algorithms.

ktekeli avatar ktekeli commented on August 15, 2024

@faruqamar I am glad to hear that this repository was helpful for you. Good luck in your essay. I am closing this issue on github.

from audio-steganography-algorithms.

Related Issues (8)

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.