Get SHA-1 Key by Command Prompt - Simplest Way

Опубликовано: 11 Март 2026
на канале: Coco Coding
11,535
78

Simplest way to get the SHA-1 fingerprint key for firebase auth and other purposes directly from the command prompt. No need of any code editor.
Follow the basic steps and get your work done!

For windows:
keytool -list -v -keystore C:\Users\91819\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android

For mac/linux:
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

debug.keystore path: C:\Users\91819\.android

See how you can get sha1 key in linux -    • How to get SHA-1 Key in LINUX!! | Linux Te...  

Thanks if you are watching us!