apk-signature-verify icon indicating copy to clipboard operation
apk-signature-verify copied to clipboard

jar Signature / APK Signature v2 verify with pure python (support rsa dsa ecdsa)

Results 2 apk-signature-verify issues
Sort by recently updated
recently updated
newest added

refer: https://github.com/fonttools/fonttools/issues/993#issuecomment-310894204

Solution https://stackoverflow.com/a/16084844/3951400 The previous solution was not enough since the __init__.py file will be called everytime something is imported *normally* from the package. Another solution to this would be to...