资源列表
test
- turbo ldpc codes-2 test it is my test code for turbo ldpc codes for everybody to have a ref.
hill2密码matlab实现
- 实现hill密码的加密与解密,同时在MATLAB GUI界面设计
PKCSSharp1
- pcks#1开发示例,r加密方式是用私钥加密用公钥解密,双方互换公钥。-pcks# 1 development sample, r is encrypted using public key to decrypt the private key encryption, both sides exchange public key.
md5
- md5 算法的纯c版本。方便移植到各种嵌入式小型设备不支持c++的环境-md5 algorithm with pure C version. Easy to transplant it to systems using only C, but not C++
rsa
- RSA encryption and decryption. The private and public key are written in command line
ddes
- 数据加密标淮DES 解密之matlab实现 由GreenSim——算法仿真團隊→http://blog.sina.com.cn/greensim 之DES经小弟修改为解密之函数-DES decode in matlab
14082
- 这个是一个用VB开发的可以实现对输入字符窜的加密/解密
decode_ldpc_log
- Code for LDPC decoding
md5
- md5源码。根据md5算法,用C++实现对一个字符串的hash,输出32为十六进制字符。-md5 source code. According to md5 algorithm, using C++ implementation of a string of hash, the output of 32 hexadecimal characters.
des
- 一个简单的des加密算法,抛砖引玉,求更高的des加密。-A simple des encryption algorithm, the author for higher des encryption.
MarkovNGramm
- In the fields of computational linguistics and probability, an n-gram is a contiguous sequence of n items a given sequence of text or speech. The items can be phonemes, syllables, letters, words or base pairs according to the application. The n-grams
md5
- MD5生成函数,使用简单: //初始化 void beginCal() //初始化后,输入数据,在调用endCal前,都可以继续添加数据 void addData(const char* data, unsigned int size) //表明不再输入数据了,将添加填充位 void endCal() //结束运算后,取得编码 char* getCode() //清理内存 void clearMemoryHelper(char*
