|
|
|
|
|
by maxbond
134 days ago
|
|
Cool project! - Wouldn't this censor UUIDs? I want UUIDs to remain in my logs. - The never "PII Shield" makes me think this would censor entities like names or social security numbers, rather than secrets. Not a big deal though. |
|
UUIDs: By default—no. Since UUIDs are Hex (limited charset 0-f), they have lower entropy than Base64 secrets. The threshold is tuned to sit safely above UUIDs but below API keys.
Naming: You are totally right. Currently, it focuses on "high-entropy PII" (passwords, auth tokens, session IDs) rather than names or SSNs. "Secrets Shield" might have been more precise, but naming is hard :)