开发者

is it possible to apply an RC5 algorithm on an audio file in c++?

开发者 https://www.devze.com 2022-12-29 07:21 出处:网络
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 import

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

精彩评论

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