Location:
Search - RSA miracl
Search list
Description: 加解密函数库,包含DES,AES,RSA等各种加密算法的实现,在WINDOWS能编译通过-encryption functions, including DES, AES, RSA encryption algorithm such as the realization In Windows can compile
Platform: |
Size: 121937 |
Author: 木木 |
Hits:
Description: /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern \"C\" { #include \"miracl.h\" #include \"mirdef.h\" } #pragma comment( lib, \"ms32.lib\" )-/ * RSA Demo version 1.0 * Copyright (C) 2004 Zhao Chunsheng 2004.04.25 * * * http://timw.126.com http://timw.yeah.net * The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual. * P, Q, N, D, E use RSATool2 generation. * / Compiler Tip : 1 : Project-Settings - Settings For (All Configuration) - C / C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h" # include "mirdef.h") # pragma comment (lib, "ms32.lib")
Platform: |
Size: 342787 |
Author: 李湘 |
Hits:
Description: /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern \"C\" { #include \"miracl.h\" #include \"mirdef.h\" } #pragma comment( lib, \"ms32.lib\" )-/ * RSA Demo version 1.0 * Copyright (C) 2004 Zhao Chunsheng 2004.04.25 * * * http://timw.126.com http://timw.yeah.net * The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual. * P, Q, N, D, E use RSATool2 generation. * / Compiler Tip : 1 : Project-Settings - Settings For (All Configuration) - C / C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h" # include "mirdef.h") # pragma comment (lib, "ms32.lib")
Platform: |
Size: 172963 |
Author: 李湘 |
Hits:
Description: /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma comment (lib, "ms32.lib")
Platform: |
Size: 342016 |
Author: 李湘 |
Hits:
Description:
Platform: |
Size: 173056 |
Author: 李湘 |
Hits:
Description: 加解密函数库,包含DES,AES,RSA等各种加密算法的实现,在WINDOWS能编译通过-encryption functions, including DES, AES, RSA encryption algorithm such as the realization In Windows can compile
Platform: |
Size: 956416 |
Author: 木木 |
Hits:
Description: 利用MIRACL大数运算库实现的RSA加密的动态链接库,读者在编译时需要重新加载MIRACL库。-MIRACL library to use computing to achieve large numbers of RSA encryption dynamic-link library, readers need to reload when compiling MIRACL library.
Platform: |
Size: 421888 |
Author: gengqin |
Hits:
Description: 使用miracl大数库实现RSA算法,根据用户名计算相应序列号。-The use of large numbers miracl Treasury realize RSA algorithm, were calculated based on user corresponding serial number.
Platform: |
Size: 1244160 |
Author: mysic |
Hits:
Description: 通过miracl大数库生成rsa密钥,并通过diffie-hellman算法交换密钥-Miracl large numbers through the database to generate rsa key, and algorithm diffie-hellman key exchange
Platform: |
Size: 2074624 |
Author: 韩潇 |
Hits:
Description: 比较新的功能强大的rsa算法源代码,方便使用.-Powerful rsa algorithm source code, user-friendly
Platform: |
Size: 1723392 |
Author: Chen |
Hits:
Description: 基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密-Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt
Platform: |
Size: 1372160 |
Author: hbhb |
Hits:
Description: RSA加密其中有MD5算法的实现
RSA中用到了大数库MIRacl库
详见代码-RSA
Platform: |
Size: 3826688 |
Author: Dante |
Hits:
Description: 椭圆加密库,RSA,大数库,还有其他的加密库,可以VC编译-ECC
Platform: |
Size: 1717248 |
Author: kawen |
Hits:
Description: RSA算法中用到的大数运算,此为数据库。即miracl。其中包括代码,用户说明书,以及代码说明。欢迎参考!-Large numbers used in RSA algorithm calculations, this is the database. That miracl. Including code, user manual, and code description. Welcome reference!
Platform: |
Size: 2401280 |
Author: 李小树 |
Hits:
Description: 这是实现RSA算法的加密和解密的程序,程序中使用大整数库miracl-failed to translate
Platform: |
Size: 379904 |
Author: huan |
Hits:
Description: 可以对任意字符进行加密 与解密 程序已经测试 很好用 用VC++用添加miracl库-it is very useful for code characters or decode characters .
Platform: |
Size: 7168 |
Author: 王夫远 |
Hits:
Description: 这是最新的MIRACL的最新版本,支持多种算法,如IBE加密、签名、验证-MIRACL is a Big Number Library which implements all of the primitives necessary to design Big Number Cryptography into your real-world application. It is primarily a tool for cryptographic system implementors. RSA public key cryptography, Diffie-Hellman Key exchange, DSA digital signature, they are all just a few procedure calls away. Support is also included for even more esoteric Elliptic Curves and Lucas function based schemes. The latest version offers full support for Elliptic Curve Cryptography
Platform: |
Size: 1457152 |
Author: yoy |
Hits:
Description: 这是miracl库的精减版本,主要实现的是BB的加密、解密的算法的接口-This Portable C library implements a full implementation of Multiprecision
Arithmetic. In particular it includes all the primitives necessary to
implement Number Theoretic based methods for Public Key Cryptography and
Digital signature, such as Diffie Hellman, Elliptic curves, RSA and DSS.
Indeed example programs implement many of these methods.
Platform: |
Size: 1572864 |
Author: yoy |
Hits:
Description: 采用miracl大数库编写的RSA加解密,签名验签dll动态链接算法库-The dynamic library DLL of RSA encryption, signature algorithms written by the miracl library of large Numbers
Platform: |
Size: 1708032 |
Author: 曹伟琼 |
Hits:
Description: Miracl库实现的RSA算法,已通过编译-Miracl RSA
Platform: |
Size: 2377728 |
Author: zhang |
Hits: