http://www.eziriz.com/
Its flexible managed concept allows you full licensing integrationinto any existing system. IntelliLock supports the .NET Framework 1.1, 2.0, 3.0, 3.5, 4.0 and 4.5. There is also a comprehensive support for the Compact Framework 2.0 and 3.5. IntelliLock combines strong license security, highly adaptable licensing functionality/schema with reliable assembly protection. Its protection capabilities meet the needs you demand on a secure licensing system. |
-
为您的软件产品创建试用版1、设置过期日期2、限制安装后的试用天数3、限制试用次数4、限制每次运行时间5、限制总运行时间6、自定义锁定 - 允许用户自定义试用限制
-
使用授权许可文件,轻松将试用版转变为完整版1、通过硬件 ID 将许可文件锁定到指定计算机2、锁定许可文件到指定属性(如公司名称、程序版本等)3、嵌入式许可文件。许可文件可以存储为程序的内嵌资源4、添加自定义数据到许可文件(如灵活的授权形式,模式授权等)5、限制许可文件的使用以限制试用期限,实现基于订阅/时间的许可期限6、通过自有的许可服务器验证/激活许可文件
一 加密混淆.Net程序
打开Intellilock进处此界面
点击add按钮加入你要操作的程序集,
Merge Assemblie 可以合并当前程序集列表中的程序集为一个文件。默认合成后的文件名为列表中第一位的程序集。
点击Protection Settings标签进入保护设置界面
左侧是混淆界面,右侧是高级选项
Use Unprintable Characters 使用不可打印字符
Generate Short Strings 使用短字符串,可以减小程序集大小
Incremental Obfuscation 增量混淆处理
Create Mapping File 创建混淆映身文件。选中此选项会产生一个limap文件
Exclusions 排除以下程序关键字或类型不混淆
枚举,事件,命名空间,类型,字段,方法
String
Advanced 高级
String Encryptio 加密字符串
Advanced String Encryption
Code Path Protection 代码补丁保护
Suppress ILDASM 禁用ILDASM反汇编
String Name Removal Protection 禁止移除强命名保护
Encrypt Il Code 加密IL代码,选中此选项IL代码将在运行时进行解密
Inject Invalid Metadata 注入无效元数据
Control Flow Obfusction 控制流程混淆级别,越高越安全。
以上选项设定后,点击工具栏的Finalize或点击TAB标签Finalization,点击GO按钮生成加密后的程序
二 制作授权试用版软件
(1) 试用版软件
在Lock Setting面板中,
Expiration Days 过期天数,可设定程序从安装后运行某天数后试用版过期。
Expiration Date 过期时间,可设定程序从安装后运行到某时间后试用版过期。
Executions 运行次数,可设定程序从安装后运行到第几次启试用版过期
Runtime 运时时间,可设定程序从安装后运行时间后试用版过期
Global Time 全局时间,可设定程序从安装后总的运行时间后试用版过期
Instances 程序运行实例个数
Custom 自定义
Advanced Settings 高级设置
Run Without Valid License 必选中
Shutdown Process After Expiration 重启程序后过期
Search In Embedded Resources 在资源文件中查找License
Search ON Hdd 在硬盘中查找License
License Name 设定程序由试用版转正版所使用的License文件名称。
Master Key license的KEY文件,发布的程序的MasterKey和License的masterKey必须对应,否则License授权失效!
-------------------------------------------
经过以上的设置你发布出去的程序就会按你的过期设置到时过期了。
但是这样有一个弊病,可以一个授权文件(License),复制到任意PC上后即完成了授权。
这里IntelLilock支持license绑定硬件ID进行授权
(2) License绑定硬件ID进行一机一License授权。
流程是这样的。程序发给用户(按上一步的设置),满足过期条件后试用过期,
让用户去程序文件夹寻找(硬件ID.txt) 里面放着当前电脑的硬件ID信息
此硬件ID信息从哪来的呢,这里IntelLiLock Sdk 提供的方法
项目引用IntelliLock.Licensing.dll 在IntelLiLock安装后的文件夹\SDK\Bin下
调用此方法读取当前PC的硬件ID信息
- IntelliLock.Licensing.HardwareID.GetHardwareID(true, true, true, true, true,false);
CPU,HDD,MAC,Mainboard,OS 为True即生成硬件信息ID时加入此硬件的算法
这里你调用此方法调试程序时显示"####-#####-#####-####"类似字符串,不是硬件ID信息。
因为程序需要使用IntelLilock加密后。此方法才生效(应该是IntelLilock加密时动态的把此方法的算法加了进去)
用IntelLilock加密后运行程序。成功显示了硬件ID信息
下面是用IntelLiLock发布授权License
把用户发来的硬件ID粘贴入上面文档框中,把BIOS,CPU,HDD,MAC,Mainboard复选框选中
这里为什么不把OS也选中呢。因为
- IntelliLock.Licensing.HardwareID.GetHardwareID(true, true, true, true, true,false);
此方法的最后一个OS参数为false,所以这里不用选中。要和上面方法保持一致! 这样把你的license发给用户。放到程序根目录下。即完成了试用版到正式版的授权。 以上这些只是IntelLiLock的Task标签内的内容 还有License 管理,TOOLS工具,help等 License management 针对客户,产品进行信息维护,自带SQLITE数据库 tools工具中有License Check 和hardware check
IntelliLock.Licensing.EvaluationMonitor.CurrentLicense.LicenseStatus == IntelliLock.Licensing.LicenseStatus.Licensed 判断当前License是否已授权
就写这些了。。。还有更多的功能等待你的挖掘
-
- Create trial versions of your software
- Set an expiration date
- Limit use to a fixed number of days after installation
- Limit by number of executions
- Limit the use of each invocation to a set number of minutes
- Limit the use of your software to a total number of minutes
- Custom locks - Allows you to implement custom trial limitations
- Easily turn your trial version into a fully licensed version using license files
- Lock license files to a specific machine via Hardware ID
- Lock license files to specific assembly attributes (company name, assembly version...)
- Embedded license files. License files can be also stored as embedded resource in assemblies
- Add custom license data to the license file (allows flexible license shema, modular licensing...)
- Limit usage of the license files themselves to extend trial periods, accomplish subscription/time based license expiration...
- Validate/Activate license files via your own License Server
- Comprehensive license management
- Manage your Products, Customers, Sales
- License Tracker to track down license generations/requests
- ASP.NET management interface generation - Manage your data on a ASP.NET server
- Embedded database - No requirement for special databases (MS SQL, Oracle... )
- Software development kit
- 100% managed SDK libraries
- Integrate license checking into your assembly and extend licensing fuctionality
- IntelliLock automatically merges the main SDK library (IntelliLock.Licensing.dll) with your assembly
- Create license files - Automate license file generation
- Generate Hardware IDs
- Extend licensing functions
- Deactivate/Reactivate license files (via license server or reactivation code)
- Use your own dialog box to show messages
- Helper class to encrypt/decrypt, sign/validate data to support custom licensing algorithms
- License management classes to manage your data on a ASP.NET server (data is stored using an embedded database)
- Declarative Obfuscation support
- Military-Grade strong license encryption using transparent encryption techniques (strong RSA encryption)
- Visual Studio 2005/2008/2010/2012 integration via the IntelliLock automation Add-In
- Assembly merging/packing functionality
- Assembly Protection
- Comprehensive Obfuscation features
- String Encryption
- Anti Tamper Protection
- Suppress ILDASM
- Strong Name Removal Protection
- IL Code Encryption
- Control Flow Obfuscation
- Invalid Metadata Injection
- Full 64bit assembly support
- Includes protection and licensing support for ASP.NET, Compact Framework, Silverlight and Mono
- Ability to lock/unlock/protect your assemblies without adding one single line of code
- Command Line support
- Intuitive graphical user interface
- 100% managed solution - No native code is used to lock/protect your software
--------
Its flexible managed concept allows you full licensing integrationinto any existing system. IntelliLock supports the .NET Framework 1.1, 2.0, 3.0, 3.5, 4.0 and 4.5. There is also a comprehensive support for the Compact Framework 2.0 and 3.5. IntelliLock combines strong license security, highly adaptable licensing functionality/schema with reliable assembly protection. Its protection capabilities meet the needs you demand on a secure licensing system. |