SHA 1 or SHA-256 and Key Hash
  • Overview
  • How to download JDK
  • Find SHA-1 & SHA-256
    • Setup pre-processing
    • Find debug SHA-1 & SHA-256
    • Find release SHA-1 & SHA-256
  • Find Hash Key
    • Setup Pre-processing
    • Find Debug Hash key
    • Find Debug Hash key using Code
    • Find Release Hash Key
Powered by GitBook
On this page
  1. Find SHA-1 & SHA-256

Find release SHA-1 & SHA-256

Okay, now we need to get the SHA-1 and SHA-256 release keys.

PreviousFind debug SHA-1 & SHA-256NextSetup Pre-processing

Last updated 1 year ago

After you set your JDK path in CMD, we need to write commands into CMD.

keytool -list -v -keystore "YOUR_KEYSTORE_PATH\test.jks" -alias REPLACE_YOUR_ALIAS_HERE -storepass REPLACE_YOUR_STORE_PASS_HERE -keypass REPLACE_YOUR_KEY_PASS_HERE

Press Enter and wait until the process ends.

Congratulations! You have successfully released SHA-1 and SHA-256.

Output Result