Sage.Data.Mask 1.0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Sage.Data.Mask --version 1.0.0.1
                    
NuGet\Install-Package Sage.Data.Mask -Version 1.0.0.1
                    
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="Sage.Data.Mask" Version="1.0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sage.Data.Mask" Version="1.0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Sage.Data.Mask" />
                    
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 Sage.Data.Mask --version 1.0.0.1
                    
#r "nuget: Sage.Data.Mask, 1.0.0.1"
                    
#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.
#:package Sage.Data.Mask@1.0.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sage.Data.Mask&version=1.0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Sage.Data.Mask&version=1.0.0.1
                    
Install as a Cake Tool

Sage.Data.Mask

简介

Sage.Data.Mask 提供了数据脱敏功能,用于在显示或传输敏感数据时保护隐私。

主要特性

  • 支持多种数据类型的脱敏(密码、IP地址、公司名称等)
  • 可自定义脱敏规则
  • 简单易用的 API(方法、扩展)
  • 完全兼容 AOT 编译

使用示例

using Sage.Data.Mask;

// 密码脱敏
string password = "123456";
string maskedPassword = password.MaskPassword(); // 返
回 "******"

// IP地址脱敏
string ip = "192.168.1.1";
string maskedIp = ip.MaskIpAddress(); // 返回 "192.168.
**.*"

// 公司名称脱敏
string companyName = "北京某某科技有限公司";
string maskedCompanyName = companyName.MaskCompanyName
();
// 根据实际代码实现返回脱敏后的公司名称

许可证

版权所有 © 2025 甲壳虫科技 团队。

贡献

欢迎提交问题和功能请求。 QQ Group: 1054304346

作者

甲壳虫科技

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Sage.Data.Mask:

Package Downloads
Sage.CloudStorage.Qiniu

Sage.CloudStorage.Qiniu 是一个基于 .NET 平台的现代化七牛云存储 SDK,采用完全异步设计,提供了对七牛云对象存储、CDN 等服务的简单易用的 API 封装。该库基于 Sage.Http 构建,具有高性能、可扩展的七牛云服务访问能力,特别适合企业级应用和大文件处理场景。 ## 核心优势 - **现代化API设计**:完全异步,符合.NET最佳实践 - **模块化架构**:各组件职责明确,易于扩展和维护 - **丰富的事件机制**:提供上传进度通知和完成事件 - **智能上传策略**:自动选择最佳上传方式和分片大小 - **完善的错误处理**:提供详细的错误信息和恢复机制 ## 功能特性 - **完整的对象存储支持**:上传、下载、管理、删除等操作 - **高级上传功能**: - 智能分片上传(自动优化分片大小) - 断点续传支持 - 并发控制 - 实时进度监控 - **CDN管理**:刷新、预取、带宽查询、日志下载 - **数据处理**:图片处理、音视频转码等 - **批量操作**:批量上传、删除等

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0.2 273 8/25/2025
1.0.0.1 100 7/28/2025
1.0.0 127 7/16/2025