kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

Intellij Plugin #332

Closed dalgarins closed 2 years ago

dalgarins commented 2 years ago

Hi, I only wanted let you know that I built a plugin for intellij based on keystore-explorer, this is the current link: plugin_link

key-store-explorer_1 key-store-explorer_2
kaikramer commented 2 years ago

That's pretty cool! I'll certainly try it out soon.

Did you have to modify the code of KSE much to make a an IntelliJ plugin out of it?

dalgarins commented 2 years ago

About core functionalities like open and load the keystore the answer is no, but talking about the gui, the were some changes and some refactors.

plugin_repo

kaikramer commented 2 years ago

Ok, nice. I think I can close this ticket now...