public function __construct($name) { parent::__construct($name); $this->salt = base_convert(sha1(uniqid(mt_rand(), true)), 16, 36); }