Skip to content

Commit d48087c

Browse files
committed
update
1 parent 475f69a commit d48087c

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Those all come from my short experience, so please read by your own risk.
4646
35. [Disaster recovery][31];
4747
36. [HA for MySQL][32];
4848
37. [Use proxy for white list][33];
49-
38. Data masking;
49+
38. [Data masking][34];
5050
39. code review;
5151
39. Agile;
5252
40. Knowledge sharing;
@@ -85,4 +85,5 @@ Those all come from my short experience, so please read by your own risk.
8585
[30]: decisions/0034-dns-notes.md
8686
[31]: decisions/0035-disaster-recovery.md
8787
[32]: decisions/0036-ha-for-mysql.md
88-
[33]: decisions/0037-use-proxy-for-white-list.md
88+
[33]: decisions/0037-use-proxy-for-white-list.md
89+
[34]: decisions/0038-data-masking.md

decisions/0038-data-masking.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ Accepted
4444

4545
Refs:
4646

47-
* 大数据隐私保护技术之脱敏技术探究 [http://www.freebuf.com/articles/database/120040.html][1]
48-
* [动态数据脱敏最佳实践.pdf][2]
49-
* 美团数据仓库-数据脱敏 [http://tech.meituan.com/data-mask.html][3]
50-
* 大数据与数据脱敏 [https://zhuanlan.zhihu.com/p/20824603][4]
51-
* 加解密详解 [http://www.jianshu.com/p/b3be35c1d424][5]
52-
53-
[1]: http://www.freebuf.com/articles/database/120040.html
54-
[2]: files/%E5%8A%A8%E6%80%81%E6%95%B0%E6%8D%AE%E8%84%B1%E6%95%8F%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5.pdf
55-
[3]: http://tech.meituan.com/data-mask.html
56-
[4]: https://zhuanlan.zhihu.com/p/20824603
57-
[5]: http://www.jianshu.com/p/b3be35c1d424
47+
* [动态数据脱敏最佳实践.pdf][1]
48+
* 美团数据仓库-数据脱敏 [http://tech.meituan.com/data-mask.html][2]
49+
* 大数据与数据脱敏 [https://zhuanlan.zhihu.com/p/20824603][3]
50+
* 加解密详解 [http://www.jianshu.com/p/b3be35c1d424][4]
51+
* 大数据隐私保护技术之脱敏技术探究 [http://www.freebuf.com/articles/database/120040.html][5]
52+
53+
[1]: files/%E5%8A%A8%E6%80%81%E6%95%B0%E6%8D%AE%E8%84%B1%E6%95%8F%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5.pdf
54+
[2]: http://tech.meituan.com/data-mask.html
55+
[3]: https://zhuanlan.zhihu.com/p/20824603
56+
[4]: http://www.jianshu.com/p/b3be35c1d424
57+
[5]: http://www.freebuf.com/articles/database/120040.html

0 commit comments

Comments
 (0)