AudioStego icon indicating copy to clipboard operation
AudioStego copied to clipboard

Audio file steganography. Hides files or text inside audio files and retrieve them automatically

Results 6 AudioStego issues
Sort by recently updated
recently updated
newest added

I compiled this with clang 8.0.0 and AddressSanitizer. I then grabbed a sample.mp3 off of the Interwebz and ran `./hideme sample.mp3 -f` and was treated to this error. ``` ==24995==ERROR:...

in FindHiddenTextInWave you initialize msgText with empty string and then trying to write into it by accessing nonexesting element. You have to change string msgText to vector msgText, and fix...

trimming your extension is bad way. You need to add whole boost just to perform one action. From the structure of your algorithm is way better to change it in...