i tried
But none of these output a Md5 Value from my keystore.
How do i get the MD5 value for my provate signkey?
MD5: unzip -p {your-app.apk} META-INF/CERT.RSA | keytool -printcert | grep MD5
SHA-256: unzip -p {your-app.apk} META-INF/CERT.RSA | keytool -printcert | grep SHA-256
But none of these output a Md5 Value from my keystore.
How do i get the MD5 value for my provate signkey?