-
Using RCS to do file encryption source code, VC environment. Package consists of...
采用RCS做文件加密的源程序代码,VC环境。包含两个文件包,里面的Readme有详细介绍。-Using RCS to do file encryption source code, VC environment. Package consists of two documents, which detailed the Readme.
- 2022-06-12 14:50:27下载
- 积分:1
-
RSA加密算法在VB中的实现.可以更好的了解RSA加密算法.
RSA加密算法在VB中的实现.可以更好的了解RSA加密算法.-RSA encryption algorithm in VB realized. To better understand the RSA encryption algorithm.
- 2022-03-11 12:34:40下载
- 积分:1
-
Rjindeal加密算法
Rjindeal加密算法-Rjindeal encryption algorithm
- 2023-03-26 06:00:03下载
- 积分:1
-
xuliemime
线性反馈移位寄存器LFSR生成随机序列的原理,序列密码的加密过程(Linear feedback shift register LFSR to generate random sequence of the principle of the encryption cipher)
- 2009-06-23 11:48:20下载
- 积分:1
-
dct2_embed
数字水印嵌入算法,利用离散余弦变换的(dct)算法,对以往的算法有所改进(Digital watermark embedding algorithm, using discrete cosine transform (dct) algorithm, an improvement on previous algorithms)
- 2010-03-08 10:35:29下载
- 积分: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
-
The Cryptography API: Next Generation (CNG) is a new and agile framework in Wind...
The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider. -The Cryptography API: Next Generation (CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider.
- 2022-04-29 00:05:09下载
- 积分:1
-
JAVA加密算法之一
JAVA加密算法之一-JAVA encryption algorithm
- 2023-06-07 03:00:04下载
- 积分:1
-
这个是一个用汇编编写的查看PE文件有效性的程序,PE加载器需要做的事情之一。...
这个是一个用汇编编写的查看PE文件有效性的程序,PE加载器需要做的事情之一。-err
- 2023-06-07 01:10:02下载
- 积分:1
-
在铅的阅读驱动序列号加密软件
在PB中通过读取硬盘序列号实现软件加密-in PB by reading drive serial number encryption software
- 2022-06-13 01:24:15下载
- 积分:1