嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#字符串加密解密源码
C# 开发字符加密解密工具源码
该类可以直接拷贝调用
.
├── C#字符串加密解密源码该类可以直接拷贝调用.7z
└── 数据库明文加密
└── DecryptAndEncryption
├── DecryptAndEncryption
│ ├── App.config
│ ├── ConfigInformation.cs
│ ├── DecryptAndEncryption.csproj
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── DecryptAndEncryption.exe
│ │ ├── DecryptAndEncryption.exe.config
│ │ └── DecryptAndEncryption.pdb
│ └── obj
│ └── Debug
│ ├── DecryptAndEncryption.Form1.resources
│ ├── DecryptAndEncryption.Properties.Resources.resources
│ ├── DecryptAndEncryption.csproj.AssemblyReference.cache
│ ├── DecryptAndEncryption.csproj.CoreCompileInputs.cache
│ ├── DecryptAndEncryption.csproj.FileListAbsolute.txt
│ ├── DecryptAndEncryption.csproj.GenerateResource.cache
│ ├── DecryptAndEncryption.csproj.SuggestedBindingRedirects.cache
│ ├── DecryptAndEncryption.exe
│ ├── DecryptAndEncryption.pdb
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
└── DecryptAndEncryption.sln
9 directories, 28 files