-
.net2003下写的多种加密加密算法的演示
.net2003下写的多种加密加密算法的演示-. net2003 written under a variety of encryption encryption algorithm demo
- 2022-02-07 05:51:38下载
- 积分: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
-
1: 注册系统热键(还有自定义消息函数)
2:托盘图标的简单建立
3:选择文件夹的对话框
4:打开和关闭一应用程序(打开进程)
5:对文件的超简...
1: 注册系统热键(还有自定义消息函数)
2:托盘图标的简单建立
3:选择文件夹的对话框
4:打开和关闭一应用程序(打开进程)
5:对文件的超简单读和写
6:找到程序自己所在的路径
7:包含列举所有进程-1 : Registration System hotkeys (and the news function from the definition) 2 : Icon in the establishment of three simple : choose the folder dialog 4 : Open and close one application (open process) 5 : Ultra-right paper and write a simple 6 : procedures to find the path where 7 : The list contains all the processes
- 2022-08-03 05:55:31下载
- 积分:1
-
包含几种高级加密算法,带Exe演示程序
包含几种高级加密算法,带Exe演示程序-contains several advanced encryption algorithm, with Exe Demonstration Program
- 2022-03-09 19:19:29下载
- 积分:1
-
Cast128 algorithm and binary
与 Cast128 算法二进制兼容的加密算法,64位块加密,加密匙可到128位-Cast128 algorithm and binary-compatible encryption algorithm, 64 block encryption, encryption keys can be 128
- 2022-07-06 17:53:58下载
- 积分:1
-
C编程WPS获得密码文件
用C编程获取WPS的文件密码-C programming WPS access to the password file
- 2022-04-25 06:03:50下载
- 积分:1
-
ASP写的MD5加密算法。
ASP写的MD5加密算法。-ASP write MD5 encryption algorithm.
- 2022-08-16 17:21:43下载
- 积分:1
-
MD5
MD5 - Implementations for PowerBASIC/-MD5- Implementations for PowerBASIC/CC
- 2022-07-22 21:31:35下载
- 积分:1
-
密码编码和密码分析:原理与方法
密码编码和密码分析:原理与方法-encryption and password Analysis : Theory and Methods
- 2022-12-28 18:30:05下载
- 积分:1
-
椭圆曲线算法改装
椭圆曲线算法改装- The elliptic curve algorithm reequips
- 2022-05-21 02:09:47下载
- 积分:1