资源列表
CopyTemplate
- RSA ENCRYPTION for texts also it can be applied for images
CRC8_asm
- CRC-8 with lookup table in assemble code. Fast but bigger.
md5
- MD5生成函数,使用简单: //初始化 void beginCal() //初始化后,输入数据,在调用endCal前,都可以继续添加数据 void addData(const char* data, unsigned int size) //表明不再输入数据了,将添加填充位 void endCal() //结束运算后,取得编码 char* getCode() //清理内存 void clearMemoryHelper(char*
sha256_MD5_Dlg
- VS2008对话框工程,用于生成给定文件的MD5及SHA256值,支持拖拽-VS2008 dialog project file used to generate a given value of the MD5 and SHA256 support drag and drop
watermarking
- 对音频信号分帧加窗,对每帧进行三阶小波变换,取其逼近系数平均值(一般为零).在此嵌入二值图像 并有对潜入水印信号进行盲检,恢复其嵌入水印-Sub-frame of the audio signal increases the Hamming window for each frame impletment third-order wavelet transform, whichever is close to the average coefficient (usually zero). a
encrypt
- Encrypts/Decrypts a piece of text using vigenere algorithm.
LM_ENCRYPT
- windows lm 加密 des 加密算法-LM encrypt
MPEG2_decoding
- MPEG 解码源码 。。 。。 。。慎重-的
Classical
- 用C语言实现的的全部的古典密码学算法的加密与解密程序,供朋友们参考。-The Classical Cryptography programme by C Language
AES
- 用C语言实现的AES加密解密算法,希望对朋友们有用。-AES
3way
- 用纯C语言实现的3way加密与解密算法,希望对朋友们有用。-3way
DES
- 用纯C语言实现的DES加密与解密算法,希望对朋友们有用。-DES
