{"id":18006229,"url":"https://github.com/themostblack/luaapksigner","last_synced_at":"2025-04-04T11:35:38.289Z","repository":{"id":258833248,"uuid":"875770319","full_name":"TheMostBlack/LuaApkSigner","owner":"TheMostBlack","description":"An APK V1 Signing Tool Implemented in C Using OpenSSL and libzip Libraries, with Lua Bindings","archived":false,"fork":false,"pushed_at":"2024-11-24T00:54:44.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T21:29:44.772Z","etag":null,"topics":["apksigner","libzip","lua","openssl"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheMostBlack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-20T19:29:42.000Z","updated_at":"2024-11-24T00:54:47.000Z","dependencies_parsed_at":"2025-03-12T00:15:06.745Z","dependency_job_id":null,"html_url":"https://github.com/TheMostBlack/LuaApkSigner","commit_stats":null,"previous_names":["themostblack/luaapksigner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMostBlack%2FLuaApkSigner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMostBlack%2FLuaApkSigner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMostBlack%2FLuaApkSigner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMostBlack%2FLuaApkSigner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheMostBlack","download_url":"https://codeload.github.com/TheMostBlack/LuaApkSigner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247173100,"owners_count":20896029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apksigner","libzip","lua","openssl"],"created_at":"2024-10-30T01:06:58.495Z","updated_at":"2025-04-04T11:35:38.264Z","avatar_url":"https://github.com/TheMostBlack.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LuaApkSigner\n\nAn APK V1 Signing Tool Implemented in C Using OpenSSL and libzip Libraries, with Lua Bindings\n\n[Chinese](README.zh.md)\n\n---\n\n## Example Usage:\n\n```lua\nlocal LuaApkSigner = require(\"LuaApkSigner\")\n\n-- Generate a MANIFEST.MF file for apkPath and write it to manifestPath\nLuaApkSigner.generate_manifest(apkPath, manifestPath)\n\n-- Generate a CERT.SF file for manifestPath and write it to certPath\nLuaApkSigner.generate_cert_sf(manifestPath, certPath)\n\n-- Convert pk8Path to PEM format and write it to pemPath\nLuaApkSigner.convert_pk8_to_pem(pk8Path, pemPath)\n\n-- Generate a CERT.RSA file for certPath and write it to rsaPath, the second parameter is the private key path, and the third parameter is the X.509 certificate path\nLuaApkSigner.generate_cert_rsa(certPath, pemPath, x509PemPath, rsaPath)\n\n-- Sign the apkPath and output to signedApkPath, the second parameter is the private key path, the third parameter is the X.509 certificate path, if the fourth parameter (signedApkPath) is not passed or is false/nil, the signed Apk will overwrite apkPath\nLuaApkSigner.sign_apk(apkPath, pemPath, x509PemPath, signedApkPath)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemostblack%2Fluaapksigner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemostblack%2Fluaapksigner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemostblack%2Fluaapksigner/lists"}