-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e641ed
commit cb06413
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ anonymization reproducible accross tables. | |
This *Anonymizer* will fill configured column with value looking like `[username]@[domain.tld]` | ||
where: | ||
* `[username]` is a md5 hash of the pre-anonymization value | ||
* `[domain.tld]` is the given domain option (or `example.com` per default) | ||
* `[domain.tld]` is the given domain option (or `example.com` by default) | ||
|
||
For example `[email protected]` will give `[email protected]` after anonymization. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters