encrypt-body-spring-boot-starter是对SpringBoot控制器统一的响应体加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA。 加密解密支持 可进行加密的方式有: MD5 SHA-224 / 256 / 384 / 512 AES DES RSA 可进行解密的方式有: AES DES RSA 使用方法 在pom.xml中引入依赖: <dependency> <groupId...
github地址: https://github.com/longfa0130/encrypt-spring-boot-starter.git 支持网络传输加解密 存储加解密 环境要求 jdk11以上 不支持1.8 使用便捷:在启动器上添加@EnableEncrypt 加密注解@Encrypt 解密注解@Decrypt 支持的算法 AES RSA SM4等等 也可以在此基础上新增加密方式 字段级别的加解密 简单配置 上手简单...
https://github.com/yinjihuan/spring-boot-starter-encrypt 先来看看怎么使用,可以下载源码,然后引入即可,然后在启动类上增加@EnableEncrypt注解开启加解密操作: @EnableEncrypt @SpringBootApplication public class App { public static void main(String[] args) { SpringApplication.run(App.class, args); } }...
同步操作将从longfa/encrypt-spring-boot-starter强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!! 确定后同步将在后台操作,完成时将刷新页面,请耐心等待。 删除在远程仓库中不存在的分支和标签 同步Wiki(当前仓库的 wiki 将会被覆盖!) ...
使用springboot框架搭建的加密解密项目,在controller层使用注解进行加密解密。 软件架构 软件架构说明 安装教程 xxxx xxxx xxxx 使用说明 xxxx xxxx xxxx 参与贡献 Fork 本项目 新建Feat_xxx 分支 提交代码 新建Pull Request 码云特技 使用Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md ...
导入maven坐标 <dependency> <groupId>cloud.longfa</groupId> <artifactId>encrypt-spring-boot-starter</artifactId> <version>1.0.5-RELEASE</version> </dependency>配置说明badger: encrypt: #16字节 1byte = 8bit aes-iv: 2404308462934f9f #128/192/256 bits 16/24/32/ 字节 aes-key: c4a98b23a8d...
jzy/dtguai-encrypt-spring-boot-starter forked fromguo/dtguai-encrypt-spring-boot-starter 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 文件 master dtguai-encrypt-example dtguai-encrypt-spring-boot-starter ...
springbootstartertransferencrypt.zipSe**gh 上传6.79 KB 文件格式 zip http传输报文实现rsa+aes加解密的springboot starter 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 WindTerm-ssh 2025-03-21 16:36:45 积分:1 miao 2025-03-21 16:27:54 积分:1 ...
1.配置环境jdk1.8及以上 使用方式 1.Maven依赖 <dependency><groupId>com.dtguai</groupId><artifactId>dtguai-encrypt-spring-boot-starter</artifactId><version>1.1.3</version></dependency> 2. 添加配置文件 说明 注解参数说明 加密 解密 签名(sign) ...
Watch 2 Star 8 Fork 3 githubsync/spring-boot-starter-encrypt 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 Gitee Pages 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开