搜索资源列表
php dezender批量反编译php加密文件的工具
- 需求: 1、操作系统:Windows 2000/XP,内存越大越好,推荐1G以上。 2、安装php5,假定安装在c:\php5,复制c:\php5下所有文件到c:\php-de文件夹。 3、安装ZendOptimizer-3.3.0,假定安装在C:\Program Files\Zend\ZendOptimizer-3.3.0。 4、解压dezend.rar包到c:\php-de文件夹,覆盖里面的php.exe和php5ts.dll文件,还有两个文件config.ini(混淆函数 列表)
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
AES 加密算法
- 一个免费实用的DELPHI AES 加密算法函数包及演示文件,给有需要的朋友-a free practical DELPHI AES encryption algorithm function package and demonstrate the documents to a friend in need
SQL解密程序
- SQL加密函数、过程的解密方式,是一个存储过程-SQL encryption function, the process of decryption, is a stored procedure
hundredscryptlib
- 几百种加密函数库,大家下载. 多多交流 -hundreds encryption libraries, we downloaded. Many exchanges
TomCrypt
- 该压缩包中包括 tom的加密函数库及pdf说明 ,以及Rinick s ECC:椭圆曲线非对称加密密钥生成器 -the compression package includes tom encryption functions and pdf descr iptions and Rinick s ECC : Elliptic Curve asymmetric encryption key generator
dllexe
- 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
jiami-2006.3.30
- 专门写的一个简化的文字加密函数,效率还蛮高的-wrote in a letter to simplify the encryption function, high efficiency quite
DES数据加密算法
- (C++)语言下文件输入输出函数的一些局限性 数据加密算法原理、实现-(C) language input and output file under some limitations function of data encryption algorithm theory, realization
vc的md5加密函数
- vc++的md5加密函数,用来对字符串加密
未公开的SQLServer口令的加密函数.txt
- 解密微软脚本加密算法的脚本
QQ密码加密函数模块,MD5+BASE64示例
- 新QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装……
ECC加密库
- ECC加密函数库
Bin_Encrypt
- 基于DES加密算法的二进制加密解密程序,内含主程序与加密函数、解密函数,有详细注释,并画出了二进制信号波形。-DES encryption algorithm based on binary encryption and decryption process, containing the main program and the encryption function, decryption function, detailed notes, and draw a binary signal
mydes
- 第一部分 数据加密标准DES (1)掌握DES中各加密函数对其性能影响; (2)DES的特性分析,包括互补性和弱密钥; (3)DES的实际应用,包括各种数据类型的加/脱密、DES的短块处理。 -The first part of the Data Encryption Standard DES (1) grasp the DES encryption function of each effect on its performance (2) DES characteristi
加密记事本
- 自创加密函数,界面与记事本类似,可以加密文本,写日记的专用工具!(The interface is similar to Notepad, which can encrypt text and write special tools for journaling!)
简单的字符串加密解密函数
- 用于加密1字符串,不错 用2于加密字符串,不错 用于加密字3符串,不错(Simple file search function, very convenient, very easy to use, especially to share with you)
AES加密
- 对选择的文件进行AES加密,其中还有解密的函数,是加密、解密的必备工具!(A encrypts the selected files with AES, and the decrypted function is a necessary tool for encryption and decryption.)
加密
- 提供加密的方法类,用于程序进行加密,提供很多简单函数进行加密(Provides an encrypted method class for the program to encrypt)
MD5散列函数的MATLAB代码
- 利用散列哈希函数对信息进行散列,产生一个定长的信息摘要,从而可实现消息的认证和完整性验证(Hash function is used to hash information to produce a certain length of information summary, which can realize message authentication and integrity verification.)