嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#授权许可限制试用天数明码暗码注册机
本实例结合其它实例,在其基础上做了更新。绑定了CPUID,硬盘ID,写入了注册表和隐藏文件,通过注册机写入授权试用天数(如果永久授权,可把天数设定为36500(100年))实现CPUID硬盘ID校验,明码暗码校验,试用天数校验。并保存了当前日期,修改系统时间后也会校验错误。
.
├── C#授权许可限制试用天数明码暗码注册机_加密.rar
└── 加密
├── 加密
│ ├── 加密
│ │ ├── App.config
│ │ ├── DES.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ReadWriteData.cs
│ │ ├── Time.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── 加密.exe
│ │ │ │ ├── 加密.exe.config
│ │ │ │ └── 加密.pdb
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── 加密.Form1.resources
│ │ │ ├── 加密.Properties.Resources.resources
│ │ │ ├── 加密.csproj.CoreCompileInputs.cache
│ │ │ ├── 加密.csproj.FileListAbsolute.txt
│ │ │ ├── 加密.csproj.GenerateResource.cache
│ │ │ ├── 加密.csprojAssemblyReference.cache
│ │ │ ├── 加密.exe
│ │ │ └── 加密.pdb
│ │ ├── 加密.csproj
│ │ └── 加密.csproj.user
│ └── 加密.sln
└── 生成注册码
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── SoftReg.cs
├── bin
│ └── Debug
│ ├── 生成注册码.exe
│ └── 生成注册码.pdb
├── obj
│ └── x86
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── 生成注册码.Form1.resources
│ ├── 生成注册码.Properties.Resources.resources
│ ├── 生成注册码.csproj.CoreCompileInputs.cache
│ ├── 生成注册码.csproj.FileListAbsolute.txt
│ ├── 生成注册码.csproj.GenerateResource.cache
│ ├── 生成注册码.csprojAssemblyReference.cache
│ ├── 生成注册码.exe
│ └── 生成注册码.pdb
├── 生成注册码.csproj
└── 生成注册码.sln
18 directories, 57 files