实例介绍
【实例简介】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
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
网友评论
我要评论