hello
发布于 2023-04-04 / 0 阅读
0
0

springboot+jasypt 国密加解密

国密SM4工具类

image

实现StringEncryptor 使用SM4加解密

image

配置类

image

springboot的application.yml 中声明

image

 

jasypt会自动对于 前缀ENC(  和  后缀)之间内容解密

image

 


评论