Encryption decryption on cross platform

Newbie Member
13Aug2012,13:10   #1
sunilpol's Avatar
I have successfully encrypt & decrypt file in c# by using RSA for asymmetric key and used rijndael algorithm.
But now requirement is encrypt file in c language,c++ and decrypt it using c# and vice versa