搜索资源列表
des
- MD5的全称是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被\"压缩\"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一
Visual+C++视频技术方案宝典+源代码
- 通过63个实际开发方案深入讲解Visual C++视频开发的核心应用全面提高实际开发能力 系统设计方案:用户界面与业务逻辑的分离方案、数据抽象与封装方案、业务层部署方案以及系统建模方案等,共12个实用方案。 视频采集方法:包括视频录像设计方案、视频预览设计方案和事件通知设计方案,共8个实用方案。 视频编码方案:H263编码方案、H263编码方案以及MPEG-4编码方案,共3个实用方案。 音频采集方案:音量控制方案、MCI音频存储方案和CD播放及抓轨方案等,共9个实用方案。
rsa
- rsa c代码
eaebb0817735
- RSA C语言实现能实现大素数的运算,包括加密以及解密的过程-The RSA C language to achieve large primes computing, including encryption and decryption process
RSAEuro1.06
- C/C++下学习加密算法很好的参考材料,包括的算法有RSA椭圆加密算法等-C/C++ learning the encryption algorithm is a good reference material
rsa_prime_gen
- RSA算法的素数产生模块的算法的C语言实现 用C标准语言写的,可以移植到各种平台-RSA algorithm is the prime number generation algorithm in C language written in standard C language module, can be ported to various platforms
RSA-CPP
- RSA算法非常简单,概述如下: 找两素数p和q 取n=p*q 取t=(p-1)*(q-1) 取任何一个数e,要求满足e<t并且e与t互素(就是最大公因数为1) 取d*e t==1 这样最终得到三个数: n d e 设消息为数M (M <n) 设c=(M**d) n就得到了加密后的消息c 设m=(c**e) n则 m == M,从而完成对c的实现-RSA algorithm is very simple, are summarized as follows: find two prim
54936596rsa
- rsa算法实现,利用rsa算法基本原理,从而利用c语言来实现该算法,可直接运行。-rsa algorithm, rsa algorithm using the basic principles, which use c language to implement the algorithm can be directly run.
2
- 基于C语言环境中的RSA算法中的加解密部分代码。-Based on the C language environment RSA encryption and decryption algorithms part of the code.
RSA1
- rsa加密,C++版-rsa mima
rsa
- RSA加密解密算法C语言实现,代码思路清晰简洁明了。-RSA encryption and decryption algorithm C language, code ideas clear and concise.