Go数据脱敏方法
Go实现数据脱敏的方案设计
目录前言脱敏方案详细设计基本脱敏方法脱敏模块场景功能模块划分:前言 在一些常见的业务场景中可能涉及到用户的手机号,银行卡号等敏感数据,对于这部分的数据经常需要进行数据脱敏处理,就是将此部分数据隐私化,防[详细]
2024-08-14 15:05 分类:开发How can I make a family of singletons?
I want to create a set of classes that share a lot of common behavior. Of course in OOP when you think that you automatically think \"abstract class with subclasses\". But among the things I want thes[详细]
2022-12-28 18:54 分类:问答