2

I am developing an android application in which i need 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.

Dante May Code
  • 11,177
  • 9
  • 49
  • 81
khushbu
  • 61
  • 3

1 Answers1

0

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.

Community
  • 1
  • 1
Thomas Mueller
  • 48,905
  • 14
  • 116
  • 132