当前位置:
首页
资源下载

搜索资源 - public key implementation c
搜索资源列表
-
0下载:
rsa算法,这里将给出一个简单加密模块的全部源程序(源代码)
至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行
GCC –O CODE CODE.C
然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用
./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
-
-
0下载:
Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
-
-
0下载:
RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发的难题。-RSA algorithm is the C++ implementation. Public key encryption algorithm is the most widely used is RSA. RSA algorithm is developed by the original idea and objectiv
-
-
0下载:
计算机安全学中椭圆曲线公钥系统的c源码
输入与输出:
请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23
椭圆曲线方程为y^2=x^3+8x+10(mod23)
请输入所取明文x的x1,x2:19,13
请输入选择的椭圆曲线上的点a0的x,y:7,8
请输入私钥a=17
选取t=3
加密的结果是(y0,y1,y2) = ((22,22),20,18)
实施解密:
(c1,c2)=(18,12)
x1=19
-
-
0下载:
RSA encryption using private key and RSA decryption using public key. c sharp implementation.
-
-
0下载:
公钥密码实现程序用C++实现的,可以从控制台界面上观察加密解密情况-Public key cryptography to achieve program with C++ implementation can be observed from the console interface encryption and decryption case
-
-
0下载:
互动的音频/视频媒体文件播放器。。如果媒体有一个视频组件,PlayWndASF将读取视频的
默认大小和调整球员的位置,让客户端的视频
在发挥其首选的默认大小考虑到大小(
标题栏和边框)。
你可以静音按 M的音频。你可以切换全屏模式
按 f的。您可以暂停/恢复与 P 和停止/快退播放
与 S 的。要关闭媒体剪辑,按ESC,F12键,X,或问
如果媒体是纯音频,播放器默认会显示一个小窗口。
你可以指定一个媒体作为唯一的
-
-
0下载:
这是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 Cryptogr
-
-
0下载:
公钥密码的实现算法,c++语言,加解密都有-The implementation of public key cryptography algorithms, C++ language, encryption and decryption have
-
-
0下载:
这是一个简单的实现RSA公钥加密算法的一个用C语言写的程序。-This is a simple implementation of RSA public key encryption algorithm, a program written in C language.
-
-
0下载:
这个是著名的RSA Public-Key Cryptography程序,一种RSA算法的C++实现。具体怎么使用,本人不是很清楚,所以只能整理到这里了,希望对需要改算法的人有帮助-This is a well-known RSA Public-Key Cryptography program, RSA Algorithm C++ implementation. Specifically how to use, I am not very clear, we can only arrange to
-
-
0下载:
C++ 实现格公钥密码, 包括LWE困难问题。(implementation of lattice public key cryptography)
-