PiiDetector 1.0.0.2
dotnet add package PiiDetector --version 1.0.0.2
NuGet\Install-Package PiiDetector -Version 1.0.0.2
<PackageReference Include="PiiDetector" Version="1.0.0.2" />
<PackageVersion Include="PiiDetector" Version="1.0.0.2" />
<PackageReference Include="PiiDetector" />
paket add PiiDetector --version 1.0.0.2
#r "nuget: PiiDetector, 1.0.0.2"
#addin nuget:?package=PiiDetector&version=1.0.0.2
#tool nuget:?package=PiiDetector&version=1.0.0.2
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- DocumentFormat.OpenXml (>= 3.2.0)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Extensions.Logging (>= 9.0.2)
- Newtonsoft.Json (>= 13.0.3)
- PdfPig (>= 0.1.9)
- System.Buffers (>= 4.6.0)
- System.Memory (>= 4.6.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Threading.Tasks.Extensions (>= 4.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial Release of PiiDetector