-
Updated
Sep 6, 2021 - C++
anonymization
Here are 153 public repositories matching this topic...
-
Updated
Aug 24, 2021 - Go
-
Updated
Sep 2, 2021 - HTML
-
Updated
Aug 27, 2021
There will be different options we can do in here:
- Trucation
- Geo IP to country
- Hashing
References:
Currently each Observer support state management.
Obsei store state in any of sqlalchemy supported database on schema mentioned in WorkflowTable class.
There is example also exist to show it's capability.
State m
val configBuilder = FakerConfig.Builder()
.setLocale("nl")
.setUniqueGeneratorRetryLimit(111)
configBuilder.setRandomSeed(42)
val config: FakerConfig = configBuilder.build()
val faker = Faker(config)
The above is currently not supported because:
FakerConfig.Builderhas internally-visible constructor- setter functions need to be added that return an instance o
-
Updated
Aug 17, 2021 - TypeScript
-
Updated
Jun 27, 2020 - Shell
-
Updated
May 12, 2021 - C#
-
Updated
Aug 17, 2021 - Java
-
Updated
Oct 23, 2019 - Python
-
Updated
Aug 22, 2021 - PHP
-
Updated
Dec 9, 2020 - Python
-
Updated
Aug 12, 2021 - Python
-
Updated
Aug 5, 2021 - Java
-
Updated
Mar 19, 2021 - Jupyter Notebook
-
Updated
Sep 1, 2021 - PHP
-
Updated
Jul 26, 2021 - PHP
-
Updated
Sep 7, 2021 - Java
-
Updated
Sep 6, 2021 - Python
-
Updated
Aug 17, 2021 - Python
Currently we support replacing usernames, emails, etc. I would like to expose the other data types the faker library supports as well.
-
Updated
Oct 27, 2019 - Kotlin
-
Updated
Aug 12, 2021 - Go
-
Updated
Sep 1, 2021 - PHP
-
Updated
Apr 13, 2021 - Python
-
Updated
Nov 26, 2018 - Python
-
Updated
Jul 16, 2021 - Python
Improve this page
Add a description, image, and links to the anonymization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the anonymization topic, visit your repo's landing page and select "manage topics."
Describe the bug
Anonymizer engine does not parse anonymized text.
I've been using presidio on Python 3.8.8 over the last week and note that there have been changes in the libraries and parameters used for anonymizing text. Prior to these changes, I was able to parse text with identifying information and print anonymized text, however, now the anonymized text is not being printed.
Using