Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - RSA Demo
Search - RSA Demo - List
DL : 0
/* 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")
Update : 2008-10-13 Size : 168.91kb Publisher : 李湘

RSA的加密算法的应用DEMO 也是用来加密的。-RSA encryption algorithm application DEMO also is uses for to encrypt.
Update : 2025-02-17 Size : 244kb Publisher : 江智勇

RSA加密算法DEMO For Delphi-RSA encryption algorithm DEMO for delphi
Update : 2025-02-17 Size : 244kb Publisher : 何怿

DL : 0
/* 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")
Update : 2025-02-17 Size : 334kb Publisher : 李湘

基于DLL的16位RSA演示程序,开发环境VC++,MFC-16 RSA demo program, the development environment VC, MFC
Update : 2025-02-17 Size : 194kb Publisher : KeTu

一种利用公钥算法(又称为非对称算法)RSA制作注册码的方法。采用这种方法,不知道密钥的话时很难写出注册机来。实际上有部分软件已经使用了这类方法。RSA加密算法DEMO-use of a public key algorithm (also known as non-symmetric algorithm) production license RSA method. Using this method, I do not know the key words is difficult to write Fillmore. Actually part of the software have been using these methods. RSA encryption algorithm DEMO
Update : 2025-02-17 Size : 245kb Publisher : linvage

RSA算法演示程序编程介绍,便于使用者了解其加密原理,更好地为文件安全服务。-RSA demo programming, user-friendly understanding of its encryption theory, to better document security services.
Update : 2025-02-17 Size : 46kb Publisher : aniu

DL : 2
RSA算法的演示程序,分组加密功能,可以对任意长度的字符串进行加密解密-RSA algorithm demo program, packet encryption, you can for any length of string encryption and decryption
Update : 2025-02-17 Size : 1.89mb Publisher :

DL : 0
rsa算法演示,运用数论知识和经典的RSA算法,可生成超长的密钥,对文件经行加密,解密的演示。当时的开发环境是JCreator 3.50。-rsa algorithm demo, using knowledge of number theory and classical RSA algorithm, can generate very long keys, the document by line encryption, decryption of the presentation. At that time, the development environment is JCreator 3.50.
Update : 2025-02-17 Size : 4kb Publisher : zgyang

DL : 0
rsa加密解密源程序和演示,很有用的!! !! !!!1-rsa encryption source code and demo, very useful! ! ! ! ! ! ! 1
Update : 2025-02-17 Size : 253kb Publisher : stone

RSA加密算法演示程序.包括公钥与私钥的生成算法.自定义公钥与私钥的长度-RSA encryption algorithm demo program. Including the public key and private key generation algorithm. Since the definition of a public key and private key length
Update : 2025-02-17 Size : 206kb Publisher : xiaolq

RSA Demo,it tells you how to use RSA in .net-RSA Demo, it tells you how to use RSA in. Net
Update : 2025-02-17 Size : 26kb Publisher : Stephen

DL : 0
RSA算法演示程序,支持非对称加密,很好用-RSA algorithm demo program to support asymmetric cryptography, a very good use
Update : 2025-02-17 Size : 33kb Publisher : zhxnh

DL : 0
RSA C++源代码DEMO,附加DES\MD5等众多算法-RSA C++ Source code DEMO, and many additional algorithms DESMD5
Update : 2025-02-17 Size : 1.77mb Publisher : clarkwen

DL : 0
RSA实现代码(也是下载的,和大家共享,希望作者不要怪罪)-RSADEMO
Update : 2025-02-17 Size : 101kb Publisher : mimilee

DL : 0
rsa 算法demo,包含取素数、加密、解密函数。用于快速学习和掌握rsa算法,可以单独直接编译,有界面。-rsa demo for study. written in c++, please use c++ builder to compile it.
Update : 2025-02-17 Size : 8kb Publisher : fast man

DL : 0
11.“RSA演示” 在Windows 2000、2000 Server平台下编译成功,演示rsa算法。-11. "RSA Demo" in Windows 2000,2000 Server platform compilation is successful, demonstrate rsa algorithm.
Update : 2025-02-17 Size : 46kb Publisher : xxxxu

RSA加密程序源代码,对每个加密因子都详细说明,参考价值不错。-RSA encryption source code for each encryption factors are detailed, good reference.
Update : 2025-02-17 Size : 70kb Publisher :

RSA演示程序,对于RSA的加密解密的步骤做了可视化内容-RSA demo program for the RSA encryption and decryption steps to do a visual content
Update : 2025-02-17 Size : 49kb Publisher : 陈超

DL : 0
// Struts2 Action方法中: // 将公钥的 modulus 和 exponent 传给页面。 // Hex -> apache commons-codec RSAPublicKey publicKey = RSAUtils.getDefaultPublicKey() ActionContext.getContext().put("modulus", new String(Hex.encodeHex(publicKey.getModulus().toByteArray()))) ActionContext.getContext().put("exponent", new String(Hex.encodeHex(publicKey.getPublicExponent().toByteArray()))) // 页面里,Javascript对明文进行加密: var modulus = $( #hid_modulus ).val(), exponent = $( #hid_exponent ).val() var key = RSAUtils.getKeyPair(exponent, , modulus) pwd1 = RSAUtils.encryptedString(key, pwd1) pwd2 = RSAUtils.encryptedString(key, pwd2) 13 14 // 服务器端,使用RSAUtils工具类对密文进行解密 15 RSAUtils.decryptStringByJs(password1) -RSA demo
Update : 2025-02-17 Size : 1.37mb Publisher : 宋向阳
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.