SHA-1: How to generate SHA-1 and SHA-256 key without Android Studio in under 2 mins?

Опубликовано: 13 Май 2026
на канале: Namaste Coding
8,009
149

Hello,
As requested in my previous video by a certain gentleman, I have made a video on generating SHA-1 and SHA-256 key without Android Studio in the easiest and shortest way possible. I have tried to make it as simple and short as possible.
Please do give your valuable feedback and raise your queries down below in the comment section!
Cheers!

Relevant links:
Download JDK(Java): https://www.oracle.com/java/technolog...

Keytool command:
keytool -alias androiddebugkey -keystore [PATH TO KEYSTORE] -list -v

default keystore password: android

Please let me know in the comments if any links are broken or the command doesn't work anymore. I will surely update it!