decryptAES

fun decryptAES(input: String, key: String): String?

AES,key length must be 16

Return

Parameters

input
key

key length must be 16