-
Base64编码/解码器
base64 coder/decoder
- 2022-02-14 15:51:22下载
- 积分:1
-
sip中的md5测试源码,可以进行md5加密认证的
sip中的md5测试源码,可以进行md5加密认证的-MD5 test source code in sip which can be used to implement MD5 encryption and authentation
- 2022-07-02 04:58:24下载
- 积分: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
-
File Encryption Utility (using Blowfish encryption algorithm to document the int...
File Encryption Utility(使用Blowfish算法给文件加密的完整程序)VC 源代码-File Encryption Utility (using Blowfish encryption algorithm to document the integrity of procedures) VC source code
- 2022-07-24 00:02:11下载
- 积分:1
-
一个由java语言编写的MD5加密算法的实现.
一个由java语言编写的MD5加密算法的实现.-a java language from the MD5 encryption algorithm achieved.
- 2022-07-25 04:28:36下载
- 积分:1
-
apach加密模块
apach加密模块 -Apach encryption component
- 2022-03-26 11:45:45下载
- 积分:1
-
PE程序加密壳源程序
PE程序加密壳源程序 -PE procedure encryption shell source program
- 2022-04-22 17:32:41下载
- 积分:1
-
实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。...
实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。-Achieve translocation password (Extension Caesar password), use the keyboard to receive explicit and key, screen printing ciphertext.
- 2022-03-19 19:17:45下载
- 积分:1
-
思想算法源代码
IDEA算法源代码-IDEA algorithm source code
- 2022-06-01 13:45:57下载
- 积分:1
-
大名鼎鼎的DES加密算法,内有html文档做出详细解释
大名鼎鼎的DES加密算法,内有html文档做出详细解释-famous DES encryption algorithm, which is html files provide a detailed explanation
- 2022-10-01 06:05:03下载
- 积分:1