https://github.com/tal-tech/sec-nacos-encrypt-plugin
基于Nacos配置中心的敏感信息的脱敏组件
https://github.com/tal-tech/sec-nacos-encrypt-plugin
Last synced: 9 months ago
JSON representation
基于Nacos配置中心的敏感信息的脱敏组件
- Host: GitHub
- URL: https://github.com/tal-tech/sec-nacos-encrypt-plugin
- Owner: tal-tech
- License: apache-2.0
- Created: 2021-01-14T06:15:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T06:19:39.000Z (over 5 years ago)
- Last Synced: 2025-08-01T10:53:46.246Z (10 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 6
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nacos 配置中心中敏感信息脱敏
基于Nacos1.2.1版本的配置中心对敏感信息过敏组建,例如对数据库的url、用户名、密码进行脱敏
# 使用方法
项目中直接集成此jar包,在Naocs的配置中心的属性配置加上d(数据库密码)
原来的配置是:db.password=xxxx; 脱敏的配置 db.password=d(xxxxxx)