-
Vigenere 体制 本程序使用dev c++开发实现,希望对大家有用.
Vigenere 体制 本程序使用dev c++开发实现,希望对大家有用.-Vigenere institutional procedures for the use of the dev c achieve development, we hope that the right useful.
- 2022-01-25 16:17:20下载
- 积分:1
-
JAVA的加密库之一
JAVA的加密库之一-JAVA encryption tank
- 2022-10-11 01:00:02下载
- 积分:1
-
VC实现RSA算法的程序,好东西啊,vc6.0编译通过
VC实现RSA算法的程序,好东西啊,vc6.0编译通过-VC to achieve RSA algorithm procedure, a good thing ah
- 2022-03-23 21:09:50下载
- 积分:1
-
安全文件柜,使用CryptApi接口实现.
安全文件柜,使用CryptApi接口实现.-Security file cabinet, the use of CryptApi interface.
- 2022-04-17 22:01:11下载
- 积分:1
-
base64解码编码c++的,我找了好久才找到的
base64解码编码c++的,我找了好久才找到的-decoding base64 encoding c, and I look for a long time to find the
- 2022-03-06 07:09:10下载
- 积分:1
-
Base64 加密算法(Author 蒋柏良 Jerry Jiang)
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-*
* DESCRIPTION
* Base64 processes input in 24bit chunks by converting each chunk into 4
* bytes of output. It does so by splitting input into four 6bit groups and
* using these as indexes in the following substitution table-
* const char base64_map[] =
* "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
* "abcdefghijklmnopqrstuvwxyz"
* "0123456789+/"
* If an input is not a multiple of 3 bytes, it s padded with zeros. In
* this case the output bytes that consist entirely of the pad data are
* replaced with = .
*
* Example
* An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010
* bit sequence, which s then split into 000000 000100 010111 110010
* and these are substituted to produce the following base64 encoding
* A E X y
*
* RETURN VALUE
* b64_length() should return output length for the input of len bytes.
* b64_encode() should encode len bytes from src int
- 2022-07-18 16:55:26下载
- 积分:1
-
汇编内核的MD5算法C源码,核心运算部分采用汇编语言编写,执行高效。VC++环境开发,由于直接在C代码中直接嵌入汇编,因此可无须另外设置,可直接使用。...
汇编内核的MD5算法C源码,核心运算部分采用汇编语言编写,执行高效。VC++环境开发,由于直接在C代码中直接嵌入汇编,因此可无须另外设置,可直接使用。
- 2022-03-22 03:23:16下载
- 积分:1
-
On Java encryption technology and the integration of Windows
论Java加密技术与Windows的结合-On Java encryption technology and the integration of Windows
- 2022-01-26 14:17:56下载
- 积分:1
-
不错的希尔代码,希尔是一种经典的加密算法,加密可以通过一线形变换,脱密再做依次逆变换。密钥就是变换矩阵本身。...
不错的希尔代码,希尔是一种经典的加密算法,加密可以通过一线形变换,脱密再做依次逆变换。密钥就是变换矩阵本身。-good code Hill, Hill is a classic encryption algorithms, encryption can transform line shape, followed again from close inverse transform. Key is the transformation matrix itself.
- 2022-03-01 03:34:00下载
- 积分:1
-
Openssl的SSL证书认证程序,也是用VC写的。已通过测试。
Openssl的SSL证书认证程序,也是用VC写的。已通过测试。-Openssl SSL certificate authentication procedures, as well as with VC writes. Have passed the tests.
- 2022-07-21 11:49:43下载
- 积分:1