Welcome![Sign In][Sign Up]
Location:
Search - public key implementation c

Search list

[CSharprsa_code

Description: rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试一试就知道啦! -rsa algorithm, Here is a simple encryption of all source modules (source code) As for the theory RSA online a lot, it is based on public key encryption algorithm a system. This example was mainly used to a certain important document to a bundled IP addresses. Copy it down, depositors to CODE.C. before the implementation of GCC-O CODE CODE.C then. / CODE E [IP ADDRESS] [FILENAME] document encryption. Or use. / CODE D [IP ADDRESS] declassified whole process created the two intermediary file, As to what documents you try to know!
Platform: | Size: 1509 | Author: 潘伟波 | Hits:

[CSharprsa_code

Description: rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试一试就知道啦! -rsa algorithm, Here is a simple encryption of all source modules (source code) As for the theory RSA online a lot, it is based on public key encryption algorithm a system. This example was mainly used to a certain important document to a bundled IP addresses. Copy it down, depositors to CODE.C. before the implementation of GCC-O CODE CODE.C then./CODE E [IP ADDRESS] [FILENAME] document encryption. Or use./CODE D [IP ADDRESS] declassified whole process created the two intermediary file, As to what documents you try to know!
Platform: | Size: 1024 | Author: 潘伟波 | Hits:

[Crack HackRSAfinal

Description: 能够生成1024位的RSA算法密钥对,C++语言实现-1024 to generate the RSA key pair algorithm, C Language Implementation
Platform: | Size: 58368 | Author: jjunfan | Hits:

[Linux-UnixElGamal

Description: Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
Platform: | Size: 65536 | Author: vinay | Hits:

[Crack HackRSA(c)

Description: 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 objective is to make the Internet safe and reliable, aimed at resolving the DES algorithm is a secret key transmitted using the open channel distribution problems.
Platform: | Size: 60416 | Author: 贤宝宝的范儿 | Hits:

[AlgorithmEllipticcurvepublickeysystem

Description: 计算机安全学中椭圆曲线公钥系统的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 x2=13 -Computer Security Studies in the elliptic curve public key system, c-source input and output: Please enter the elliptic curve equation y ^ 2 = x ^ 3+ cx+ d (mod p) in the c, d, p values: 8,10,23 elliptic curve equation y ^ 2 = x ^ 3+8 x+10 (mod23) Please enter the plaintext x by taking the x1, x2: 19,13 Please enter a choice of elliptic curve point a0 of the x, y: 7,8 Please enter a private key a = 17 select t = 3 encrypted result is (y0, y1, y2) = ((22,22), 20,18) implementation of the decryption: (c1, c2) = (18,12) x1 = 19 x2 = 13
Platform: | Size: 12288 | Author: ttt | Hits:

[CSharpRSA

Description: RSA encryption using private key and RSA decryption using public key. c sharp implementation.
Platform: | Size: 81920 | Author: mysteriousbangalor | Hits:

[Crack Hack4

Description: 公钥密码实现程序用C++实现的,可以从控制台界面上观察加密解密情况-Public key cryptography to achieve program with C++ implementation can be observed from the console interface encryption and decryption case
Platform: | Size: 77824 | Author: xiaowu | Hits:

[Graph programPlayWndASF

Description: 互动的音频/视频媒体文件播放器。。如果媒体有一个视频组件,PlayWndASF将读取视频的 默认大小和调整球员的位置,让客户端的视频 在发挥其首选的默认大小考虑到大小( 标题栏和边框)。 你可以静音按 M的音频。你可以切换全屏模式 按 f的。您可以暂停/恢复与 P 和停止/快退播放 与 S 的。要关闭媒体剪辑,按ESC,F12键,X,或问 如果媒体是纯音频,播放器默认会显示一个小窗口。 你可以指定一个媒体作为唯一的命令行参数文件: 例如:PlayWndASF \ \ MyServer的\ mediafiles \视频\ sample.asf - playwndasf <media filename> Using Windows Media 9 Series (Corona) ===================================== If you have installed the Windows Media Format 9 SDK (code named Corona ), then you should review the DSPlay sample in that SDK instead. Starting with Windows Media 9 Series, the WMStub.lib and key provider implementation are no longer necessary. The DSPlay sample also demonstrates Corona-specific features and implementation details that are not present in this PlayWndASF sample. If you are not using the WMF 9 SDK, then the following note applies: ================================================================================ NOTE: To link and run this sample, you must install the Windows Media Format SDK 7.1.1. After downloading the Format SDK, you can extract a public version of the WMStub.LIB library, which should be copied to the Samples\C++\DirectShow\Common folder. This library is necessary for enabling Windows Media content.
Platform: | Size: 64512 | Author: wengjinshu | Hits:

[Crack Hackmiracl3

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:

[Crack Hackgongyaomima

Description: 公钥密码的实现算法,c++语言,加解密都有-The implementation of public key cryptography algorithms, C++ language, encryption and decryption have
Platform: | Size: 1024 | Author: mantlin | Hits:

[Crack HackRSA1

Description: 这是一个简单的实现RSA公钥加密算法的一个用C语言写的程序。-This is a simple implementation of RSA public key encryption algorithm, a program written in C language.
Platform: | Size: 1024 | Author: yuesededifang | Hits:

[Crack HackRSATest

Description: 这个是著名的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 here, and hope for people who need help to change the algorithm
Platform: | Size: 9216 | Author: 章明人 | Hits:

[Crack Hacklattice_processor

Description: C++ 实现格公钥密码, 包括LWE困难问题。(implementation of lattice public key cryptography)
Platform: | Size: 15775744 | Author: 密码爱好者 | Hits:

CodeBus www.codebus.net