搜索资源列表
-
1下载:
CryptAPI数字签名。可以对文件进行数字签名,学习数字签名算法-CryptAPI digital signatures. On documents for digital signatures, digital signature algorithm learning
-
-
0下载:
RSA算法是一种公钥密码算法.实现RSA算法包括生成RSA密钥,用RSA加密规则和解密规则处理数据。RSA数字签名算法利用RSA算法实现数字签名。本文详述了RSA算法的基本原理, RSA加密算法的实现以及如何利用RSA实现数字签名.-RSA is a public key cryptography algorithm. Implementation of RSA algorithm include RSA key generation. using RSA encryption and decr
-
-
0下载:
SA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。-SA algorithm is the first one that could be used encryption and digital signature algorithm, easy to understand and operate.
-
-
0下载:
RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。该课题要求完成对给定的文件作为输入,通过RSA算法对该数据进行加密,为了便于用户理解,要求提供此模型的可视化图形显示。 -RSA algorithm is the first one that could
-
-
0下载:
SHA-1(Secure Hash Algorithm)是美国国家标准局(National Institute of Standard and Technology NIST)为了配合数位签章演算法(Digital Signature Algorithm DSA)的使用所发布的联邦资讯处理标准-FIPS PUB 180-1(Federal Information Processing Standard Publication 180-1),而SHA-1 则是SHA-1 (FIPS180)的改良版
-
-
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
-
-
0下载:
cryptography and computer security 2002 - 01.ppt 2 [1]. Cryptography and computer security. ppt 3 [1]. Classical replace passwords. ppt 4 [1]. Classical transform password. 5 ppt [1]. Classical transform the product code and password. ppt 6 [1]. Mode
-
-
0下载:
数字签名加密算法的两座大厦先后倒塌—MD5和SHA-1这两种应用最为广泛的数字签名加密算法都被山东大学的王小云教授破解。-encrypted digital signature algorithm has two buildings collapsed - MD5 and SHA-1 that the two most widely used digital signature encryption algorithm has been the Shandong University Profe
-
-
0下载:
这个是数字签名的DSA 算法 !是借用别人的!为了大家的学习和提高!-This is a digital signature algorithm DSA! Borrowed from the others! To everyone's learning and raise!
-
-
1下载:
RSA数字签名算法的C语言开源代码需要的下-RSA digital signature algorithm C language source code
-
-
0下载:
安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。-Secure hash algorithm (Secure Hash Algorithm) is mainly applied to digital signature standard (Digital Signature Standard DSS) which
-
-
0下载:
ElGamal数字签名算法,DELPHI源码-ElGamal Digital Signature Algorithm, DELPHI source
-
-
2下载:
RSA 数字签名 matlab实现 是密码学中一个重要的签名算法-RSA digital signature cryptography matlab implementation are an important signature algorithm
-
-
0下载:
Digital Signature Algorithm
-
-
0下载:
利用HASH(采用sha-1算法)算法原理,设计数字签名的水印算法,完成嵌入、(提取)验证,-Use HASH (using sha-1 algorithm) algorithm, design of watermarking algorithms digital signature to complete the embedding, (extract) authentication,
-
-
0下载:
Java的数字签名算法,加密算法,非常实用,可以参考一下-Java digital signature algorithm, encryption algorithm
-
-
0下载:
软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
-
-
0下载:
一个用采用RSA加解密的数字签名程序,其中有采用hash算法。-A used RSA encryption digital signature program, which uses the hash algorithm.
-
-
0下载:
Demo of Digital signature algorithm in LAN
-
-
11下载:
实用数字签名的步骤
(1)发送方使用MD5算法对通信内容进行计算,获得一个固定长度的信息摘要;
(2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方;
(3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘
-