APK Certificate Inspector (SHA-1 / SHA-256)
Read an APK's signing certificate and get its SHA-1, SHA-256 and MD5 fingerprints.
APK file
The certificate is parsed in your browser — the file is never uploaded.
Drop a file here
Drop an .apk — signature parsing happens locally, up to 300 MB
About the APK Certificate Inspector (SHA-1 / SHA-256)
Drop an Android .apk and read its signing certificate without installing keytool or apksigner. The tool finds v1 (JAR) signatures in META-INF and v2/v3 APK Signing Block certificates, then shows the subject, issuer, organization, serial number, validity dates, key algorithm and size, plus SHA-1, SHA-256 and MD5 fingerprints — exactly the values Google Play, Firebase, Google Maps and Facebook ask for. Export any certificate as PEM. Everything runs locally in your browser.
Examples
Release build
app-release.apkOutput
SHA-1: A1:B2:… · SHA-256: 4F:9C:… · Valid until 2051-02-11Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
AAB (Android App Bundle) Analyzer
Dev Utilities
Open an .aab file and inspect its manifest, modules, ABIs, densities and size breakdown.
Android APK Analyzer & Explorer
Dev Utilities
Open an APK, decode its manifest and browse or download every file inside.
Archive Extractor & File Explorer
Dev Utilities
Unzip ZIP, TAR, GZ, 7Z, RAR and more in your browser — browse folders, preview and download files.
Code Minifier & Beautifier
Dev Utilities
Minify or beautify JavaScript, CSS, HTML, JSON, XML, SQL, Java, Kotlin, C#, C/C++, Go, Swift, PHP, Python and YAML.
HTML to JSX Converter
Dev Utilities
Convert HTML markup into clean React/JSX component code.
iOS IPA Analyzer & Explorer
Dev Utilities
Open an iOS .ipa, decode Info.plist and browse or download every file inside.
Frequently asked questions
Read more
- Choosing a hashing algorithm: MD5 vs SHA-1 vs SHA-256 vs bcrypt
Checksums, digital fingerprints and password storage all use 'hashing' — but the right algorithm depends entirely on the job.
- What is actually inside an APK file?
An Android APK is just a ZIP with rules. Here is what each entry does, how the manifest is encoded, and what the signing certificate proves.
Comments
No login needed. Comments appear after a quick review.
Loading comments…
Version 1.0.0 · Updated 2026-08-28 · Runs entirely in your browser