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

搜索资源列表

  1. SM2

    0下载:
  2. 国密算法 SM2椭圆曲线公钥密码算法(签名、交换、加密)-State encryption algorithm The SM2 elliptic curve public key cryptographic algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:858011
    • 提供者:jiking
  1. elgamal

    0下载:
  2. ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984 public key cryptosystem and e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1876
    • 提供者:李小龙
  1. mqv

    0下载:
  2. 椭圆曲线密码学(ECC, Elliptic curve cryptography)是基于椭圆曲线数学的一种公钥密码的方法。椭圆曲线在密码学中的使用是在 1985年由Neal Koblitz和Victor Miller分别独立提出的。 -Elliptic curve cryptography (ECC of Elliptic curve to cryptography) is based on the mathematics of elliptic curves of a public key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3243
    • 提供者:李小龙
  1. libecc-0.14.0.tar

    0下载:
  2. 最新椭圆曲线算法,用C++写的.开源椭圆曲线加密算法库-Libecc is an Elliptic Curve Cryptography C++ library for fixedsize keys in order to achieve a maximum speed. The goal of this project is to become the first free Open Source libraryproviding the means to generate safe elli
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2477120
    • 提供者:kuangzuren
  1. ECC

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

    • 发布日期:
    • 文件大小:9976
    • 提供者:zhangyi
  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. tomcrypt_libraries_v1.05

    0下载:
  2. lib:包含lib文件(及相应源文件供参考)使用前将goozo_crypt.obj和tomcrypt.lib两个文件复制到C++builder的lib目录下 include:头文件,使用前复制到C++builder的include目录下 docs(tom):tom提供了加密函数库的pdf说明(想进一步了解功能可以看头文件和源文件中的注释) Rinick s ECC:椭圆曲线非对称加密的一个例子和密钥生成器 几个基本功能封装成了独立的函数,使用变得较
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-07
    • 文件大小:1892973
    • 提供者:范权昌
  1. ECCTOOL_v1.04

    0下载:
  2. 此工具提供ECC相关的功能,包括椭圆曲线的生成及各参数的设定-This tool provides the ECC related functions, including the setting of the various parameters of the elliptic curve generating
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:282535
    • 提供者:hd
  1. Handbook_of_Elliptic

    0下载:
  2. 本文档为加密解密领域的经典,介绍椭圆曲线的相关知识,是每个密码领域同仁的必备书籍-Of this document is to introduce the elliptic curve encryption decryption field of classical knowledge essential books each password colleagues in the field,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:5629833
    • 提供者:hdx
  1. tuoyuan

    0下载:
  2. 实现了将英文字母进行椭圆曲线算法加密并解密的全过程,详细输出过程中的主要步骤,使代码更清晰-The letters of the alphabet, the elliptic curve algorithm to encrypt and decrypt the whole process, detailed output of the main steps in the process to make the code clearer
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:8470
    • 提供者:何冬
  1. java_ecc

    0下载:
  2. 椭圆曲线加密,此处为加密代码源码,平台:JAVA-Elliptic Curves Cryptography
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-25
    • 文件大小:2846
    • 提供者:wolohaha
  1. shiyansan-jiyuRSAdegongyaojiami

    0下载:
  2. 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制。 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 -Understand public key cryptography algorithm, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem. RSA encryption algorithm, for example, t
  3. 所属分类:Network Security

    • 发布日期:2017-11-14
    • 文件大小:72456
    • 提供者:mengmeng
  1. ECC

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

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

    0下载:
  2. ecc 椭圆曲线代码 用java编写 好东西再见-ecc elliptic curve prepared using java code good things Goodbye
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:13829
    • 提供者:wangzhengyi
  1. ElGamal

    2下载:
  2. 用椭圆曲线实现ElGamal算法,根据来源于国密局SM2算法的标准参数,Fp-192曲线,运用一个大数类能够实现密码算法所需要的基本运算。-Using elliptic curve ElGamal algorithm, according to secret from the State Bureau of SM2 algorithm standard parameters, Fp-192 curve, the use of a class of large numbers cryptograp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-22
    • 文件大小:5304320
    • 提供者:周佳琦
  1. ECC

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

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

    0下载:
  2. 构造椭圆曲线类,并找出椭圆曲线在有限域上所有的点-Elliptic curve class structure, and find out all the points on the elliptic curve on finite field
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1584750
    • 提供者:孙承君
  1. sm2test2.0

    0下载:
  2. SM2加密算法基于椭圆曲线原理的国产加密算法-SM2 encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:2957
    • 提供者:李涛
  1. cryptopp562

    0下载:
  2. 加密算法库,包含常用的des,RSA,椭圆曲线算法,双鱼算法-Encryption algorithm library
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1137964
    • 提供者:梨花
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com