PiiDetector 1.0.0.2

dotnet add package PiiDetector --version 1.0.0.2
                    
NuGet\Install-Package PiiDetector -Version 1.0.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PiiDetector" Version="1.0.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PiiDetector" Version="1.0.0.2" />
                    
Directory.Packages.props
<PackageReference Include="PiiDetector" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PiiDetector --version 1.0.0.2
                    
#r "nuget: PiiDetector, 1.0.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=PiiDetector&version=1.0.0.2
                    
Install PiiDetector as a Cake Addin
#tool nuget:?package=PiiDetector&version=1.0.0.2
                    
Install PiiDetector as a Cake Tool

PiiDetector

Overview

Welcome to PiiDetector, an open-source library designed to identify and protect Personally Identifiable Information (PII) in your applications. Whether you’re building a data-intensive service or a security-focused tool, PiiDetector empowers developers to detect sensitive data—like names, email addresses, phone numbers, and more—quickly and efficiently. Built with simplicity and extensibility in mind, PiiDetector integrates seamlessly into .NET projects, offering a robust solution for privacy-conscious development.

Our goal with PiiDetector is to provide a lightweight, reliable tool that helps developers safeguard user data while adhering to best practices in data protection. Whether you’re enhancing compliance with regulations like GDPR or simply bolstering your application’s security, PiiDetector is here to assist.

Features

  • Accurate PII Detection: Identifies common PII patterns with high precision.
  • Extensible Design: Easily customize or extend detection rules to fit your needs.
  • Lightweight: Minimal overhead, optimized for integration into any .NET project.
  • Open Source: Freely available under the MIT License, encouraging community contributions and usage.

Getting Started

To use PiiDetector in your project, install it via NuGet:

dotnet add package PiiDetector
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.2 123 3/8/2025
1.0.0.1 135 3/8/2025
1.0.0 199 3/4/2025

Initial Release of PiiDetector