搜索资源列表
-
0下载:
LZ77 compression / decompression algorithm
-
-
0下载:
Tiny Encrytion Algorithm压缩速度快,抗差分攻击力强-Compression Algorithm fast, highly offensive against Difference
-
-
0下载:
使用VC编写的文件操作类FileTool,主要有四个函数:
//加密文件,输入参数为文件名,采用了BlowFish加密算法
BOOL EncryptFile(char * pFileName)
//解密文件,输入参数为文件名
BOOL DeCryptFile(char * pFileName)
//对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法
BOOL Archieve(char * dir, char * arch)
BOOL
-
-
1下载:
RC5-CTS模式加密解密算法C++程序实现。
解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
-
-
0下载:
BlowFish算法的压缩源码-BlowFish compression algorithm source code
-
-
0下载:
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
-
-
0下载:
LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.
-
-
0下载:
本源码是对Hill算法的简单实现,压缩包内包含crypt和decrypt两个目录,分别为加密和解密。-the source of Hill simple algorithm to achieve, Compression packet contains crypt and decrypt two catalogs, respectively encryption and decryption.
-
-
0下载:
UPX压缩加密算法.rarUPX压缩加密算法UPX压缩加密算法.rar.rar-UPX compression and encryption algorithms. RarUPX UPX compression compression and encryption algorithm encryption algorithm. Rar.rar
-
-
0下载:
一份很详尽的数据结构与算法资料。除了最基本的数据结构知识外,还介绍了数据压缩、des、rsa加解密等算法.-A very detailed information on data structures and algorithms. In addition to the basic data structure of knowledge, but also introduced a data compression, des, rsa encryption algorithm, etc..
-
-
0下载:
ULTRA v1.0.3 File and Text encryption module. Very well documented sourcecode feat. strong and fast ULTRA symmetric encryption algorithm, OFB mode, variabel-lenght key, key quality check, data compression, string encryption to Crypto Message Format,
-
-
8下载:
基于回声隐藏的信息隐藏算法,是一种音频信号的水印技术,包括隐藏信息的嵌入和提取,以及对于噪声,MP3压缩,滤波,重采样和延迟攻击的模拟。-Based on echo hiding information hiding algorithm, is an audio signal watermarking techniques, including embedding and extracting hidden information, as well as for noise, MP3 compr
-
-
0下载:
libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy
-
-
0下载:
加密解密及压缩解压算法.大致有21种加密/解密算法源代码,和50多种种压缩/解压的算法源代码文件,对你应该有很大帮助的,可以选着用了。-Encryption and decryption and compression decompression algorithm. Generally, there are 21 kinds of encryption/decryption algorithm source code, and more than 50 all kinds of compres
-
-
0下载:
21种加密54种压缩算法模块,vb源代码。-54 species of 21 compression algorithm encryption module, vb source code.
-
-
0下载:
LZW压缩算法和RLE压缩算法的实现源码及Demo实例-LZW compression algorithm and implementation of RLE compression algorithm and source code examples Demo
-
-
0下载:
C++编程SM3压缩算法源码,接口简单易用-SM3 compression algorithm
-
-
0下载:
模拟LZ78压缩算法的过程,算法有文字描述部分,按步执行-LZ78 compression algorithm simulation process, the algorithm has the text descr iption, step by step execution
-
-
0下载:
适合新手学习PE文件格式,壳框架,实现简单压缩算法-Suitable for beginners to learn the PE file format, the shell framework, the realization of a simple compression algorithm
-
-
0下载:
MD5 压缩算法,将任意字符串经过MD5计算,转换成128bit的16进制字符串。(MD5 compression algorithm converts any string to a 128-bit hexadecimal string after MD5 calculation.)
-