Tag

Log Masking

0 views collected around this technical thread.

Yum! Tech Team
Yum! Tech Team
Feb 6, 2024 · Information Security

Log Data Masking Solution for Java Spring Applications

This article analyzes the growing risk of personal data leakage, defines data masking, compares common log‑masking techniques, and presents a comprehensive Java‑Spring solution that combines annotation‑based marking, custom Jackson serializers, and extended SLF4J methods to achieve precise, low‑overhead log masking.

JavaLog MaskingSlf4j
0 likes · 8 min read
Log Data Masking Solution for Java Spring Applications
Code Ape Tech Column
Code Ape Tech Column
Dec 13, 2023 · Backend Development

Log Masking with Guava: Solving Map Deep‑Clone Issues Using transformEntries

This article explains how to mask sensitive fields in Java logs, demonstrates the pitfalls of shallow‑copying nested Maps during masking, and shows a robust solution using Guava's Maps.transformEntries to perform lazy, view‑based deep transformation without mutating the original data structures.

BackendGuavaJava
0 likes · 21 min read
Log Masking with Guava: Solving Map Deep‑Clone Issues Using transformEntries
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Aug 31, 2020 · Backend Development

Using Java Annotations for Log Masking and Bank API Request Simplification

This article explains how to employ custom Java annotations together with reflection to mask sensitive fields in logs, define flexible desensitization rules, and dramatically reduce repetitive code when building fixed‑length, signed bank API requests, improving maintainability and extensibility of backend services.

AnnotationsBackend DevelopmentBank API
0 likes · 21 min read
Using Java Annotations for Log Masking and Bank API Request Simplification