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 debug SHA-1 & SHA-256

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

PreviousSetup pre-processingNextFind release SHA-1 & SHA-256

Last updated 1 year ago

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

keytool -list -v -keystore "C:\Users\YOUR_USER\.android/debug.keystore" -alias androiddebugkey -storepass android -keypass android

Press Enter and wait until the process ends.

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

Output like