is it possible to apply an RC5 algorithm on an audio file in c++?
is it possible to encrypt an audi开发者_StackOverflow社区o file in c++ using rc5?
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.
Yes.
I await the downvotes.
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.
精彩评论