Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

I have expertise in PHP and I am trying to use steganography to encode a string in to an audio file that I upload. I couldn't find any good helping material on PHP manual. Any help would be appreciated Thanks

share|improve this question
On the one hand you dont want to be rolling your own crypto, you should be using existing libraries - so this is not a crypto question. On the other hand you'd be better off fleshing out the question more on Stack Overflow, since it's a programming how-to question, not a security question. – AviD Oct 29 '12 at 12:05
Wait, did you tag it steganography on purpose, instead of encryption...? – AviD Oct 29 '12 at 12:06
Wouldn't this be better moved to StackOverflow instead of simply closed? The question itself seems like it might be interesting in the right site. (I know I'd be interested by the answer.) – AJ Henderson Oct 29 '12 at 20:23
For this question to be moved to Stack Overflow it would need to be cleared up and clarified a bunch. As it stands now, besides being offtopic, its not a great question. – AviD Oct 29 '12 at 20:42

closed as off topic by Polynomial, AviD Oct 29 '12 at 12:05

Questions on IT Security Stack Exchange are expected to relate to IT security within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

You are not going to find audio steganography in the PHP manual, that is very custom stuff. It's not in PHP but here is a link to some useful code.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.