搜索资源列表
RSA数字签名算法在软件加密中的应用
- RSA的实现,可以根据文章来实现RSA算法-RSA realized, according to the article to achieve RSA algorithm
SHA-1
- 安全哈希算法(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
RSA
- RSA数字签名算法使用RSA进行数字签名-RSA digital signature algorithm using the RSA for digital signatures
ElGamal
- ElGamal数字签名算法,DELPHI源码-ElGamal Digital Signature Algorithm, DELPHI source
DSA
- java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
RSA-digital-signature
- RSA 数字签名 matlab实现 是密码学中一个重要的签名算法-RSA digital signature cryptography matlab implementation are an important signature algorithm
ECDSA
- 椭圆曲线签名算法,可以计算签名时间和认证时间-Elliptic Curve Signature Algorithm, Signature can calculate the time and certification time
sighn_aogrithm
- 一个简单的数字签名算法的实现,能进行简单的文件签名和传送-A simple realization of a digital signature algorithm to a simple signature and send the document
FigureSignatureAlgorithmCode
- 这是密码学数字签名算法的代码,也是作业之一-This is the Digital Signature Algorithm cryptographic code, but also one of
RSA
- RSA数字签名算法源码RSA digital signature algorithm source code-RSA digital signature algorithm source code
111
- 椭圆曲线数字签名算法论文,非常好的借鉴意义-Elliptic Curve Digital Signature Algorithm paper, a very good reference
DigitalSignatureAlgorithmtoRSA
- RSA实现数字签名算法 VC++实现,有图形化窗口-Digital Signature Algorithm to RSA
X9.62-1998ECDSA
- 在研究椭圆曲线密码体制时,人们常常会同时使用椭圆曲线数字签名算法,因此该协议标准有参考价值-In the study of elliptic curve cryptosystem, people often use both elliptic curve digital signature algorithm, so the protocol standard reference value to
su
- NTRUsign的签名算法用vc的实现,应用于各种的签名-NTRUsign signature algorithm implementation using vc applied to all kinds of signatures
EC-Verify-Signature
- 基于miracl大数库的椭圆曲线EC的验证签名算法的c语言实现-Based on large numbers miracl library EC verification of an elliptic curve signature algorithm c-language implementation
EllipticCurveDigitalSignatureAlgorithm
- 椭圆曲线数字签名算法 椭圆曲线数字签名算法-EllipticCurveDigitalSignatureAlgorithm EllipticCurveDigitalSignatureAlgorithm
Encrypt
- Java的数字签名算法,加密算法,非常实用,可以参考一下-Java digital signature algorithm, encryption algorithm
国密 sm3 算法 c语言实现
- 国密 sm3 算法 c语言实现 用途 国家密码管理局编制的商用算法,用于密码应用中的数字签名和验证、消息认证码的生成与验证以及随机数的生成,可满足多种密码应用的安全需求。 算法描述 对长度为l(l< 264) 比特的消息m,SM3杂凑算法经过填充和迭代压缩,生成杂凑值,杂凑值长度 为256比特。
NTRUSign签名认证实现代码
- 该代码是用Java语言编写,实现的功能包括:NTRU的加密解密以及NTRUSign签名认证算法。实现了签名认证。