is it possible to encrypt an audio file in c++ using rc5?
+1. It is the correct answer to this question :-) (I constrained myself from answering the same thing).
driis
2010-05-04 17:46:07
Lol - No down vote, but no upvote because others have more info :)
Michael Dorgan
2010-05-04 17:49:01
Right now it's +1/-1. I should probably delete this, but it's too much fun to leave it up.
MSN
2010-05-04 17:50:04
can anyone help me out with an article as to how to go into the bits of an audio file in c? rather than just be able to play the file in c
mekasperasky
2010-05-04 17:51:36
@mekasperasky, the fact that it is an audio file makes no difference. fopen will do.
driis
2010-05-04 17:53:36
+1
A:
Yes, it is possible. There is a reference implementation in C available, and a wikipedia article, that links to a paper about the algorithm and how to implement it, along with other resources.
driis
2010-05-04 17:45:17
+1
A:
Yes. Crypto++ is an encryption library for C++. It supports RC5 and RC6. The fact that it is an audio file is of no importance.
Kevin Panko
2010-05-04 17:46:06