CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:QLicense-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2017-12-15
  • 文件大小:
    235kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

基本原理:1.软件一运行就把计算机的CPU、主板、BIOS、MAC地址记录下来,然后加密(key=key1)生成文件;2.注册机将该文件内容MD5加密后再进行一次加密(key=key2)保存成注册文件;3.注册验证的逻辑,计算机信息加密后(key=key1)加密md5==注册文件解密(key=key2);
另外,采用ConfuserEx将可执行文件加密;这样别人要破解也就需要点力气了(没打算防破解,本意只想防复制的),有能力破解的人也不在乎破解这个软件了(开发这个软件前后只花了一周时间而已);
    技术上主要三个模块:1.获取电脑相关硬件信息(可参考);2.加密解密;3.读写文件;(The basic principle: 1. software running on the computer motherboard, CPU, BIOS, MAC address recorded, then encrypted (key=key1) file; 2. register the file content after a MD5 encryption encryption (key=key2) save the registration documents; 3. registration verification logic, computer information encryption (key=key1) md5== register file decryption encryption (key=key2);
In addition, the ConfuserEx executable file encryption; others to crack also requires energy (not going to anti crack, the intention was to copy), have the ability to break the people who don't care about this software crack (the development of the software before and after only spent a week.);
There are three main modules in technology: 1. access to computer related hardware information (Reference); 2. encryption and decryption; 3. read and write files;)
相关搜索: QLicense

(系统自动生成,下载前可以参看下载内容)

下载文件列表

文件名大小更新时间
QLicense-master
QLicense-master\.gitattributes 2518 2016-11-30
QLicense-master\.gitignore 2806 2016-11-30
QLicense-master\Core
QLicense-master\Core\ActivationControls4Win
QLicense-master\Core\ActivationControls4Win\ActivationControls4Win.csproj 5314 2016-11-30
QLicense-master\Core\ActivationControls4Win\ActivationControls4Win.snk 596 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseActivateControl.Designer.cs 4265 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseActivateControl.cs 2396 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseActivateControl.resx 13557 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseActivateControl.zh-Hans.resx 6466 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseGeneratedEventArgs.cs 154 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseInfoControl.Designer.cs 2413 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseInfoControl.cs 5187 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseInfoControl.resx 9033 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseInfoControl.zh-Hans.resx 5798 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseSettingsControl.Designer.cs 5884 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseSettingsControl.cs 3179 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseSettingsControl.resx 15654 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseSettingsControl.zh-Hans.resx 6322 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseSettingsValidatingEventArgs.cs 234 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseStringContainer.Designer.cs 4150 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseStringContainer.cs 1107 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseStringContainer.resx 12081 2016-11-30
QLicense-master\Core\ActivationControls4Win\LicenseStringContainer.zh-Hans.resx 6352 2016-11-30
QLicense-master\Core\ActivationControls4Win\Properties
QLicense-master\Core\ActivationControls4Win\Properties\AssemblyInfo.cs 1424 2016-11-30
QLicense-master\Core\QLicense
QLicense-master\Core\QLicense\BASE36.cs 1307 2016-11-30
QLicense-master\Core\QLicense\HardwareInfo.cs 5038 2016-11-30
QLicense-master\Core\QLicense\LicenseEntity.cs 3000 2016-11-30
QLicense-master\Core\QLicense\LicenseHandler.cs 7120 2016-11-30
QLicense-master\Core\QLicense\LicenseStatus.cs 151 2016-11-30
QLicense-master\Core\QLicense\LicenseTypes.cs 254 2016-11-30
QLicense-master\Core\QLicense\Properties
QLicense-master\Core\QLicense\Properties\AssemblyInfo.cs 1396 2016-11-30
QLicense-master\Core\QLicense\QLicense.csproj 2839 2016-11-30
QLicense-master\Core\QLicense\QLicense.snk 596 2016-11-30
QLicense-master\Demo
QLicense-master\Demo\DemoActivationTool
QLicense-master\Demo\DemoActivationTool\App.config 178 2016-11-30
QLicense-master\Demo\DemoActivationTool\DemoActivationTool.csproj 4479 2016-11-30
QLicense-master\Demo\DemoActivationTool\Program.cs 438 2016-11-30
QLicense-master\Demo\DemoActivationTool\Properties
QLicense-master\Demo\DemoActivationTool\Properties\AssemblyInfo.cs 1413 2016-11-30
QLicense-master\Demo\DemoActivationTool\Properties\Resources.Designer.cs 2801 2016-11-30
QLicense-master\Demo\DemoActivationTool\Properties\Resources.resx 5496 2016-11-30
QLicense-master\Demo\DemoActivationTool\Properties\Settings.Designer.cs 1075 2016-11-30
QLicense-master\Demo\DemoActivationTool\Properties\Settings.settings 242 2016-11-30
QLicense-master\Demo\DemoActivationTool\frmMain.Designer.cs 4035 2016-11-30
QLicense-master\Demo\DemoActivationTool\frmMain.cs 2010 2016-11-30
QLicense-master\Demo\DemoActivationTool\frmMain.resx 6064 2016-11-30
QLicense-master\Demo\DemoLicense
QLicense-master\Demo\DemoLicense\DemoLicense.csproj 2509 2016-11-30
QLicense-master\Demo\DemoLicense\MyLicense.cs 2346 2016-11-30
QLicense-master\Demo\DemoLicense\Properties
QLicense-master\Demo\DemoLicense\Properties\AssemblyInfo.cs 1402 2016-11-30
QLicense-master\Demo\DemoWinFormApp
QLicense-master\Demo\DemoWinFormApp\App.config 221 2016-11-30
QLicense-master\Demo\DemoWinFormApp\DemoWinFormApp.csproj 4722 2016-11-30
QLicense-master\Demo\DemoWinFormApp\LicenseVerify.cer 625 2016-11-30
QLicense-master\Demo\DemoWinFormApp\Program.cs 517 2016-11-30
QLicense-master\Demo\DemoWinFormApp\Properties
QLicense-master\Demo\DemoWinFormApp\Properties\AssemblyInfo.cs 1408 2016-11-30
QLicense-master\Demo\DemoWinFormApp\Properties\Resources.Designer.cs 2793 2016-11-30
QLicense-master\Demo\DemoWinFormApp\Properties\Resources.resx 5496 2016-11-30
QLicense-master\Demo\DemoWinFormApp\Properties\Settings.Designer.cs 1071 2016-11-30
QLicense-master\Demo\DemoWinFormApp\Properties\Settings.settings 196 2016-11-30
QLicense-master\Demo\DemoWinFormApp\frmActivation.Designer.cs 3360 2016-11-30
QLicense-master\Demo\DemoWinFormApp\frmActivation.cs 1707 2016-11-30
QLicense-master\Demo\DemoWinFormApp\frmActivation.resx 5698 2016-11-30
QLicense-master\Demo\DemoWinFormApp\frmMain.Designer.cs 2015 2016-11-30
QLicense-master\Demo\DemoWinFormApp\frmMain.cs 3023 2016-11-30
QLicense-master\Demo\DemoWinFormApp\frmMain.resx 5698 2016-11-30
QLicense-master\Docs
QLicense-master\Docs\High Level Process.vsdx 171056 2016-11-30
QLicense-master\LICENSE.txt 1083 2016-11-30
QLicense-master\QLicense.sln 3694 2016-11-30

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com