Description: md5单向散列加密算法,此压缩包,包含完整调用DLL源码,PB格式.导入后直接可以应用.-md5 hash encryption algorithm, this compressed, includes a complete calling DLL source, PB format. After the direct import can apply. Platform: |
Size: 23552 |
Author:比尔 |
Hits:
Description: MD5加密算法c语言实现源代码,可以加到你自己的程序中,节省了很多自己开发加密算法的过程!-MD5 encryption algorithm C Language source code can be added to your own procedures and save a lot of their own encryption algorithm development process! Platform: |
Size: 7168 |
Author:望乡 |
Hits:
Description: 著名的加密算法md5的通用算法,并有单次算法和多次算法的直接演算-famous encryption algorithm md5 generic algorithms, and algorithm for single and multiple direct routing algorithm Platform: |
Size: 27648 |
Author:李权 |
Hits:
Description: rc4算法的加密和解密源代码 加密和解密过程是可逆的-RC4 algorithm for encryption and decryption source code encryption and decryption process is reversible Platform: |
Size: 1024 |
Author: |
Hits:
Description: MD5算法 实现加密解密过程并对正确性设计验证途径。-MD5 algorithm for encryption and decryption process to achieve and verify the correctness of the design of channels. Platform: |
Size: 302080 |
Author:zhangshuai |
Hits:
Description: MD5算法加密与解密,运用了两个算法类,希望大家帮忙完善!-MD5 algorithm for encryption and decryption using two types of algorithms, hoping to help improve the U.S.! Platform: |
Size: 30720 |
Author:zhang |
Hits:
Description: 一个MD5加密解密算法程序,可以实现加密解密的功能.-MD5 algorithm for encryption and decryption of a program, you can realize the function of encryption and decryption. Platform: |
Size: 1024 |
Author:韩毛儿 |
Hits:
Description: 系统锁定功能为单独软件被认为是病毒(应该是对软件加壳进行报警),部分杀毒软件会认为blackskylock.bin是病毒。
软件功能:
1.系统信息获取
2.文件信息获取
3.系统进程管理
4.系统服务管理
5.系统驱动管理
6.硬盘信息获取
7.注册表启动项管理
8.终端服务(3389)端口修改
9.MD5算法加密模块
10.BASE64算法加密解密模块
11.URL编码功能和十六进制转换功能
12.文件压缩模块(Dwing的算法)
13.系统锁定功能
14.系统时间网络校对功能
15.关闭和重启计算机
-System Lock function as a separate software is considered virus (the software should be carried out加壳alarm), and some antivirus software that is blackskylock.bin virus. Software functions: 1. System Information Access 2. File information access 3. System process management 4. System service management 5. System-driven management 6. Hard 7 access to information. Registry startup Management 8. Terminal Services (3389) ports to amend 9 . MD5 algorithm encryption algorithm for encryption and decryption modules 10.BASE64 module 11.URL hexadecimal encoding functions and conversion 12. file compression modules (Dwing algorithm) 13. System Lock function 14. proofing system time network function 15. closures and restart your computer Platform: |
Size: 664576 |
Author: |
Hits:
Description: 文件的加密解密代码主要是针对于DES和3DES MD5加密解密算法的功能实现-Document encryption and decryption code mainly for the DES and 3DES MD5 algorithm for encryption and decryption functions Platform: |
Size: 1385472 |
Author:崇孩儿 |
Hits:
Description: MD5加密解密算法的C++实现,可以直接运行的程序。-MD5 algorithm for encryption and decryption of C++ to achieve, you can run the program directly. Platform: |
Size: 2048 |
Author:jiangkaihua |
Hits:
Description: MD5算法C语言sourcecode。可以直接添加到具体应用程序中,计算得到需要的MD5加密结果。-MD5 algorithm for C language sourcecode. Can be directly added to the specific application, the need to calculate the results of the MD5 encryption. Platform: |
Size: 6144 |
Author:yaopeng |
Hits:
Description: MD5算法及例子
1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。
2、MD5String为加密字符串。
3、MD5File为加密这个文件。
4、MD5Print是将加密后的密文转换成字符串。
5、MD5Match是用来比较密文是否一致。
加密字符串aaa MD5String(‘aaa‘)
将加密后的aaa显示出来 MD5Print(MD5String(‘aaa‘))
比较两次密文是否一致: MD5Match(MD5String(‘第一次明文‘),MD5String(‘第二次输入的明文‘))
如果要用这个单元,只需要在项目中添加这个文件,uses md5,就可以了
delphi 4以上版本都可以。 -MD5 algorithm and examples 1, MD5String, MD5File, MD5Print, MD5Match for these four function calls. The other is used to supporting these functions Function. 2, MD5String for string encryption. 3, MD5File to encrypt the document. 4, MD5Print is encrypted into the ciphertext string. 5, MD5Match is used to compare the same ciphertext. Encrypted string aaa MD5String ( ' aaa' ) would encrypted aaa displayed MD5Print (MD5String ( ' aaa' )) compare whether two ciphertext: MD5Match (MD5String ( ' the first explicit' ), MD5String ( ' second explicit input ' )) If you use this unit, just add this in the project document, uses md5, can be a delphi 4 above can be. Platform: |
Size: 9216 |
Author:ourfirebird |
Hits:
Description: 分析了MD5加密算法和碰撞的原理,对目前常规MD5算法加密结果容易被破解的问题,利用JDK的ja-va.security包中的MD5算法给出了JavaBeans形式的变换算法,以期进一步减小破解时碰撞的概率,增强系统加密的安全性。-Analysis of the MD5 encryption algorithm and the collision theory, the current results of conventional MD5 algorithm for encryption easily cracked the problem using the JDK' s ja-va.security package MD5 algorithm is given in the form of JavaBeans transform algorithm to further reduce the crack When the probability of collisions and enhance the system encryption security. Platform: |
Size: 254976 |
Author:刘杰 |
Hits:
Description: MD5算法的实现,用于加密和解密,如,在登录界面记住密码的时候,就使用MD5加密。-The MD5 algorithm for encryption and decryption, for example, remember your password in the login screen, the use of MD5 encryption. Platform: |
Size: 4096 |
Author:daxia |
Hits:
Description: MD5算法,著名的加密算法,目前多用于文件校验,文件加密等等领域-MD5 algorithm, known encryption algorithms currently used for file checksum, file encryption, and so the field Platform: |
Size: 8192 |
Author:venus |
Hits: