jar

com.github.agogs : securekey-maven-plugin

Maven & Gradle

May 17, 2018
0 stars

This plugin is used to generate a AES key using sun.security.ssl.SecureKey which is then Base64 encoded during build time and store it in the file system. The "secret" to generate the key is passed as a parameter in the plugin configuration

Table Of Contents

Latest Version

Download com.github.agogs : securekey-maven-plugin JAR file - Latest Versions:

All Versions

Download com.github.agogs : securekey-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window securekey-maven-plugin-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.agogs.securekey.util

├─ com.github.agogs.securekey.util.Util.class - [JAR]

com.github.agogs.securekey.gen

├─ com.github.agogs.securekey.gen.GenerateSecureKey.class - [JAR]

Advertisement