jar

io.github.weasley-j : mybatis-encrypt-spring-boot-starter

Maven & Gradle

Jul 16, 2023
57 stars

mybatis-encrypt-spring-boot-starter · A spring-boot starter to make it easy to encrypt and decrypt some column of database tables, supports for user custom encryption algorithms, you can even use some encrypted fields as query criteria.

Table Of Contents

Latest Version

Download io.github.weasley-j : mybatis-encrypt-spring-boot-starter JAR file - Latest Versions:

All Versions

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

io.github.weasleyj.mybatis.encrypt.constant

├─ io.github.weasleyj.mybatis.encrypt.constant.EncryptConstant.class - [JAR]

├─ io.github.weasleyj.mybatis.encrypt.constant.EncryptType.class - [JAR]

io.github.weasleyj.mybatis.encrypt.exception

├─ io.github.weasleyj.mybatis.encrypt.exception.MybatisEncryptException.class - [JAR]

io.github.weasleyj.mybatis.encrypt.annotation

├─ io.github.weasleyj.mybatis.encrypt.annotation.EnableMybatisEncryption.class - [JAR]

├─ io.github.weasleyj.mybatis.encrypt.annotation.Encryption.class - [JAR]

io.github.weasleyj.mybatis.encrypt.interceptor

├─ io.github.weasleyj.mybatis.encrypt.interceptor.DefaultMybatisEncryptInterceptor.class - [JAR]

io.github.weasleyj.mybatis.encrypt.core

├─ io.github.weasleyj.mybatis.encrypt.core.DefaultAesEncryptStrategyImpl.class - [JAR]

├─ io.github.weasleyj.mybatis.encrypt.core.DefaultBase64EncryptStrategyImpl.class - [JAR]

├─ io.github.weasleyj.mybatis.encrypt.core.EncryptStrategy.class - [JAR]

io.github.weasleyj.mybatis.encrypt.config

├─ io.github.weasleyj.mybatis.encrypt.config.MybatisEncryptConfigurer.class - [JAR]

├─ io.github.weasleyj.mybatis.encrypt.config.MybatisEncryptProperties.class - [JAR]