搜索资源列表
ECDSA数字签名
- 基于ECDSA算法的数字签名、认证的VC实现
ECDSA
- 主要介绍了ECC在数字签名的应用原理以及在其安全性分析,希望能通过-introduced in the ECC digital signatures of principle and in its safety analysis, want to be able to
TheOptimizationofECDSAoverGF(2m)
- 在有限域GF(2m)上ECDSA算法优化-the finite field GF (2m) ECDSA algorithm
ECDSA
- 椭圆曲线数字签名算法的VC实现,包括大整数类的实现和ECC算法的实现。-Elliptic Curve Digital Signature Algorithm realize the VC, including the realization of an integer type and ECC algorithm.
ECDSAECDH
- 无线局域网产品采用的ECDSA和ECDH密码算法椭圆曲线和参数-Wireless LAN Products ECDH used ECDSA and Elliptic Curve Cryptography and parameters
ecdsa
- 椭圆曲线签名与校验的源程序,可能需要调试,具体看情况-Elliptic curve signature and check the source code, you may need to debug, the specific situation look
ECC-Product-Key
- 用c++(Crypto++)实现的,基于ecc的序列号生成代码,包含测试数据,和ECDSA文档-Using c (Crypto++) Realize, based on the serial number of ecc generated code, including test data, and documents ECDSA
my_ECDSA
- 椭圆曲线代码,来自CSDN。有main函数,可以在VC下运行-ECDSA。
ecdsa
- 用于ECC公钥密码算法的大数运算库,可以实现大数的加,减,乘,除等运算,也作了一些DSA签名等实例-the big number computing for ECC algorithm and some examples
ECDSA
- 用VC++语言编程实现用于产生和认证方法的ECDSA签名算法。-Using VC++ language programming for the generation and implementation of authentication methods ECDSA signature algorithm.
ECDSA
- 基于vc++编写的椭圆曲线加密软件,可以实现认证和签名-Vc++ to prepare based on Elliptic Curve encryption software, you can achieve certification and Signature
ECDSA
- 椭圆曲线签名算法,可以计算签名时间和认证时间-Elliptic Curve Signature Algorithm, Signature can calculate the time and certification time
TestVectorsforSEC1-gec2
- ECC-ECDSA test vectors
ECDSA
- 通过VS2008的编程,实现了数字签名的功能-Programming through VS2008 to realize the functions of digital signature
cryptopp560
- 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ci
CryptoPPRef
- 著名超强加密解密函数类库Crypto++的最新Reference参考资料。官方的超全!-Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions
ECDSA
- ECDSA Crypto ECDSASign ECDSAVerify Walied Othman
ECDSA
- ECDSA签名是美国联邦的标准,此加密算法利用签名保存公钥和私钥,代码很简单! -ECDSA signature is a federal standard, the encryption algorithm uses the stored public key and private key signature, the code is very simple
ECDSA算法实现源码
- ecdsa 算法实现 通过openssl 实现(ecdsa use the openssl lib)
ecdsa签名验签
- 实现了ecdsa签名、验签,包含了私钥和数字证书(implement signatures and verfication by ecdsa algorithm)