嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#写的对文件进行加密保护的软件 可以作为课程设计
.
├── 好例子网_C#写的对文件进行加密保护的软件可以作为课程设计.rar
└── 对文件进行加密保护
├── sj
│ ├── 01
│ │ └── ProtectRAR
│ │ ├── ProtectRAR
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ProtectRAR.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ProtectRAR.exe
│ │ │ │ ├── ProtectRAR.pdb
│ │ │ │ └── ProtectRAR.vshost.exe
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── ProtectRAR.Form1.resources
│ │ │ ├── ProtectRAR.Properties.Resources.resources
│ │ │ ├── ProtectRAR.csproj.FileListAbsolute.txt
│ │ │ ├── ProtectRAR.csproj.GenerateResource.Cache
│ │ │ ├── ProtectRAR.exe
│ │ │ ├── ProtectRAR.pdb
│ │ │ └── TempPE
│ │ ├── ProtectRAR.sln
│ │ └── ProtectRAR.suo
│ └── 02
│ └── ProtectEXE
│ ├── ProtectEXE
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ProtectEXE.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ProtectEXE.exe
│ │ │ ├── ProtectEXE.pdb
│ │ │ └── ProtectEXE.vshost.exe
│ │ └── obj
│ │ └── Debug
│ │ ├── ProtectEXE.Form1.resources
│ │ ├── ProtectEXE.Properties.Resources.resources
│ │ ├── ProtectEXE.csproj.FileListAbsolute.txt
│ │ ├── ProtectEXE.csproj.GenerateResource.Cache
│ │ ├── ProtectEXE.exe
│ │ ├── ProtectEXE.pdb
│ │ └── TempPE
│ ├── ProtectEXE.sln
│ └── ProtectEXE.suo
└── sl
└── ProtectFile
├── ProtectFile
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ProtectFile.csproj
│ ├── Thumbs.db
│ ├── bin
│ │ └── Debug
│ │ ├── ProtectFile.exe
│ │ ├── ProtectFile.pdb
│ │ ├── ProtectFile.vshost.exe
│ │ ├── ProtectFile.vshost.exe.manifest
│ │ └── 加密.ico
│ ├── obj
│ │ └── Debug
│ │ ├── ProtectFile.Form1.resources
│ │ ├── ProtectFile.Properties.Resources.resources
│ │ ├── ProtectFile.csproj.FileListAbsolute.txt
│ │ ├── ProtectFile.csproj.GenerateResource.Cache
│ │ ├── ProtectFile.exe
│ │ ├── ProtectFile.pdb
│ │ └── TempPE
│ └── 加密.ico
├── ProtectFile.sln
└── ProtectFile.suo
29 directories, 68 files