jar

com.ofwiki : spring-boot-request-body-encrypt

Maven & Gradle

Dec 24, 2019
0 stars

spring-boot-request-body-encrypt · 使用AES对称加密算法对spring mvc的请求参数及返回结果进行加密解密

Table Of Contents

Latest Version

Download com.ofwiki : spring-boot-request-body-encrypt JAR file - Latest Versions:

All Versions

Download com.ofwiki : spring-boot-request-body-encrypt 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-request-body-encrypt-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ofwiki.encrypt.advice

├─ com.ofwiki.encrypt.advice.DecryptHttpInputMessage.class - [JAR]

├─ com.ofwiki.encrypt.advice.DecryptRequestBodyAdvice.class - [JAR]

├─ com.ofwiki.encrypt.advice.EncryptResponseBodyAdvice.class - [JAR]

com.ofwiki.encrypt.config

├─ com.ofwiki.encrypt.config.EncryptConfiguration.class - [JAR]

├─ com.ofwiki.encrypt.config.EncryptProperties.class - [JAR]

com.ofwiki.encrypt.utils

├─ com.ofwiki.encrypt.utils.AesUtil.class - [JAR]

├─ com.ofwiki.encrypt.utils.JsonUtil.class - [JAR]

com.ofwiki.encrypt.annotations

├─ com.ofwiki.encrypt.annotations.Decrypt.class - [JAR]

├─ com.ofwiki.encrypt.annotations.EnableEncrypt.class - [JAR]

├─ com.ofwiki.encrypt.annotations.Encrypt.class - [JAR]

├─ com.ofwiki.encrypt.annotations.EncryptDecrypt.class - [JAR]

Advertisement