套件:golang-github-avast-apkverifier-dev(0.0~git20191015.7330a51-11)
golang-github-avast-apkverifier-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-avast-apkverifier:
- [golang-github-avast-apkverifier_0.0~git20191015.7330a51-11.dsc]
- [golang-github-avast-apkverifier_0.0~git20191015.7330a51.orig.tar.gz]
- [golang-github-avast-apkverifier_0.0~git20191015.7330a51-11.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Android APK Signature verification Go library
apkverifier verifies the signatures on Android APK binaries. It can verify APK Signature scheme v1, v2 and v3 and passes Google apksig's testing suite. It should support all algorithms and downgrade attack protection.
Because Android can handle even broken x509 cerficates and ZIP files, apkverifier is using the ZipReader from apkparser package and vendors crypto/x509 in internal/x509andr and github.com/fullsailor/pkcs7 (https://github.com/fullsailor/pkcs7) in the fullsailor/pkcs7 folder. The last two have some changes to handle some not-entirely-according-to-spec certificates.
Documentation on GoDoc (https://godoc.org/github.com/avast/apkverifier)