decryptIfEncrypted

fun decryptIfEncrypted(encoded: String, key: SecretKey? = CryptoTools.key, iv: IvParameterSpec? = CryptoTools.iv): String