Skip to content
#

anonymization

Here are 154 public repositories matching this topic...

damiank333
damiank333 commented Aug 11, 2021

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

obsei
serpro69
serpro69 commented Jun 9, 2021
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.Builder has internally-visible constructor
  • setter functions need to be added that return an instance o
magento2-gdpr

Magento 2 GDPR module is a must have extension for the largest e-commerce CMS used in the world. The module helps to be GDPR compliant. Actually it allows the customers to erase, or export their personal data. As a merchant you have powerful tools to customize the extension capabilities and apply the finest privacy rules.

  • Updated Sep 17, 2021
  • PHP

This repository allows you to anonymize sensitive information in images/videos. The solution is fully compatible with the DL-based training/inference solutions that we already published/will publish for Object Detection and Semantic Segmentation.

  • Updated Aug 12, 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.

Curate this topic

Add this topic to your repo

To associate your repository with the anonymization topic, visit your repo's landing page and select "manage topics."

Learn more