jar

io.github.orczykowski : logstash-logback-sensitive-data-obfuscator

Maven & Gradle

Jul 23, 2023
1 stars

logstash-logback-sensitive-data-obfuscator · This library provides a solution for masking sensitive data in logs within applications that use Logback with logstash-logback-encoder and ch.qos.logback.contrib.json.classic.JsonLayout. It allows you to extend the XML configuration by defining names od fields/variables/properties which contain in value sensitive data. The library includes predefined patterns for detecting sensitive values and also allows for creating custom patterns.

Table Of Contents

Latest Version

Download io.github.orczykowski : logstash-logback-sensitive-data-obfuscator JAR file - Latest Versions:

All Versions

Download io.github.orczykowski : logstash-logback-sensitive-data-obfuscator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window logstash-logback-sensitive-data-obfuscator-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.orczykowski.logstash.logback.obfuscator

├─ io.github.orczykowski.logstash.logback.obfuscator.AbstractSensitiveDataDecorator.class - [JAR]

├─ io.github.orczykowski.logstash.logback.obfuscator.IncorrectConfigurationException.class - [JAR]

├─ io.github.orczykowski.logstash.logback.obfuscator.SensitiveDataAsMaskDecorator.class - [JAR]

├─ io.github.orczykowski.logstash.logback.obfuscator.SensitiveDataAsShortcutDecorator.class - [JAR]

├─ io.github.orczykowski.logstash.logback.obfuscator.SensitiveDataPatternFactory.class - [JAR]