decrypt

fun decrypt(data: String?, key: String?): String?

Decrypts the provided data with the provided key.

Return

The decrypted data

Parameters

data

The data to be decrypted

key

The encryption key to use