-
Updated
Apr 27, 2022 - C++
anonymization
Here are 193 public repositories matching this topic...
-
Updated
Apr 21, 2022 - Go
-
Updated
Apr 28, 2022
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
There will be different options we can do in here:
- Trucation
- Geo IP to country
- Hashing
References:
-
Updated
May 1, 2022 - Kotlin
-
Updated
Apr 28, 2022 - Shell
-
Updated
Mar 29, 2022 - TypeScript
-
Updated
Mar 30, 2022 - Java
-
Updated
May 12, 2021 - C#
-
Updated
Jan 21, 2022 - Python
-
Updated
Apr 29, 2022 - PHP
-
Updated
Oct 14, 2021 - Python
-
Updated
Dec 9, 2020 - Python
-
Updated
Apr 22, 2022 - Java
-
Updated
Mar 30, 2022 - Go
-
Updated
May 2, 2022 - PHP
-
Updated
Apr 27, 2022 - Java
-
Updated
Mar 19, 2021 - Jupyter Notebook
-
Updated
Sep 10, 2021 - PHP
-
Updated
Feb 21, 2022 - Python
The following 3 attribute options (Month, Year, Days) are proposed.
- StudyMonth: (example, 2012 February) 201202. A for loop of 31.
- StudyYear: (example, 2013). 2013. A for loop of 31 * 12.
The above 2 just assumes 31 days for all the months for simplicity. A C-FIND for 20120231 will return nothing. This is a quick and dirty approach. We should probably convert to date and handle better, e
-
Updated
Apr 2, 2022 - Shell
-
Updated
Apr 27, 2022 - Python
Currently we support replacing usernames, emails, etc. I would like to expose the other data types the faker library supports as well.
-
Updated
Dec 21, 2021 - Python
-
Updated
May 1, 2022 - Python
-
Updated
Apr 1, 2022 - Python
The social feature indexes are not computed correctly, leading to a 100% accuracy of the attack (the feature gets one hot encoded and then one column can be used to definitively infer the second column). This should be fixed to use a slice (21,22) as the attacked feature.
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."
Coreference resolution would potentially allow Presidio to link named entities to a specific person. For example, in the sentence "Paul used to live in Argentina, he now lives in Uruguay", the words "Paul" and "he" refer to the same person, which would allow to then relate "Uruguay" to Paul.
One simple way to integrate this capability into Presidio is by extending Presidio's decision process wi