mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
10 lines
275 B
Markdown
10 lines
275 B
Markdown
---
|
|
title: 数据脱敏
|
|
category: 系统设计
|
|
tag:
|
|
- 安全
|
|
---
|
|
|
|
数据脱敏说的就是我们根据特定的规则对敏感信息数据进行变形,比如我们把手机号、身份证号某些位数使用 \* 来代替。
|
|
|
|
<!-- @include: @article-footer.snippet.md --> |