Maskify - Sensitive Data Masking Library
*A simple, powerful, and efficient way to mask sensitive data.*
**Maskify** is a powerful and easy-to-use library for masking sensitive data such as Brazilian documents (CPF, CNPJ) and emails. It also allows you to mask any other type of information through highly customizable, generic methods.
Features
- **CPF Masking**: Masks CPF numbers, with or without formatting.
- **CNPJ Masking**: Supports CNPJ formatting, allowing input with or without mask.
- **Email Masking**: Partially hides email addresses, preserving domain integrity.
- **Generic Masking Method**: Allows you to mask any type of sensitive data, such as phone numbers, addresses, and more.
Installation
You can install the package directly from NuGet:
bash
dotnet add package Maskify
Or visit the NuGet package page: [Maskify.Core on NuGet](https://www.nuget.org/packages/Maskify.Core/1.0.0)
Usage
1. Mask CPF
csharp
using Maskify.Core.Libray;