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

2 Open Issues Need Help Last updated: Jul 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the KeyStore Explorer GUI to prevent loss of focus on the selected secret key entry in the main table after viewing its details. The current behavior jumps back to the table, deselecting the key; the desired behavior is to maintain focus on the key entry after closing the details view, mirroring the functionality for certificate entries.

Complexity: 3/5
good first issue

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

Java

AI Summary: Implement keyboard shortcuts '-' to view private key details and '+' to view public key details in the KeyStore Explorer GUI application. This involves modifying the existing codebase to handle these new keybindings and appropriately trigger the detail view functionality.

Complexity: 3/5
good first issue

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

Java