-
转载这里的外国函数,可以将任意字符转换为…
此为国外转载函数,可将任意字符转换为md5 16为字符加密形式,而且为不可逆转换。-reproduced here for foreign functions, arbitrary characters can be converted to 16 md5 encrypted form of characters, but also to irreversible change.
- 2022-02-14 16:21:10下载
- 积分:1
-
RC2算法源代码
RC2算法源代码-RC2 algorithm source code
- 2022-02-22 06:51:43下载
- 积分:1
-
锁住/解锁硬盘
锁住/解锁硬盘 - Locks in/the solution to lock the hard disk
- 2023-04-28 15:05:03下载
- 积分:1
-
DES加密算法的Visual C++实现
DES加密算法的Visual C++实现-DES encryption algorithm Visual C++ Realize
- 2022-07-11 23:52:58下载
- 积分:1
-
基于CAO方法的ROSSLER方程的嵌入维数选取
基于CAO方法的ROSSLER方程的嵌入维数选取-CAO method based on equation ROSSLER select the embedding dimension
- 2022-08-09 17:11:13下载
- 积分: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
-
RSA的加密代码,含MFC界面,功能强大,可支持任意长度密钥。...
RSA的加密代码,含MFC界面,功能强大,可支持任意长度密钥。-RSA" s encryption code with MFC interface, powerful, can support an arbitrary length of the key.
- 2022-08-07 12:16:26下载
- 积分:1
-
base64的解码C语言实现
base64的解码C语言实现-base64 decoding C Language
- 2023-07-04 08:50:03下载
- 积分:1
-
一个自动条形码打印程序
一个自动条形码打印程序-an automatic barcode printing program
- 2023-04-01 01:55:03下载
- 积分:1
-
用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数...
用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number
- 2022-07-13 13:07:32下载
- 积分:1