搜索资源列表
DES_PHP
- php环境的EDS加密解密代码,本代码由JS移植-php environment, EDS encryption and decryption code, the code is by JS transplant
md5-cut-sure
- 当我们有时候需要一个加密过的字符串的时候,当我们懒得写一行php代码求字符串的md5值的时候,这是一个很好的工具.程序很简单.调用 System.Security.Cryptography,使用其中的MD5类来加密字符串.将计算结果再显示在另外一个TextBox中. -When we sometimes need an encrypted string, when we bother to write a line of php code to find the md5 value of the
PhpEncodeDecode
- 本文通过Eval函数,对PhP代码进行加密和解密。 使用方法简单,不用任何附加库。 在任何需要书写Php代码的地方,用这个工具处理后,代码就进行加密了。-Encode for PhP code.
1
- PHP+JS+rsa数据加密传输实现代码_php技巧-PHP+ JS+ rsa data encryption transmission the code _php skills
MYOA2009
- 办公首选,PHP开发,功能齐全,源代码可作二次开发,该代码只作研究用处,版权所有为开发商-Office preferred, PHP development, fully functional, the source code can be used for secondary development, the code only for research useful for developers Copyright
e
- PHP 代码加密 O00O0O加密 PHP 代码加密 O00O0O加密-PHP encode for O00O0O and decode
php_jiami_2013
- 自制的php加密代码,很好破解,主要是给菜鸟玩玩的-php zend
php-jiami
- php代码混淆器,保护你的源代码。顶级工具。-php code obfuscation is to protect your source code. Top tools.
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>