23rd
OCT

PHP保护、加密的工具-SourceGuardian

Posted by JC under 技术

PHP现在比较熟悉的保护及加密是Zend Guard。康盛之前的一些保护及加密都是用的此方法。
不过,现在此方法的保护直接有破解工具。已经完全不安全了。

另,对于一些企业版的产品,Zend Guard的加密方法也完全不满足需求。
网上搜索了半天,终于找到国外一款比较好的软件【SourceGuardian】。可以解决这些问题。可以让PHP也达到企业级的应用。

• Set expiration date(设置过期时间)
• Lock to IP addresses(锁定IP地址)
• Lock to domain names with wildcards(通过通配符锁定域名)
• Lock to hardware MAC addresses(锁定硬件的MAC地址)
• Restrict protected scripts to work with unencoded scripts(保护脚本安全,让脚本加密的情况下运行)
• Lock to external license file which will be required to run protected scripts(可通过外部许个证来锁定保护)
• Set custom constants which will be written into encoded script and will be available from the protected code(可以设定常量保护代码)

settings_win1

Possibly Related Posts:


Related Posts

No related posts.

Leave a Reply