{"id":26282373,"url":"https://github.com/deeeed/cordova-plugin-androidapkinfo","last_synced_at":"2025-03-14T16:49:58.569Z","repository":{"id":181580714,"uuid":"105613639","full_name":"deeeed/cordova-plugin-androidapkinfo","owner":"deeeed","description":"Extract APK Infos","archived":false,"fork":false,"pushed_at":"2017-10-03T10:05:59.000Z","size":237,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-15T05:13:39.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deeeed.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}},"created_at":"2017-10-03T04:16:12.000Z","updated_at":"2020-07-10T18:56:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"e86be6f8-4cf5-44ac-b2f4-8eda0779dd44","html_url":"https://github.com/deeeed/cordova-plugin-androidapkinfo","commit_stats":null,"previous_names":["deeeed/cordova-plugin-androidapkinfo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeeed%2Fcordova-plugin-androidapkinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeeed%2Fcordova-plugin-androidapkinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeeed%2Fcordova-plugin-androidapkinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeeed%2Fcordova-plugin-androidapkinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeeed","download_url":"https://codeload.github.com/deeeed/cordova-plugin-androidapkinfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243615580,"owners_count":20319730,"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":[],"created_at":"2025-03-14T16:49:58.136Z","updated_at":"2025-03-14T16:49:58.554Z","avatar_url":"https://github.com/deeeed.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cordova-plugin-androidapkinfo\nA cordova plugin to retrieve android package signatures info\n\n## Installation\n```\ncordova plugin add cordova-plugin-androidapkinfo\n```\n\n## How to use\n\n ```\n //once device is ready\nAndroidAPKInfoPlugin.signatures(function(result) {\n  console.debug(\"result\", result);\n})\n\nAndroidAPKInfoPlugin.APKSignatures(\"file:///path/to/package.apk\", function(result) {\n  console.debug(\"result\", result);\n})\n\nAndroidAPKInfoPlugin.packageSignatures(\"com.company.packagename\", function(result) {\n  console.debug(\"result\", result);\n})\n ```\n\n### Description of the result object\n```json\n{\n  \"signatures\": [\n      {\n        \"charString\": \"aeawqwq....\",\n        \"hashcode\": -1742539072,\n        \"md5\": \"93696578d4732e2a26fe716c87fa4a27\",\n        \"sha1\": \"d5b10f4aa415448994424e3e2b6d131d9caa03ad\",\n        \"sha256\": \"58241fba136c1e2c82a55b54b456ac2ed4be2e0f0c1a78cd08c0833e67a9e6ee\",\n        \"info\": {\n          \"issuer_dn\": \"CN=Android Debug, O=Android, C=US\",\n          \"serialnumber\": 1194529253,\n          \"subject_dn\": \"CN=Android Debug, O=Android, C=US\"\n        }\n      }\n  ]\n}\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeeed%2Fcordova-plugin-androidapkinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeeed%2Fcordova-plugin-androidapkinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeeed%2Fcordova-plugin-androidapkinfo/lists"}