I need send AES-128 encrypted string from server (php) on the android client. I tried different versions of encryption AES-128 in PHP, but when decoding on the client receives an empty string. What could be the problem?
Which AES-128 method should be used?
[0] => AES-128-CBC
[1] => AES-128-CFB
[2] => AES-128-CFB1
[3] => AES-128-CFB8
[5] => AES-128-OFB