jar

com.feizhaiyou.encrypt : encrypt-spring-boot-starter

Maven & Gradle

Jul 31, 2023

encrypt-spring-boot-starter · 整合SpringBoot可对Web项目的HTTP接口参数进行脱敏与加解密,通过注解的方式直接使用加解密,支持AES、RSA,可自定义脱敏与加解密配置。

Table Of Contents

Latest Version

Download com.feizhaiyou.encrypt : encrypt-spring-boot-starter JAR file - Latest Versions:

All Versions

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

com.feizhaiyou.encrypt.constants

├─ com.feizhaiyou.encrypt.constants.SecurityMode.class - [JAR]

├─ com.feizhaiyou.encrypt.constants.SensitiveType.class - [JAR]

com.feizhaiyou.encrypt.annotation

├─ com.feizhaiyou.encrypt.annotation.Security.class - [JAR]

├─ com.feizhaiyou.encrypt.annotation.Sensitive.class - [JAR]

com.feizhaiyou.encrypt.aspect

├─ com.feizhaiyou.encrypt.aspect.SecurityAspect.class - [JAR]

com.feizhaiyou.encrypt.advice

├─ com.feizhaiyou.encrypt.advice.AbstractSecurityAdvice.class - [JAR]

├─ com.feizhaiyou.encrypt.advice.DecryptRequestAdvice.class - [JAR]

├─ com.feizhaiyou.encrypt.advice.EncryptResponseAdvice.class - [JAR]

com.feizhaiyou.encrypt.codec

├─ com.feizhaiyou.encrypt.codec.AESProcessor.class - [JAR]

├─ com.feizhaiyou.encrypt.codec.RSAProcessor.class - [JAR]

├─ com.feizhaiyou.encrypt.codec.SecurityProcessor.class - [JAR]

com.feizhaiyou.encrypt.config

├─ com.feizhaiyou.encrypt.config.EncryptAutoConfiguration.class - [JAR]

com.feizhaiyou.encrypt.format

├─ com.feizhaiyou.encrypt.format.CommonSensitiveProcessor.class - [JAR]

├─ com.feizhaiyou.encrypt.format.SensitiveProcessor.class - [JAR]

com.feizhaiyou.encrypt.handler

├─ com.feizhaiyou.encrypt.handler.CommonSecurityHandler.class - [JAR]

├─ com.feizhaiyou.encrypt.handler.CommonSensitiveHandler.class - [JAR]

├─ com.feizhaiyou.encrypt.handler.SecurityHandler.class - [JAR]

├─ com.feizhaiyou.encrypt.handler.SensitiveHandler.class - [JAR]

com.feizhaiyou.encrypt.config.properties

├─ com.feizhaiyou.encrypt.config.properties.SecurityProperties.class - [JAR]