Exemplo n.º 1
0
 public static function cifrar($speb4710)
 {
     $sp2eff3c = new UrlAESCipher();
     $sp2eff3c->setBase64Key(Culqi::$llaveSecreta);
     return $sp2eff3c->urlBase64Encrypt($speb4710);
 }
Exemplo n.º 2
0
 public static function cifrar($sp3231b0)
 {
     $spadece1 = new UrlAESCipher();
     $spadece1->setBase64Key(Culqi::$llaveSecreta);
     return $spadece1->urlBase64Encrypt($sp3231b0);
 }