commit | 9c76637fff162478ebd9ad4b705ca0745110a98a | [log] [tgz] |
---|---|---|
author | Erwan Le Goas <elegoas@haproxy.com> | Wed Sep 14 17:40:24 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Sep 17 11:24:53 2022 +0200 |
tree | 855d20962fbf72d056adb2f1625c31b1c55794f0 | |
parent | 85af76070412d87433fbcaa0ac95833a8470159d [diff] |
MINOR: anon: add new macros and functions to anonymize contents These macros and functions will be used to anonymize strings by producing a short hash. This will allow to match config elements against dump elements without revealing the original data. This will later be used to anonymize configuration parts and CLI commands output. For now only string, identifiers and addresses are supported, but the model is easily extensible.