-
an asp language from the MD5 encryption algorithm achieved.
一个由asp语言编写的MD5加密算法的实现.-an asp language from the MD5 encryption algorithm achieved.
- 2022-08-20 18:26:43下载
- 积分:1
-
Windows 2000
Windows 2000-XPWinice.zip,加密解密方方面-Windows 2000-XPWinice.zip, encryption and decryption side aspects
- 2022-03-07 18:32:30下载
- 积分:1
-
这个是IDEA加密算法的源代码(C语言版本)
这个是IDEA加密算法的源代码(C语言版本)-This is the IDEA encryption algorithm source code (C language version)
- 2022-08-19 12:57:06下载
- 积分:1
-
Lattice
栅格加密法,IDE vc6,方法比较简单,适合初学者理解-Lattice
- 2023-07-27 05:15:02下载
- 积分:1
-
密码大家Shoup写的数论算法c语言实现,Unix版本
密码大家Shoup写的数论算法c语言实现,Unix版本-password you write the number theory algorithm c language, the Unix version
- 2022-03-29 18:22:09下载
- 积分:1
-
aes 加密
AESåŠ å¯†
- 2023-05-12 05:00:03下载
- 积分:1
-
loki加密算法
loki加密算法-loki encryption algorithm
- 2023-04-25 21:20:03下载
- 积分:1
-
md5加密算法,实现加密的主函数test,还有md5.java实现加密过程
md5加密算法,实现加密的主函数test,还有md5.java实现加密过程-md5 encryption algorithm to achieve the main function of encryption
- 2022-05-15 10:47:35下载
- 积分:1
-
加密工具源码,由ASM编写,代码简洁,很值得研究!
加密工具源码,由ASM编写,代码简洁,很值得研究!-Source encryption tool, prepared by the ASM, code simplicity, it is worth studying!
- 2022-05-29 04:01:18下载
- 积分: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