搜索资源列表
base64decode
- base64的解码C语言实现-base64 decoding C Language
libz-1.1.4.tar
- linux下MPEG编解码库文件,有vc工程,纯C代码-The library file about MPEG coding and decoding in linux system,including VC projects and pure c codes.
aeslib
- 简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。-simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a s
HillCodor
- 在VC环境下采用希尔密码体制加密、解密和破译。该软件实现了输入任意长度的密钥对文件进行加密和解密,解密密钥和密文保存在文件中。如果有完整的明文和对应的密文可是实现破译功能,即得出加密密钥。-in VC environment with Hill cryptosystem encryption, decryption and decoding. The software arbitrary length of the input to the key document encryption and
mpeg4_decoder
- Linux下的基于intel的ipp库的MPEG4解码程序源码,嵌入式开发,适用PXA270开发板-Linux-based Intel's ipp for MPEG4 decoding procedures source, embedded development, application development board PXA270
base64src
- C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
kill-bill.tar
- I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210
base64decoder
- 用于base64的解密 将一个包含base64的文件内容取出以后进行解密放到指定的文件里面去-for the base64 decoding base64 will contain a content of the documents removed after designated for declassifying the document put inside
base64lcc
- 一个base64编码解码的源程序,在LCCWIN32下编译通过。-a base64 encoding and decoding of the source, under the LCCWIN32 compile.
keeloq_decode
- keeloq软件解码程序(从台湾一个网站上下载的,注解有些乱码,但不影响使用)。-keeloq software decoding process (from Taiwan on a website download and notes some gibberish. but not use).
zhangHao
- 课程设计的一个RSA算法加、解密软件,MFC的-curriculum design an RSA algorithm encoding and decoding software, MFC
Base64编码与解码,MD5加密源码 DEMO
- Base64编码与解码,MD5加密源码 DEMO-Base64 encoding and decoding, MD5 encryption source DEMO
mime
- BASE64编码/解码 处理的VC源代码-BASE64 encoding / decoding of the source code VC
CR4Decoder
- 用来计算WEP无线加密所用CR4算法密码的解码程序。DevCPP编写。-used to calculate WEP wireless encryption algorithm used CR4 password decoding procedures. DevCPP prepared.
bch_awgn
- The intention is to show you how to incorporate the AWGN/Rayleigh fading models in the basic decoding program. -The intention is to show you how to incorpor ate the AWGN / Rayleigh fading models in the basi c decoding program.
RBDS
- The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations. -The decoding algorithm used in RBDS.c
tc-8psk-sect
- The same two-stage decoder as above. However, when transforming the symbols prior to Viterbi decoding, the amplitude information is ignored and only the phase of the received symbol is employed in the metric computation stage. -The same two-stage
encoding-and-decoding
- 实现DES加密解密算法,及CBC,CFB,CTR,OFB,RSA加密解密算法,完成对图片的加密解密。使用C++编写的,非常详尽。具体阐述了对图片的DES加密解密算法。-The codes realizes the function of encoding and decoding a picture under CBC,CFB,CTR,OFB,RSA algorithm. It is really worth a trial under VC 6.0 environment.
Coding-and-decoding-based-on-ASCII-
- 基于ASCII进行的文件编程与解码,为了对文本进行编码,可以任意选择一个字符串,作为“编码字符串”,然后对上述编码进行相反的操作,即可对文本进行解码。-Programming and decoding ASCII files, in order to encode the text, you can choose a string as the encoded string.
Huffman-coding-and-decoding
- 完整的哈弗曼编码译码程序,信息论与编码课程实验中经常用到的程序-Complete Huffman coding and decoding procedures, information theory and coding course experiments frequently used programs