开发者

AES-256 compatible for both c# and android

开发者 https://www.devze.com 2023-02-23 04:27 出处:网络
I am developing an android application in which i n开发者_运维知识库eed to encrypt files from my c#application and decrypt it from android application and vice versa through AES-256. any guide or help

I am developing an android application in which i n开发者_运维知识库eed to encrypt files from my c# application and decrypt it from android application and vice versa through AES-256. any guide or help would be so much appreciated.

Thanks.


Of course you could (and probably should) use the AES-256 implementation that is included in the C# and Java standard libraries. For details, see this question as already stated above.

If for any reason you can't or don't want to: I wrote an AES-256 implementation in Java, I guess porting it to C# would be easy.

0

精彩评论

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

关注公众号