-
MD5算法 vb
MD5算法,vb编写,纯手工无私奉献,极力推荐下载!复制粘贴可直接使用!调用函数直接是MD5(),简单易懂,不可逆!
- 2022-07-01 03:00:44下载
- 积分:1
-
MD5文件签名算法的另一个实现
MD5文件签名算法的另一个实现-MD5 algorithm to achieve another
- 2023-06-29 10:00:04下载
- 积分:1
-
md5 encryption function running under iis Usage: 1: page 2 of the document cont...
md5的加密函数 iis下运行;
用法:
1:页面包含该文件
2:调用方法MD5(sMessage,stype)
例dim md_=md5("admin",32)
*注:最高32位。-md5 encryption function running under iis Usage: 1: page 2 of the document contains: call method MD5 (sMessage, stype) were dim md_ = md5 ( " admin" , 32)* Note: maximum 32.
- 2022-09-28 18:40:03下载
- 积分:1
-
sha源代码
sha源代码-sha source code
- 2022-05-23 14:15:16下载
- 积分:1
-
一款和不错的用VC实现的DES算法,希望对大家对提意见,
一款和不错的用VC实现的DES算法,希望对大家对提意见,-section and a good VC with the DES algorithm, we hope that the right to say,
- 2023-04-25 00:00:03下载
- 积分:1
-
汇编内核的MD5算法C源码,核心运算部分采用汇编语言编写,执行高效。VC++环境开发,由于直接在C代码中直接嵌入汇编,因此可无须另外设置,可直接使用。...
汇编内核的MD5算法C源码,核心运算部分采用汇编语言编写,执行高效。VC++环境开发,由于直接在C代码中直接嵌入汇编,因此可无须另外设置,可直接使用。
- 2022-03-22 03:23:16下载
- 积分:1
-
encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets P...
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-EDE in CBC mode:
cryptest t
- To encrypt or decrypt a file
cryptest e|d input output
- To share a file into shadows:
cryptest s file
(make sure file has no extension, if you re running this under DOS)
- To reconstruct a file from shadows:
cryptest j output file1 file2 [....]
- To gzip a file:
cryptest z input output
- To gunzip a file:
cryptest u input output
- To run validation tests:
cryptest v
- To run benchmarks:
cryptest b [time for each benchmark in seconds]
-encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets Prim
- 2022-03-01 22:16:59下载
- 积分:1
-
QR代码生成使用asp.net
QR 码 (从快速响应代码缩写) 是一类矩阵条码商标(或二维条码) 设计为在日本汽车行业的第一次。条码是机器可读的光学标签包含有关它所附加到的项目信息。QR 码使用四个标准化编码模式 (数字、 字母数字、 字节 / 二进制和日文汉字)为了高效地存储数据 ;此外可以使用扩展。
- 2022-01-26 00:22:17下载
- 积分:1
-
Crypto Checker,使用CyrtoApi做成
Crypto Checker,使用CyrtoApi做成-Crypto Checker, made use of CyrtoApi
- 2022-03-19 15:13:56下载
- 积分:1
-
DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li...
DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li,Ri,Fi,Si等,这样可以当做一个DES加密对照器,这样可以方便的发现你在加密过程中出现的错误!
-DES (Data Encrypton Standard) algorithm has been achieved online many, I would like to speak on is the DES encryption algorithm to see how the process 16 iterative process of generating Ki, Li, Ri, Fi, Si, etc., can serve as a control device DES encryption, this can easily find you in the process of encryption the mistakes!
- 2022-02-03 17:27:13下载
- 积分:1