Giter Site home page Giter Site logo

tulsidas / keystore-explorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaikramer/keystore-explorer

0.0 0.0 0.0 38.55 MB

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.

Home Page: https://keystore-explorer.org/

License: GNU General Public License v3.0

Shell 0.07% Java 99.82% Nim 0.07% Inno Setup 0.04%

keystore-explorer's Introduction

KeyStore Explorer

Build Status Release Downloads License Packaging status

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.

Official website: https://keystore-explorer.org/

Screenshot

Features:

  • Create, load, save and convert between various KeyStore types: JKS, JCEKS, PKCS#12, BKS (V1 and V2), UBER and BCFKS
  • Change KeyStore and KeyStore entry passwords
  • Delete or rename KeyStore entries
  • Cut/copy/paste KeyStore entries
  • Append certificates to key pair certificate chains
  • Generate RSA, ECC and DSA key pairs with self-signed X.509 certificates
  • Create CRLs
  • Apply X.509 certificate extensions to generated key pairs and Certificate Signing Requests (CSRs)
  • View X.509 Certificate, CRL and CRL entry X.509 V3 extensions
  • 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
  • Generate, view and sign CSRs in PKCS #10 and SPKAC formats
  • Sign JAR files
  • Configure a CA Certs KeyStore for use with KeyStore operations

Building

To do a clean build, issue the following command from the kse directory:

$ ./gradlew clean build

This runs the unit tests and builds the following artifacts:

  • build/libs/kse.jar
  • build/distributions/kse-<version>.tar
  • build/distributions/kse-<version>.zip

You can then update an existing KSE installation by replacing its kse.jar (and if necessary the dependencies) with this one. Or extract the content of the ZIP/TAR file and use the start scripts from the bin directory to run KSE.

The build.gradle file contains further instructions for building the platform specific distribution packages. Especially what the requirements are for executing the build commands.

For the release ZIP package execute the following command (command works only under Windows because it generates kse.exe):

$ ./gradlew zip 

For the Windows installer:

$ ./gradlew innosetup

For the macOS application:

$ ./gradlew appbundler

For the RPM package:

$ ./gradlew buildRpm

For the DEB package:

$ ./gradlew buildDeb

Running

To run the application, issue the following command from the kse directory:

$ ./gradlew run

Or run org/kse/KSE.java directly from an IDE.

Contributing

We encourage you to contribute to KSE! Please check out the Contributing to KSE guide for guidelines about how to proceed.

License

GNU General Public License v3.0

keystore-explorer's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.