XperienceCommunity.DatabaseAnonymizer
2.1.0
dotnet tool install --global XperienceCommunity.DatabaseAnonymizer --version 2.1.0
dotnet new tool-manifest
dotnet tool install --local XperienceCommunity.DatabaseAnonymizer --version 2.1.0
#tool dotnet:?package=XperienceCommunity.DatabaseAnonymizer&version=2.1.0
nuke :add-package XperienceCommunity.DatabaseAnonymizer --version 2.1.0
Xperience Community: Database Anonymizer
Description
This dotnet tool allows developers to anonymize sensitive data within a Kentico database. The database remains in a usable state and can be connected to a Kentico instance. This can be useful to protect user and visitor personal data when sending the database to third-parties including Kentico Support.
Requirements
Library Version Matrix
| Xperience Version | Library Version |
|---|---|
| >= 13.0.0 | 1.x.y |
| >= 30.0.0 | >= 2.0.0 |
Installing the tool
Run the following command from a command prompt such as Powershell:
dotnet tool install XperienceCommunity.DatabaseAnonymizer -g --version 2.0.0
Updating the tool
Run the following command from a command prompt such as Powershell:
dotnet tool update XperienceCommunity.DatabaseAnonymizer -g
Updates to the tool may include changes to the anonymizer_tables.json file used to define the tables and columns anonymized by the tool (see the Usage Guide). In these cases, we recommend regenerating the default configuration file and merging your customizations into the generated file.
Quick Start
Run the following command from a command prompt such as Powershell:
xperience-anonymizer
The tool will prompt you to provide connection details for the Kentico database, then run the anonymization process.
Full Instructions
View the Usage Guide for more detailed instructions.
Contributing
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.
License
Distributed under the MIT License. See LICENSE.md for more information.
Support
This project has Kentico Labs limited support.
See SUPPORT.md for more information.
For any security issues see SECURITY.md.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.