搜索资源列表
大整数加减运算源程序
- 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practic
AESDemo
- 本文以实现aes算法加解密例程为例,说一下C#代码转换为VC代码经验。 例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar 相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068 这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件, 把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption
B_M算法
- VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
RC5-CTS
- RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
LaoenED V1.0
- 一个用Vc编写的文件加密器,可以加密任何类型的文件,速度很快!-Vc with a paper prepared by the encryption device that can encrypt any type of document, very fast!
ForDos
- 一个用c编写的文件加密器,可以加密任何类型的文件,速度很快!for dos!-with a paper prepared by the encryption device that can encrypt any type of document, very fast! For dos!
GetPasswordcode
- 穷举型密码破译器。可以自定义词典,多线程。visual c++6.0 xp/2-exhaustive type code-breaking device. You can define Dictionary, multithreading. Visual c 6.0 xp/2
md5_correct
- 修正了原CMd5类的CaculateStr函数的严重错误,并且转到新的C++类库。此类已经经过验证,文件和字符串均能得到正确结果,支持Unicode(Unicode时不需要转换)-amendment of the original CMd5 CaculateStr function of the type of serious errors and to the new C Class. Such has been validated, documents, and the string to
PasswordTest
- 工作时用C#编写的WPS密码测试工具,主要用于测试与MSO文件兼容(IO)而写的.功能主要是由MSO文件加密.WPS打开,再由WPS加密,再由MSO打开.每个加密都是根据文件加密类型来加的,此代码.与普遍的加密解密是不同的.所以不适用于需要加密解密的代码参考-work with C# code WPS prepared by the testing tool primarily used to test compatibility with MSO documents (IO) writes.
fast_RSA
- 该代码实现了256位的大数运算,自己定义了一个大数类,希望对你有帮助-the code to achieve the majority of the 256 operator, their definition of a type of large numbers, and I hope to help you
vcjiami
- VC++实现的加密解密类,使用了DES等算法-VC type of encryption and decryption, the use of the DES algorithm
bigint_zxf
- 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
大整数的加法
- 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope -32767 ----
RSAVC
- RSA算法的VC实现,其中包括超长整数类,素数检验算法,大素数生成器和一般的数论算法,例如中国剩余定理解密RSA密文-RSA algorithm VC, including long integer type, in a few test algorithm, large prime number generator and the general theory of numbers algorithm, for example, Chinese Remainder Theorem RSA de
dezender12.rar
- PHP加密解密,适合给做程序的人员提供PHP类型的加密解密帮助,PHP encryption for the procedure to do so to provide the type of encryption and decryption PHP help
T60alt
- 这是IBM T60型号的主板解密连接线位置图 按标下的点接线就可以解密了-This is the IBM T60 type of motherboard location map according to declassified cables under the standard point wiring can decrypt the Oh
RSA
- RSA算法实现,只是简单的实现一下,如果需要,可以改变类型。-RSA algorithm, but simply the realization that, if necessary, can change the type.
DES_in_VC
- 实现了一个DES加密的类,可嵌入到程序中使用,也可作为应用参考。-The realization of a DES encryption type can be embedded into the procedures used, the application can also be used as reference.
MD5
- MD5 加密类,非常简单好用,web编程必备啊-MD5 encryption type, very easy-to-use, web programming must ah
src
- 信息安全关于des加密算法的源码,输入明文 就可以产生密文 -Information security des encryption algorithm on the source, type can be produced expressly Ciphertext