예제 #1
0
파일: FormHelper.php 프로젝트: h3rb/page
 public function Encode($data)
 {
     $cipher = new Cipher(form_salt);
     return urlencode($cipher->vigencypher($data));
 }