https://github.com/zevv/nim-apksign
https://github.com/zevv/nim-apksign
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zevv/nim-apksign
- Owner: zevv
- License: mit
- Created: 2019-05-14T19:08:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T07:54:47.000Z (over 6 years ago)
- Last Synced: 2025-04-03T13:49:38.285Z (11 months ago)
- Language: Nim
- Size: 8.79 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple tool for signing Android APKs, written in Nim for the Dali project.
Signing uses PEM formatted keys, convert your PKCS#8 key to PEM with
```
openssl pkcs8 -inform DER -nocrypt -in test.pk8 > test.key.pem
```