BlackBerry Encryption AES 256 - No Padding
问题 I want to encrypt data in BlackBerry using the AES 256 encryption method. The requirement is to encrypt with No Padding; " AES/ECB/NoPadding ". I am passing a 16 byte array and the encrypted data returned is a hex value of length 32. I have tried the following but it is not producing the correct result. The returned value is different from the expected encrypted value; tested in Android. The results between Android and BlackBerry do not tally. I have used the following method: public static