# ks-explorer
**Repository Path**: wxmlabs/ks-explorer
## Basic Information
- **Project Name**: ks-explorer
- **Description**: the mirror of https://github.com/anboralabs/ks-explorer.git
- **Primary Language**: Java
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-08-23
- **Last Updated**: 2024-08-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# KS-Explorer


## What is it?
KeyStore Explorer is an open source GUI replacement for the Java command-line utilities keytool and jarsigner.
KS-Explorer is an Intellij plugin to view all information related with a keystore,
and we use Keystore-Explorer as a core.
We don't pretend to be a replacement of KeyStore Explorer, KS-explorer is an extension from them to use in Intellij.
## How to use it?
- Add plugin to Intellij IDE
- Open a keystore file
### Add plugin to Intellij IDE
- Clone repo
```sh
git clone https://github.com/anboralabs/ks-explorer
```
- Install from disk
```
- Go to https://github.com/anboralabs/ks-explorer/releases/tag/v1.0
- download kse-1.0.jar
- Plugins -> Install From disk -> choose the file downloaded
```
- Install from plugin store

- Plugin url
[Plugin Download](https://plugins.jetbrains.com/plugin/18286-ks-explorer)
## Credits