key = $key; } public function encode($pathFile) { return hash_hmac('sha512', $pathFile , $this->key); } }