CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 椭圆曲线 ECC

搜索资源列表

  1. 121114136EIGamal

    0下载:
  2. 椭圆曲线加密,121114136EIGamal算法在VC++上的实现。大家可以下来看看!-ECC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3669
    • 提供者:zhang
  1. DiffieHellmanMerkle

    1下载:
  2. ECC 是下一代用于移动或无线环境的公钥加密技术。ECC 基于一套用于执行非对称加密的密钥生成、加密和解密算法。 ECC 包含以下重要功能: 较之传统的密码系统(如 RSA),ECC 可以使用较小的密钥大小提供同等的安全性,这可以加速计算、降低功耗和内存并节省带宽。 ECC 在椭圆曲线上进行运算。您必须选择曲线和密钥长度。曲线由 NIST、ANSI 和 SECG 等多个组织标准化并命名。由于这些标准包含密钥长度,因此您只需选择其中一个预定义的曲线名称。Web Server 7.0 支持当前指定的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:46474
    • 提供者:苏长风
  1. eccFile

    0下载:
  2. 椭圆曲线密码体制是公钥密码体制的一种实现方式,其密钥长度短、安全强度高、运算代价低,因而得到广泛研究和应用。-Ellipse Curve Cryptograph (ECC) is an implement of Public Key Cryptography. It is widely researched and used because of its advantages of shot private key, high security and low operation quantit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3723
    • 提供者:大头针
  1. ECDSA_Verilog

    1下载:
  2. 椭圆曲线加解密算法的verilog实现,帮助初学者有效理解ECC算法。-Elliptic curve encryption and decryption algorithm verilog implementation, to help beginners understand the ECC algorithm is effective.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3389
    • 提供者:张勇奇
  1. ECCEllipticCurveDigitalSignatureAlgorithm

    0下载:
  2. 椭圆曲线加密机制的数字签名 椭圆曲线加密机制的数字签名-ECC Elliptic Curve Digital Signature mechanism of digital signature encryption mechanism
  3. 所属分类:CA program

    • 发布日期:2017-03-27
    • 文件大小:325605
    • 提供者:林孑
  1. ecc-0.3.9-src

    0下载:
  2. ECC椭圆曲线加密 开发环境BCB 6.0 此工程为DLL工程-ECC Elliptic Curve Cryptography BCB 6.0 development environment for the DLL project to this project
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:105316
    • 提供者:任童
  1. ECC

    0下载:
  2. ECC椭圆曲线密码体制的专业介绍,对于学习ECC有很大的帮助-ECC Elliptic Curve Cryptography professional introduction ECC for learning a great help! !
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:17611
    • 提供者:liyunbo
  1. ECC

    0下载:
  2. 主要针对现有的椭圆曲线密码体制密码域算数算法在实现上强度不易扩展的问题设计适用于不同椭圆曲线密码强度的域算术算法-ECourve C JAVA demonstration
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:lucas
  1. ECC-Crypto-Wei-Dai

    0下载:
  2. ECC椭圆曲线算法 附有测试数据 Crypto库的开发者是Wei Dai-ECC Elliptic Curve algorithm source code. Crypto++ library was developed by Wei Dai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:766797
    • 提供者:Henry
  1. Ecc

    0下载:
  2. ECC实现的原代码,包括椭圆曲线的生成和对文件的加密解密。主要是一个模拟演示程序。-ECC to achieve the original code, including the generation of elliptic curves and file encryption and decryption. Is primarily a simulation demo program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6591
    • 提供者:Huile
  1. An-improved-algorithm-of-ecc

    0下载:
  2. 一种改进的椭圆曲线密码实现算法,椭圆曲线秘法体系(ecc)-An improved algorithm of elliptic curve cryptosystem implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:93110
    • 提供者:Boom
  1. ecc

    0下载:
  2. 椭圆曲线公钥算法加/解密, 及签名标准介绍,对学习ecc很有帮助-Elliptic curve public key algorithm encryption/decryption, and signature standard
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:865812
    • 提供者:刘宝富
  1. ECC

    0下载:
  2. 对椭圆曲线来说最流行的有限域是以素数为模的整数域(参见 模运算),或是特征为2的伽罗瓦域GF(2m)。后者在专门的硬件实现上计算更为有效,而前者通常在通用处理器上更为有效。专利的问题也是相关的。一些其他素数的伽罗瓦域的大小和能力也已经提出了,但被密码专家认为有一点问题。 给定一条椭圆曲线E以及一个域,我们考虑具有形式有理数点的阿贝尔群,其中x和y都在中并且定义在这条曲线上的群运算"+"(运算"+"在文章椭圆曲线中描述)。我们然后定义第二个运算"*" | Z×:如果P是上的某个点,那么
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:9976
    • 提供者:zhangyi
  1. ecc

    0下载:
  2. 椭圆曲线加密算法,参数内置,需要手动修改。-Elliptic curve encryption algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:546218
    • 提供者:慕骋
  1. ECC-maple

    0下载:
  2. ecc椭圆曲线的maple加密程序,对了解算法原理有帮助的。-the ecc Elliptic Curve maple encryption program, help to understand the algorithm principle.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:553964
    • 提供者:周时
  1. ecc

    0下载:
  2. 椭圆曲线算法的实现 VC++程序 源代码 elliptic curve -Elliptic curve algorithm VC++ source code elliptic curve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:102370
    • 提供者:陈凡
  1. Ecc

    0下载:
  2. 椭圆曲线参数,方便椭圆曲线取基点和阶,a,b的值免去不必要的运算。-Elliptic curve parameters to facilitate take bp and bands of the elliptic curve, a, the value of b to avoid unnecessary operation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:18140
    • 提供者:曹涛
  1. ECC

    0下载:
  2. 椭圆曲线加密,C实现,里面有详细的加解密流程的介绍-Elliptic Curve Cryptography, C implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:535898
    • 提供者:王博
  1. ECC

    0下载:
  2. 设定椭圆曲线方程参数,实现椭圆曲线加密算法-Set elliptic curve equation parameters, elliptic curve encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:218442
    • 提供者:孙承君
  1. ECC

    0下载:
  2. 一个简单的椭圆曲线加密算法。用的C++语言。-a ECC use C++
  3. 所属分类:Firewall-Security

    • 发布日期:2017-04-02
    • 文件大小:37488
    • 提供者:
« 1 2 34 5 6 »
搜珍网 www.dssz.com