Crates.io | anolog |
lib.rs | anolog |
version | 0.1.5 |
source | src |
created_at | 2021-04-28 19:04:27.553616 |
updated_at | 2021-05-08 08:37:48.070532 |
description | anonymize access log files |
homepage | |
repository | https://github.com/Canop/anolog |
max_upload_size | |
id | 390711 |
size | 14,956 |
Anolog anonymizes access log files.
It replaces IP v4, IP v6 and query parameter values with random ones.
To keep log files as useful as possible for analysis, there are constraints for the replacements:
:warning: Anolog comes without any kind of garantee. If a file is converted with Anolog, it may still contain private data and may still help an attacker.
This is the best solution when you already have the rust toolchain.
cargo install anolog
I made them available in https://dystroy.org/anolog/download
anolog path/to/file.log > anonym.log