开发者

AES-256 compatible for both c# and android

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜