{"id":51544949,"url":"https://github.com/maheshtechnicals/jks2json","last_synced_at":"2026-07-09T17:01:47.973Z","repository":{"id":352813095,"uuid":"1216733948","full_name":"MaheshTechnicals/jks2json","owner":"MaheshTechnicals","description":"A sleek, interactive Bash script that automatically detects Android Keystore (.jks) files, securely verifies your password, and extracts all vital signing credentials into a clean, organized JSON file.","archived":false,"fork":false,"pushed_at":"2026-04-21T07:48:22.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T16:28:13.367Z","etag":null,"topics":["android","bash","build-tools","certificate","ci-cd","credentials","github-actions","jks","json","keystore","mobile-development","signing"],"latest_commit_sha":null,"homepage":"https://maheshtechnicals.com","language":"Shell","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/MaheshTechnicals.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"MaheshTechnicals","patreon":"MaheshTechnicals","ko_fi":"maheshtech","custom":["https://maheshtechnicals.com","https://youtube.com/@MaheshTechnicals"]}},"created_at":"2026-04-21T07:20:46.000Z","updated_at":"2026-04-21T07:48:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MaheshTechnicals/jks2json","commit_stats":null,"previous_names":["maheshtechnicals/jks2json"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaheshTechnicals/jks2json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaheshTechnicals%2Fjks2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaheshTechnicals%2Fjks2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaheshTechnicals%2Fjks2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaheshTechnicals%2Fjks2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaheshTechnicals","download_url":"https://codeload.github.com/MaheshTechnicals/jks2json/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaheshTechnicals%2Fjks2json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35306717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["android","bash","build-tools","certificate","ci-cd","credentials","github-actions","jks","json","keystore","mobile-development","signing"],"created_at":"2026-07-09T17:01:46.867Z","updated_at":"2026-07-09T17:01:47.953Z","avatar_url":"https://github.com/MaheshTechnicals.png","language":"Shell","funding_links":["https://github.com/sponsors/MaheshTechnicals","https://patreon.com/MaheshTechnicals","https://ko-fi.com/maheshtech","https://maheshtechnicals.com","https://youtube.com/@MaheshTechnicals"],"categories":[],"sub_categories":[],"readme":"# 🔐 jks2json\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Bash](https://img.shields.io/badge/Bash-4.0+-green.svg)](https://www.gnu.org/software/bash/)\n[![GitHub Stars](https://img.shields.io/github/stars/MaheshTechnicals/jks2json.svg)](https://github.com/MaheshTechnicals/jks2json)\n[![Android](https://img.shields.io/badge/Android-Development-blue.svg)](https://developer.android.com/)\n\nA sleek, interactive Bash script that automatically detects Android Keystore (`.jks`) files, securely verifies your password, and extracts all vital signing credentials into a clean, organized JSON file. \n\nBuilt by **[MaheshTechnicals](https://maheshtechnicals.com)** | [YouTube](https://youtube.com/@MaheshTechnicals) | [Support](https://patreon.com/MaheshTechnicals)\n\n## 🤔 Why use this?\nSetting up CI/CD pipelines (like GitHub Actions) or backing up Android build credentials can be a hassle. This tool automates the extraction of:\n* Keystore Alias\n* Keystore \u0026 Key Passwords\n* SHA-1 and SHA-256 Fingerprints\n* The full Keystore Base64 Encoded String (Required for cloud signing)\n\n## ✨ Features\n- **Auto-Discovery:** Automatically scans your current directory for all `.jks` files and presents them in a numbered menu.\n- **Secure Input:** Password input is masked and verified before extraction begins.\n- **Beautiful UI:** Features truecolor ANSI gradient styling in the terminal.\n- **Smart Organization:** Automatically creates a `json/` directory and names the output file perfectly.\n\n## 🚀 Installation\n\nClone the repository to your local machine, Termux, or Linux server:\n\n```bash\ngit clone https://github.com/MaheshTechnicals/jks2json.git\ncd jks2json\nchmod +x jks2json.sh\n```\n\n## 📖 Usage\n\nPlace your `.jks` file(s) into the same directory as the script, then simply run:\n\n```bash\n./jks2json.sh\n```\n\n1. Select your keystore from the generated list.\n2. Enter your keystore password.\n3. Check the `json/` folder for your extracted credentials!\n\n## ⚠️ Security Warning\nThe generated `.json` files contain **highly sensitive plain-text passwords and your private keys**. \n* **NEVER** commit the `json/` folder or any generated `.json` files to GitHub. \n* Add `json/` to your `.gitignore` file immediately.\n* Store the generated JSON files in a secure, encrypted vault.\n\n---\n*Made with ❤️ for the Android Development Community.*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaheshtechnicals%2Fjks2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaheshtechnicals%2Fjks2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaheshtechnicals%2Fjks2json/lists"}