java - How to better shield sensitive information when processing logs uniformly
给我你的怀抱
给我你的怀抱 2017-05-17 09:59:05
0
1
727

Taking java as an example, how to better and more efficiently shield sensitive information when processing logs in a unified manner.
1. For example, when using aop to record logs, or using filter to record http request parameters;
2. You may need to shield sensitive information such as passwords, ID numbers, bank card numbers, etc. in many places. How to make it more convenient? Less invasive and more efficient?

Thanks!

给我你的怀抱
给我你的怀抱

reply all (1)
刘奇

1 Sensitive information in business methods should not be written to the log
2 For front-end submission parameters, use tools such as aop to print logs uniformly, and use the AOP interception log Logger method again to blur the corresponding values of sensitive parameters

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!