jar

io.github.codert96 : spring-boot-starter-encrypt-web

Maven & Gradle

May 16, 2024
0 stars

The data returned by the API is encrypted. AES and SM4 encryption are provided by default. AES iv is the middle 16 bit of key. SM4 iv is the reverse the key.

Table Of Contents

Latest Version

Download io.github.codert96 : spring-boot-starter-encrypt-web JAR file - Latest Versions:

All Versions

Download io.github.codert96 : spring-boot-starter-encrypt-web 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 spring-boot-starter-encrypt-web-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.codert96.web.annotations

├─ com.github.codert96.web.annotations.Ignored.class - [JAR]

com.github.codert96.web.handler

├─ com.github.codert96.web.handler.EncryptRequestResponseResolverHandler.class - [JAR]

com.github.codert96.web.core

├─ com.github.codert96.web.core.Encryptor.class - [JAR]

├─ com.github.codert96.web.core.EncryptorKeyExtractor.class - [JAR]

com.github.codert96.web.bean

├─ com.github.codert96.web.bean.WebEncryptProperties.class - [JAR]

com.github.codert96.web.config

├─ com.github.codert96.web.config.WebEncryptConfig.class - [JAR]

com.github.codert96.web.utils

├─ com.github.codert96.web.utils.ByteUtils.class - [JAR]

com.github.codert96.web.core.impl

├─ com.github.codert96.web.core.impl.AESEncryptor.class - [JAR]

├─ com.github.codert96.web.core.impl.SM4Encryptor.class - [JAR]