-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation link to the header of the homepage. Added list of available anonymizers to the documentation.
- Loading branch information
Rolf
committed
Feb 14, 2020
1 parent
30a115e
commit be1109e
Showing
8 changed files
with
40 additions
and
144 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Anonimatron documentation | ||
|
||
For more information on how Anonimatron works and runs, check our [GitHub readme.md](https://github.com/realrolfje/anonimatron/blob/master/README.md). | ||
|
||
## Available Anonymizers | ||
|
||
Anonimatron comes with the following default anonymizers. Please start Anonimatron with the `-configexample` | ||
parameter to see how these are configured: | ||
|
||
| Name | Type | Input | Output | | ||
|:----------------------------------|:--------------------|:-----------------|:-------------------------------------------------------------------------| | ||
| CharacterStringAnonymizer | RANDOMCHARACTERS | Any string | A-Z, same length | | ||
| CharacterStringPrefetchAnonymizer | RANDOMCHARACTERS | Any string | Characters from all input data, same length | | ||
| CountryCodeAnonymizer | COUNTRY_CODE | Any string | ISO 3166-1 alpha 2 or alpha 3 code | | ||
| DateAnonymizer | DATE | Valid date | Date between 31 days before and 32 days after the input date | | ||
| DigitStringAnonymizer | RANDOMDIGITS | Any string | 0-9, same length, optional mask | | ||
| DutchBankAccountAnononymizer | DUTCHBANKACCOUNT | Any string | 11 proof number, minimal 9 digits | | ||
| DutchBSNAnononymizer | BURGERSERVICENUMMER | Number or string | Valid Dutch "Burger Service Nummer" or "SOFI Nummer" as number or string | | ||
| DutchZipCodeAnonymizer | DUTCH_ZIP_CODE | Any string | Valid Dutch zip/postal code | | ||
| ElvenNameGenerator | ELVEN_NAME | Any string | Pronounceable elven name, 2 to 5 syllables | | ||
| EmailAddressAnonymizer | EMAIL_ADDRESS | Any string | Valid email address in the domain "@example.com" | | ||
| IbanAnonymizer | IBAN | Any string | Valid International Bank Account Number | | ||
| RomanNameGenerator | ROMAN_NAME | Any string | Pronounceable Roman name, 2 to 5 syllables | | ||
| StringAnonymizer | STRING | Any string | Random hexadecimal string | | ||
| UkPostCodeAnonymizer | UK_POST_CODE | Any string | Valid Uk Post code | | ||
| UUIDAnonymizer | UUID | Any string | A random UUID | |
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
64 changes: 0 additions & 64 deletions
64
src/main/java/com/rolfje/anonimatron/anonymizer/PartialDigitsAnonymizer.java
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
src/test/java/com/rolfje/anonimatron/anonymizer/PartialCharacterAnonymizerTest.java
This file was deleted.
Oops, something went wrong.