Encrypt in java and Decrypt in C# For AES 256 bit - Stack Overflow
1.I have java function which encrypt xml file and return encrypted String. /// Java Class import java.security.Key; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; import ... I believe the blockSize should be 128 and the keysize be 256...