Skip to content
tan90° edited this page Mar 17, 2019 · 1 revision

Mirror internally performs a character conversion of GitHub API token, which solves the problem of being deleted the token after uploading it to GitHub accidentally

Here are the steps to get hash

  1. get GitHub API token
  2. get your hostname. example https://mirror.am0200.com hostname is mirror.am0200.com
  3. open Mirror, and chrome Developer tool
  4. on console tab, input window.encrypt('your token', 'your hostname')

example

The result is the hash string

Clone this wiki locally