I need to send AES-128 encrypted string from the server (PHP) on the android. I tried different versions of encryption AES-128 in PHP, but when decoding on the android receives an empty string.
Which AES-128 method should be used?
AES-128-CBC
AES-128-CFB
AES-128-CFB1
AES-128-CFB8
AES-128-OFB