Check which signing schemes (v1, v2, v3) an APK uses and view signer fingerprints
The legacy scheme that signs individual files inside META-INF. Still required for older Android versions.
Whole-file APK signing blocks that are faster to verify and protect against tampering. v3 adds key rotation.
View SHA-256, SHA-1 and MD5 fingerprints of the signer certificate to confirm the app's identity.
The APK is analyzed in memory and never stored. Detection runs entirely on the server without external tools.
Encode, decode, measure sizes, and transform common formats.