cryptoAESHandler

fun cryptoAESHandler(data: String, pass: ByteArray, encrypt: Boolean = true, padding: String = HASH): String?