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.
精彩评论