# keystore-explore-gm **Repository Path**: wangqiang/keystore-explore-gm ## Basic Information - **Project Name**: keystore-explore-gm - **Description**: 基于Keystore-explore。http://keystore-explorer.org/ 支持国密算法与国密证书的版本(SM2、SM3、SM4) - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-01 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: security-dev **Tags**: None ## README # keystore-explore-gm #### 介绍 KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner. 基于最新的Keystore-explore 5.5版本。软件地址为:http://keystore-explorer.org/ - 支持了国密的一系列算法,比如SM2、SM3、SM4等 - 增加了对国密版本X509证书格式的支持 #### Building To do a clean build, issue the following command from the `kse` directory: $ ./gradlew clean build This runs the unit tests and compiles a new `kse.jar` into `build/libs`. You can then update an existing KSE installation by replacing its kse.jar with this one. The `build.gradle` file contains further instructions for building the platform specific distribution packages. In a nutshell: For the ZIP package: $ ./gradlew zip For the Windows installer: $ ./gradlew nsis For the MacOS application: $ ./gradlew appbundler #### Running To run the application, issue the following command from the `kse` directory: $ ./gradlew run #### 说明 本人是CA行业的从业者,如有同行业朋友可互相进行交流学习,WX:125028697