{"id":13596267,"url":"https://github.com/kaikramer/keystore-explorer","last_synced_at":"2026-01-03T18:14:58.878Z","repository":{"id":40050448,"uuid":"46527481","full_name":"kaikramer/keystore-explorer","owner":"kaikramer","description":"KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.","archived":false,"fork":false,"pushed_at":"2024-09-17T23:44:26.000Z","size":39233,"stargazers_count":1668,"open_issues_count":59,"forks_count":273,"subscribers_count":62,"default_branch":"main","last_synced_at":"2024-09-18T03:55:57.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://keystore-explorer.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaikramer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2015-11-19T23:50:35.000Z","updated_at":"2024-09-17T23:44:30.000Z","dependencies_parsed_at":"2023-10-16T06:47:58.259Z","dependency_job_id":"86ec3313-4270-4190-a76e-9c040c0f9aa7","html_url":"https://github.com/kaikramer/keystore-explorer","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaikramer%2Fkeystore-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaikramer%2Fkeystore-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaikramer%2Fkeystore-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaikramer%2Fkeystore-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaikramer","download_url":"https://codeload.github.com/kaikramer/keystore-explorer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248067838,"owners_count":21042362,"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":"2024-08-01T16:02:13.852Z","updated_at":"2026-01-03T18:14:58.860Z","avatar_url":"https://github.com/kaikramer.png","language":"Java","funding_links":[],"categories":["Java","安全"],"sub_categories":[],"readme":"# KeyStore Explorer\n[![Build Status](https://img.shields.io/github/actions/workflow/status/kaikramer/keystore-explorer/build_test.yml)](https://github.com/kaikramer/keystore-explorer/actions/workflows/build_test.yml)\n[![Release](https://img.shields.io/github/v/release/kaikramer/keystore-explorer)](https://github.com/kaikramer/keystore-explorer/releases)\n[![Downloads](https://img.shields.io/github/downloads/kaikramer/keystore-explorer/total)](https://tooomm.github.io/github-release-stats/?username=kaikramer\u0026repository=keystore-explorer)\n[![License](https://img.shields.io/github/license/kaikramer/keystore-explorer)](https://github.com/kaikramer/keystore-explorer/blob/master/LICENSE)\n[![Packaging status](https://repology.org/badge/tiny-repos/keystore-explorer.svg)](https://repology.org/project/keystore-explorer/versions)\n[![Translation status](https://hosted.weblate.org/widgets/keystore-explorer/-/svg-badge.svg)](https://hosted.weblate.org/projects/keystore-explorer/)\n\n\nKeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.\n\nOfficial website: https://keystore-explorer.org/\n\n![Screenshot](https://raw.githubusercontent.com/kaikramer/kaikramer.github.io/main/images/win10_mykeystore.png)\n\n## Features:\n\n - Create, load, save and convert between various KeyStore types: JKS, JCEKS, PKCS#12, BKS (V1 and V2), UBER and BCFKS\n - Change KeyStore and KeyStore entry passwords\n - Delete or rename KeyStore entries\n - Cut/copy/paste KeyStore entries\n - Append certificates to key pair certificate chains\n - Generate RSA, ECC and DSA key pairs with self-signed X.509 certificates\n - Create CRLs\n - Apply X.509 certificate extensions to generated key pairs and Certificate Signing Requests (CSRs)\n - View X.509 Certificate, CRL and CRL entry X.509 V3 extensions\n - Import and export keys and certificates in many formats: PKCS#12, PKCS#8, PKCS#7, DER/PEM X.509 certificate files, Microsoft PVK, SPC, PKI Path, OpenSSL\n - Generate, view and sign CSRs in PKCS #10 and SPKAC formats\n - Sign JAR files\n - Configure a CA Certs KeyStore for use with KeyStore operations\n \n## Building\n\nTo do a clean build, issue the following command from the `kse` directory:\n```sh\n./gradlew clean build\n```\n\nThis runs the unit tests and builds the following artifacts:\n- `build/libs/kse.jar`\n- `build/distributions/kse-\u003cversion\u003e.tar`\n- `build/distributions/kse-\u003cversion\u003e.zip`\n\nYou can then update an existing KSE installation by replacing its kse.jar (and if necessary the dependencies) with this one. \nOr extract the content of the ZIP/TAR file and use the start scripts from the `bin` directory to run KSE. \n\nThe `build.gradle` file contains further instructions for building the platform specific distribution packages. \nEspecially what the requirements are for executing the build commands.\n\nFor the release ZIP package execute the following command (command works only under Windows because it generates kse.exe):\n```sh\n./gradlew zip \n```\n\nFor the Windows installer:\n```sh\n./gradlew innosetup\n```\n\nFor the macOS application:\n```sh\n./gradlew appbundler\n```\n\nFor the RPM package:\n```sh\n./gradlew buildRpm\n```\n\nFor the DEB package:\n```sh\n./gradlew buildDeb\n```\n\n## Running\n\nTo run the application, issue the following command from the `kse` directory:\n\n```sh\n./gradlew run\n```\nOr run `org/kse/KSE.java` directly from an IDE.\n\n## Contributing\n\nWe encourage you to contribute to KSE! Please check out the [Contributing to KSE guide](https://github.com/kaikramer/keystore-explorer/blob/master/CONTRIBUTING.md) for guidelines about how to proceed.\n\n## Translating\n\n\u003ca href=\"https://hosted.weblate.org/projects/keystore-explorer/\"\u003e\n\u003cimg src=\"https://hosted.weblate.org/widget/keystore-explorer/multi-auto.svg\" alt=\"Translation status\" /\u003e\n\u003c/a\u003e\n\nPlease help to translate on the [Weblate translation platform](https://hosted.weblate.org/projects/keystore-explorer/).\n\nAlternatively you can contribute translations directly on GitHub. KSE uses Java resource bundles for translations.\nTranslators can clone this repository and add their translations to the `kse/src/main/resources/org/kse` subdirectories.\nUse the \"Resource Bundle Editor\" plugin for JetBrains IDEs to simplify the process.\n\n## License\n\n[GNU General Public License v3.0](https://github.com/kaikramer/keystore-explorer/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaikramer%2Fkeystore-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaikramer%2Fkeystore-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaikramer%2Fkeystore-explorer/lists"}