Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - dsa
Search - dsa - List
DSA算法的Pascal实现和例子。实现了签名和确认
Date : 2025-12-29 Size : 17.44kb User :

DL : 0
C++语言实现的dsa加密算法,共同学习-the C language settings encryption algorithm, learning together
Date : 2008-10-13 Size : 2.88kb User : ly

DL : 0
Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x < q,x为私钥 ; y:y = g^x mod p ,( p, q, g, y )为公钥; H( x ):One-Way Hash函数。DSS中选用SHA( Secure Hash Algorithm )。 p, q, g可由一组用户共享,但在实际应用中,使用公共模数可能会带来一定的威胁。签名及验证协议如下: 1. P产生随机数k,k < q; 2. P计算 r = ( g^k mod p ) mod q s = ( k^(-1) (H(m) + xr)) mod q 签名结果是( m, r, s )。 3. 验证时计算 w = s^(-1)mod q u1 = ( H( m ) * w ) mod q u2 = ( r * w ) mod q v = (( g^u1 * y^u2 ) mod p ) mod q 若v = r,则认为签名有效。   DSA是基于整数有限域离散对数难题的,其安全性与RSA相比差不多。DSA的一个重要特点是两个素数公开,这样,当使用别人的p和q时,即使不知道私钥,你也能确认它们是否是随机产生的,还是作了手脚。RSA算法却作不到。
Date : 2008-10-13 Size : 133.74kb User : wildkaede

DL : 0
DSA算法的Pascal实现和例子。实现了签名和确认-DSA algorithm Pascal realization and example. Realized has signed and confirmed
Date : 2025-12-29 Size : 21kb User : 站长

多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-over encryption and decryption procedures notes and source, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
Date : 2025-12-29 Size : 368kb User :

这是用java实现单向加密和非对称加密DSA数字签名的源程序-This source code is an implementation of one-way encryption and unbalanced DSA digital signature on java platform.
Date : 2025-12-29 Size : 2kb User : 夏珊

DL : 0
这个是数字签名的DSA 算法 !是借用别人的!为了大家的学习和提高!-This is a digital signature algorithm DSA! Borrowed from the others! To everyone's learning and raise!
Date : 2025-12-29 Size : 7kb User : 宋志博

DL : 0
C++语言实现的dsa加密算法,共同学习-the C language settings encryption algorithm, learning together
Date : 2025-12-29 Size : 3kb User :

加密算法RSA,DSA等,用C++实现,内附加有详细的说明-Encryption algorithm RSA, DSA, etc., using C++ Realize, with additional detail has
Date : 2025-12-29 Size : 969kb User : mark

DL : 0
Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x < q,x为私钥 ; y:y = g^x mod p ,( p, q, g, y )为公钥; H( x ):One-Way Hash函数。DSS中选用SHA( Secure Hash Algorithm )。 p, q, g可由一组用户共享,但在实际应用中,使用公共模数可能会带来一定的威胁。签名及验证协议如下: 1. P产生随机数k,k < q; 2. P计算 r = ( g^k mod p ) mod q s = ( k^(-1) (H(m) + xr)) mod q 签名结果是( m, r, s )。 3. 验证时计算 w = s^(-1)mod q u1 = ( H( m ) * w ) mod q u2 = ( r * w ) mod q v = (( g^u1 * y^u2 ) mod p ) mod q 若v = r,则认为签名有效。   DSA是基于整数有限域离散对数难题的,其安全性与RSA相比差不多。DSA的一个重要特点是两个素数公开,这样,当使用别人的p和q时,即使不知道私钥,你也能确认它们是否是随机产生的,还是作了手脚。RSA算法却作不到。
Date : 2025-12-29 Size : 133kb User : wildkaede

DL : 0
dsa加密算法,其中包含原理与源代码,可以学习下经典加密算法,脱壳时可能有用!-dsa encryption algorithm, which includes the principle and source code, you can study under the classical encryption algorithm may be useful when the shell!
Date : 2025-12-29 Size : 86kb User : wyowvfp

DL : 0
realization of DSA algorithm
Date : 2025-12-29 Size : 17kb User : Elena

DL : 0
本程序实现DSA数字签名 是学习和研究密码学的良好资源 欢迎下载-The DSA digital signature program of learning and research resources Cryptography welcome good download
Date : 2025-12-29 Size : 66kb User : 薛旭杰

DL : 0
DSA Algorithm with JAVA Applet
Date : 2025-12-29 Size : 11kb User : mizmiz

DL : 0
dsa加密算法,一种常用的数据加密算法的c++语言实现,具有很强的适用性和参考价值-failed to translate
Date : 2025-12-29 Size : 8kb User : liling

DL : 0
实现DSA的加密和验证,数字摘要为md5或者sha1-Achieving DSA encryption and authentication, digital summary of the md5 or sha1
Date : 2025-12-29 Size : 1.93mb User : 李斯

DL : 0
dsa ciphering algorithm
Date : 2025-12-29 Size : 2kb User : mmmhhhmmmddd

DL : 0
通通过DSA算法的C编程说明加密算法的运用-Pass through the DSA algorithm in C programming note the use of encryption algorithms
Date : 2025-12-29 Size : 40kb User : 陈雨

DL : 0
用dsa方法进行数字签名,其中运用了SHA-1进行加密解密(Digital signature is carried out by using DSA method, which uses SHA-1 to encrypt and decrypt)
Date : 2025-12-29 Size : 3.62mb User :

dsa数字签名 系统功能需求: 1.对文件进行签名,生成一个独立于原文的签名文件; 2.可以对文件进行签名,在文件后追加签名信息; 3.具有密钥管理的功能,比如密钥的生成、导入、导出; 4.可以对word文档实施操作,对word文档的内容进行签名; 5.能够比对已经实施的签名,防止进行重复的签名,以防止重放攻击; 6.可以对已经签名的文件进行单独的源文件和签名信息的分离操作。(DSA digital signature System functional requirements: 1. Sign the document and generate a signature file independent of the original text. 2. The document can be signed and the signature information can be added after the document. 3. It has the function of key management, such as key generation, import and export. 4. Word documents can be operated and the contents of Word documents can be signed. 5. Ability to compare existing signatures and prevent duplicate signatures to prevent replay attacks; 6. It is possible to separate the source file from the signature information of the signed file.)
Date : 2025-12-29 Size : 2.88mb User : 燕烟
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.