开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜