logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Jarsigner - Sign JAR Files | Online Free DevTools by Hexmos

Sign Java archive (JAR) files with Jarsigner. Secure your Java applications using digital signatures. Free online tool, no registration required.

jarsigner

Sign and verify Java archive (JAR) files. More information: https://docs.oracle.com/en/java/javase/20/docs/specs/man/jarsigner.html.

  • Sign a JAR file:

jarsigner {{path/to/file.jar}} {{keystore_alias}}

  • Sign a JAR file with a specific algorithm:

jarsigner -sigalg {{algorithm}} {{path/to/file.jar}} {{keystore_alias}}

  • Verify the signature of a JAR file:

jarsigner -verify {{path/to/file.jar}}

See Also