数据加密脱敏方式

1、sdk

  https://help.aliyun.com/document_detail/201504.html

2、druid

  druid解析sql,filter拦截加解密https://github.com/tastypinenut/dbsecurity

3、mybatis

  a、TypeHandler加解密数据 https://segmentfault.com/a/1190000040024136?utm_source=sf-similar-article

    https://github.com/tastypinenut/dbsecurity

  b、Plugin加密 https://www.toutiao.com/i6705576222904025614

    https://blog.csdn.net/zjl_csdn/article/details/88973509

  c、动态代理Mybatis Mapper类 https://blog.csdn.net/why_still_confused/article/details/113060605

  d、aop加密https://blog.csdn.net/qq_37956177/article/details/106001583

4、mybatis-plus

  http://blog.healerjean.com/database/2020/02/20/MybatisPlus%E6%95%B0%E6%8D%AE%E5%BA%93%E5%8A%A0%E8%A7%A3%E5%AF%86/

5、ShardingJdbc

6、加密表

  https://blog.51cto.com/kexiaoke/2128847

7、日志脱敏

  https://juejin.cn/post/6844903751363330055

  https://juejin.cn/post/6922837754330480654

 

1、密文base64

2、数值型加密后类型变化

3、密文如何搜索:直接精准匹配、解密后模糊匹配

https://m.3wcoffee.com/qfnews/detail?id=3558

https://github.com/xiananliu/Mybatis-Encryptor

 https://www.cnblogs.com/larva-zhh/p/12191531.html

http://blog.soliloquize.org/2019/03/15/Druid-SQL%E7%9A%84%E4%B8%80%E4%BA%9B%E4%BD%BF%E7%94%A8%E5%9C%BA%E6%99%AF/

https://github.com/alibaba/druid/issues/3812

posted @ 2021-08-03 11:16  zbjice  阅读(514)  评论(0)    收藏  举报