An open API service indexing awesome lists of open source software.

https://github.com/zevv/nim-apksign


https://github.com/zevv/nim-apksign

Last synced: 11 months ago
JSON representation

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
```