Ejemplo n.º 1
0
 public function Encode($data)
 {
     $cipher = new Cipher(form_salt);
     return urlencode($cipher->vigencypher($data));
 }