Exemplo n.º 1
0
 public static function getHash($seed)
 {
     return md5(tsmConfig::getSecret() . $seed);
 }