https://github.com/enrico204/miniapksign
A Go library for parsing, checking or generating APK signatures - Mirror of https://gitlab.com/Enrico204/miniapksign
https://github.com/enrico204/miniapksign
android apksigner go golang
Last synced: 8 months ago
JSON representation
A Go library for parsing, checking or generating APK signatures - Mirror of https://gitlab.com/Enrico204/miniapksign
- Host: GitHub
- URL: https://github.com/enrico204/miniapksign
- Owner: Enrico204
- License: mit
- Created: 2022-01-18T20:08:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T13:27:55.000Z (about 3 years ago)
- Last Synced: 2025-02-23T18:09:14.738Z (8 months ago)
- Topics: android, apksigner, go, golang
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini APK Sign
A Go library for parsing, checking or generating APK signatures.
This is the roadmap: checked boxes are implemented features, while the rest is the roadmap.
* V1 signature
* [X] extraction and parsing
* [X] verification and generation
* [ ] automatic tests
* V2 signature
* [X] extraction and parsing
* [ ] verification and generation
* [ ] automatic tests
* V3 signature
* [ ] extraction and parsing
* [ ] verification and generation
* [ ] automatic tests
* V4 signature
* [ ] extraction and parsing
* [ ] verification and generation
* [ ] automatic testsThe library follows the semantic versioning.
Until v1, breaking changes can occur in any moment, and the code might be incomplete.## Usage
Use `go get` for this library:
```sh
go get gitlab.com/enrico204/miniapksign@latest
```The `cmd/` directory contains some examples.
## License
Mini APK Sign library is available under the MIT license.
See the [LICENSE](LICENSE) file for more info.