-
除了上面提到的压缩方法,你也可以调用VB的工具MakeCab.exe(在VB5setupkitkitfil32或VB98WizardsPDWizard目录下)生...
除了上面提到的压缩方法,你也可以调用VB的工具MakeCab.exe(在VB5setupkitkitfil32或VB98WizardsPDWizard目录下)生成.cab文件。先构造一个Directive 文件(*.ddf),然后使用Shell命令调用MakeCAB /f excel.ddf就可以生成*.cab文件。关于Directive 文件的格式,可以参考MSDN Library中的《MakeCAB: A Compression and Disk Layout Tool》一文。 -addition to the above-mentioned methods of compression, you can call VB Tools MakeCab.exe (VB5 setupkit kitfil32 or VB98 Wizards PDWizard directory) production. Cab document. First constructed a Directive document (*. DDF), then use the Shell order call MakeCAB/f excel.ddf can generate*. cab documents. Directive on the document format, they can refer to the MSDN Library "MakeCAB : A Disk Compression and Layout Tool," a text.
- 2022-05-16 00:58:09下载
- 积分:1
-
密码学的数字签名算法 来自国外教材
密码学的数字签名算法 来自国外教材-Cryptography Digital Signature Algorithm materials from abroad
- 2022-03-02 23:55:36下载
- 积分: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
-
一篇09年很不错的关于密码学的论文,是从IEEE上下载的,内容很权威...
一篇09年很不错的关于密码学的论文,是从IEEE上下载的,内容很权威-A very good 2009 paper on cryptography and is downloaded from the IEEE, the content is authoritative
- 2022-01-25 23:01:18下载
- 积分:1
-
ElGamal算法
ElGamal算法-ElGamal algorithm
- 2022-07-24 16:18:08下载
- 积分:1
-
vc++ md5类工程,有完整的VC源码,可成功编译
vc++ md5类工程,有完整的VC源码,可成功编译-vc++ md5-type project, the VC has a complete source code can be compiled successfully
- 2022-02-06 01:00:32下载
- 积分:1
-
128 bit AES Pipelined Cipher
The Advanced Encryption Standard (AES) specifies a FIPS- approved cryptographic algorithm that can be used to protect electronic data.
The AES-128 pipelined cipher module uses AES algorithm which is a symmetric block cipher to encrypt (encipher) information.
This module is optimized for speed as it pipeline hardware to perform repeated sequence called round
- 2022-01-25 21:48:15下载
- 积分:1
-
高级加密标准AES优胜算法Rijndael c语言源代码。
高级加密标准AES优胜算法Rijndael c语言源代码。-Advanced Encryption Standard algorithm Rijndael winning c language source code.
- 2022-03-26 03:03:41下载
- 积分:1
-
AES128bit加密算法。在PDF文档中有详细算法描述。程序打印出的内容为验证结果。对应文档中的33...
AES128bit加密算法。在PDF文档中有详细算法描述。程序打印出的内容为验证结果。对应文档中的33-34页最左侧的结果。不清楚的朋友可以给我发EMAIL.-AES128bit encryption algorithm. Has the detailed algorithm
description in the PDF documents. The procedure prints content for
confirmation result. In corresponding documents 33-34 page of most
left side result. Not the clear friend may to me send EMAIL.
- 2022-12-28 09:15:03下载
- 积分:1
-
c语言文件加密程序
c语言文件加密程序-file encryption procedures
- 2022-01-26 04:02:13下载
- 积分:1