<?php

$api = '
{
	"msg": "success",
	"code": 0,
	"data": [{
		"ateam": "SERVE V6",
		"aicon": "https://loja.firebasecertification.com/img/loja/3.jpg",
		"bteam": "https://gestoradmin.xyz/playapps/servev6.apk"
	
	},{
		"ateam": "SERVE V5 Lite",
		"aicon": "https://loja.firebasecertification.com/img/loja/4.jpg",
		"bteam": "https://api.675app.com/download/servev5.apk"
	
	}]
}  
';

$str = bin2hex(openssl_encrypt(trim($api) , "AES-128-CBC", "EngenhariaRevers", OPENSSL_RAW_DATA, "EngenhariaRevers"));
echo trim($str);
?>
