> For the complete documentation index, see [llms.txt](https://urvish-shiroya-organization.gitbook.io/sha-1-or-sha-256-and-key-hash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://urvish-shiroya-organization.gitbook.io/sha-1-or-sha-256-and-key-hash/find-hash-key/find-release-hash-key.md).

# Find Release Hash Key

After setting the JDK path in CMD, you need to write commands into CMD.

```
keytool -exportcert -alias REPLACE_YOUR_ALIAS_HERE -keystore "YOUR_KEYSTORE_PATH\test.jks" | "C:\OpenSSL\bin\openssl" sha1 -binary |"C:\OpenSSL\bin\openssl" base64
```

after you write this command into CMD, and Press the **Enter,** the CMD was asking about <mark style="color:orange;">`Enter keystore password:`</mark> like this

Then you need to paste or write your <mark style="color:orange;">`keystore password`</mark> and press again **Enter** key.

And now you need to wait until process ends.

And then you get your `Hash Key` in your CMD. like this:

<figure><img src="https://2615309381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F41qZFIi9D0S0Kj8ZyvhC%2Fuploads%2FgyenCSWEvAOLRaNw2BxC%2FScreenshot_6.png?alt=media&amp;token=3058dd60-e4e3-4612-8ed9-8bf1a25492b3" alt=""><figcaption><p>Example</p></figcaption></figure>

Hurray! you have get Hash-Key successfully.
