-
使用单片来进行CRC校验,可以位校验、半字节和字节校验
使用单片来进行CRC校验,可以位校验、半字节和字节校验-Using the single-chip to carry out CRC check, you can place check, half-byte and byte checksum
- 2022-06-02 13:33:20下载
- 积分:1
-
yoda s Crypter 1.2 程序及源码 yoda PE加密保护,Win32ASM源码。
yoda s Crypter 1.2 程序及源码 yoda PE加密保护,Win32ASM源码。 -Yoda s Crypter 1.2 procedures and source Yoda PE encryption protection, Win32ASM source.
- 2022-01-24 13:53:25下载
- 积分:1
-
一种Base 64的编码方法
一种Base 64的编码方法-a Base 64 encoding methods
- 2022-02-04 11:46:45下载
- 积分:1
-
利用替换算法的加密算法!
利用替换算法的加密算法!-use replacement algorithm encryption algorithm!
- 2023-03-11 22:40:03下载
- 积分:1
-
用Visual Studio 2003编的文件加密程序,能对文件进行二进制读入,再和密码做异或,保存。版本一...
用Visual Studio 2003编的文件加密程序,能对文件进行二进制读入,再和密码做异或,保存。版本一-Visual Studio 2003 for use of file encryption program, can read a binary file, and then do XOR and password, save. Version 1.0
- 2023-03-19 22:25:03下载
- 积分: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算法做文件的HASH,得到统一结果判断文件内容的一致性...
文件验证,利用MD5算法做文件的HASH,得到统一结果判断文件内容的一致性-File Hash
- 2023-07-29 10:00:03下载
- 积分:1
-
加密技术源代码学习加密技术
加密技术源代码学习加密技术-encryption technology to study the source code encryption technology
- 2022-06-20 04:22:55下载
- 积分:1
-
另一种公开密钥加密算法的Pascal实现和例子。实现了签名和确认...
另一种公开密钥加密算法的Pascal实现和例子。实现了签名和确认- Another kind of public key encryption algorithm Pascal
realization and example. Realized has signed and confirmed
- 2023-03-10 10:15:04下载
- 积分:1
-
code for des
#包括;
- 2023-06-14 09:45:03下载
- 积分:1