Beispiel #1
0
 public function Decode($data)
 {
     $cipher = new Cipher(form_salt);
     return $cipher->vigdecypher(urldecode($data));
 }