Esempio n. 1
0
 public static function genSID()
 {
     $unid = uniqid(Config::get('key'));
     return Hash::sha256WithSalt($unid);
 }