搜索资源列表
gencoder-1[1].0
- gencoder 是一个简单的php编码器,它使用base64加密算法对php脚本加密和解密-gencoder is a simple php code, using base64 encryption algorithm php scr ipt for encryption and decryption
dezender12.rar
- PHP加密解密,适合给做程序的人员提供PHP类型的加密解密帮助,PHP encryption for the procedure to do so to provide the type of encryption and decryption PHP help
xmphp
- 谷歌聊天软件。用php编写的。本地调试版本-google talk for php use
AES
- AES加密算法 2000年10月,NIST(美国国家标准和技术协会)宣布通过从15种侯选算法中选出的一项新的密匙加密标准。Rijndael被选中成为将来的AES。 Rijndael是在 1999 年下半年,由研究员 Joan Daemen 和 Vincent Rijmen 创建的。AES 正日益成为加密各种形式的电子数据的实际标准。 美国标准与技术研究院 (NIST) 于 2002 年 5 月 26 日制定了新的高级加密标准 (AES) 规范。-AES encryption alg
desPHP
- 这是一用PHP实现的DES加密解密程序,如果是加密要求较高的地方可以用3DES,欢迎大家多交流,有好的程序多交流.-This is a PHP achieved with DES encryption and decryption process, if it is encrypted for better place can be used 3DES, welcome more exchanges, there are good procedures for more exchanges.
php.encrypt.php
- encrypt/decrypt for PHP -encrypt/decrypt for PHP
CreateRandomPasswords
- 一个PHP的随机密码生成器。能够随机生成密码。用于PHP环境下。-A PHP random password generator. Can be randomly generated password. For the PHP environment.
RSA
- encrypt-decrypt with RSA algorithm. implementation encryption algorithm with RSA method. using public key and private key. first, generate public and private key with generate.php. you will get e,d, and n. for encrypt, use the e and n for private and
PhpEncodeDecode
- 本文通过Eval函数,对PhP代码进行加密和解密。 使用方法简单,不用任何附加库。 在任何需要书写Php代码的地方,用这个工具处理后,代码就进行加密了。-Encode for PhP code.
cpcrypt
- 一款很不错的PHP加密软件,本身也是PHP写的,听说有人破解了它的源码,不知道是不是真的呢 如果你破解了,请告诉我哦,-This is a encryption tools for PHP document and it also be developped by PHP.
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
phpseclib0.3.1
- PHP常用加密的库与例子,还有手册,包含-DES,RAS,SSH1,SSH2-Although many of the features this library implements are implemented in PHP via optional extensions, what are you, as a developer, going to do when a user tries to run your software on a host which, coincidenta
e
- PHP 代码加密 O00O0O加密 PHP 代码加密 O00O0O加密-PHP encode for O00O0O and decode
PHP-Script
- source insight for supporting the PHP scr ipt
base643216
- php计算base32与base16原码(the original code for calculate base32 and base16)
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>