redacta
Command line tool for redacting information from text.
[!WARNING] This is an early stage implementation, it might not redact accurately.
Install
|
Or install via cargo:
Usage
Takes text via stdin and forwards redacted text to stdout.
$ redacta --help
Usage: <STDIN> | redacta [OPTIONS]
Options:
--ipv4 Enable IPv4 redaction
--ipv6 Enable IPv6 redaction
--fqdn Enable FQDN redaction
-r, --regex <REGEX> Regex redaction
-h, --help Print help
Example
|
|
|