-
密码编码和密码分析:原理与方法
密码编码和密码分析:原理与方法-encryption and password Analysis : Theory and Methods
- 2022-12-28 18:30:05下载
- 积分:1
-
基于LSB的信息隐藏技术――MFC――编译已经通过运行正常
基于LSB的信息隐藏技术――MFC――编译已经通过运行正常-LSB-based Information Hiding- MFC- has been compiled by running the normal
- 2022-06-11 13:06:08下载
- 积分:1
-
用C语言求解经典逻辑推理题
用C语言求解经典逻辑推理题-Solving with C language that classical logic
- 2022-10-04 14:25:02下载
- 积分:1
-
IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。...
IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。-IDEA encryption algorithm is data block encryption algorithm (Cipher Block) category. IDEA use of the length of the 128 bit key, the data block size for 64bit.
- 2022-01-25 22:47:24下载
- 积分:1
-
Decryption for advanced system can be used for aes 128
Decryption for advanced system can be used for aes 128
- 2023-05-14 15:45:02下载
- 积分:1
-
ieee加密新文章A New Image Encryption Arithmetic Based on a
Three
ieee加密新文章A New Image Encryption Arithmetic Based on a
Three-dimensional Map -A New Image Encryption Arithmetic Based on a
Three-dimensional Map
- 2022-04-10 06:53:46下载
- 积分:1
-
Base64 encoding and decoding, MD5 encryption source DEMO
Base64编码与解码,MD5加密源码 DEMO-Base64 encoding and decoding, MD5 encryption source DEMO
- 2023-04-04 00:25:03下载
- 积分:1
-
Useful things, everyone can see that in the 6.0 compiler is passed, a good
好用的东西,大家可以看看,在6.0下编译通过,不错-Useful things, everyone can see that in the 6.0 compiler is passed, a good
- 2022-06-12 16:04:06下载
- 积分: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
-
数据加密用C#做的加密程序,望各位多提问题
数据加密用C#做的加密程序,望各位多提问题-data encryption using C# do encryption, and hopes to raise the issue
- 2022-07-20 03:06:07下载
- 积分:1