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

搜索资源列表

  1. ECC-cPPbuilder

    0下载:
  2. 椭圆曲线加解密算法,C++ builder实现-ECC source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:212391
    • 提供者:dongk
  1. src

    0下载:
  2. 实习三 基于RSA的公钥加密 一、实习目的 1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制 2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实习内容 以RSA为例,利用java中的相关类实现对指定字符串的加解密。 1、 生成公钥密钥对 (1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInstance()获得KeypairGenerator类型的对象,
  3. 所属分类:Network Security

    • 发布日期:2017-04-13
    • 文件大小:2114
    • 提供者:杨平
  1. ECC

    0下载:
  2. 本程序利用c++在vs2008上实现了适合500位 十进制以内的大数计算的椭圆曲线ECC的加解密-This procedure using c++ vs2008 realized on an elliptic curve fit within 500 decimal calculation of large numbers of ECC encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:608403
    • 提供者:Cindy
  1. ecc_jiajiemi

    0下载:
  2. 椭圆曲线算法实现,加密解密算法实现,值得学习一下-Elliptic curve algorithm, encryption and decryption algorithm, it is worth learning about
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:22379
    • 提供者:章章
  1. ECC

    0下载:
  2. 已知椭圆曲线E23(16,10): y 2 ≡ x3 +16x +10mod23和它上的一个点G=(5,10), 计算G 的所有倍点。相当于用C语言编程实现了该题-Known elliptic curve E23 (16,10): y 2 ≡ x3+ 16x+ 10mod23 and a point G on it = (5,10), All times the point G is calculated. Equivalent to using the C programming lang
  3. 所属分类:CSharp

    • 发布日期:2016-08-03
    • 文件大小:172032
    • 提供者:
  1. elliptic-curve-algorithm

    0下载:
  2. 椭圆曲线算法的原理与实现,使用C语言实现椭圆曲线算法来进行加密和解密-Principle and Implementation of elliptic curve algorithm using C language elliptic curve algorithm to encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3281665
    • 提供者:liuxinran
  1. SM2ECC

    0下载:
  2. 国家密码局标准,SM2算法-一种椭圆曲线(ECC)加密算法的VC++实现。代码完全按照国家密码局标准所公布的内容所编写,并且可以通过标准中的数据所验证。-National Bureau of Standards password, SM2 algorithm- Elliptic Curve (ECC) encryption algorithm VC++ implementation. Code exactly as the National Bureau of Standards publish
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:11402
    • 提供者:孙计良
  1. openssl-1.0.1j.tar

    0下载:
  2. 用于椭圆曲线的生成,签名,加解密,以及认证-For generating elliptic curves, signature, encryption, and authentication
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4432964
    • 提供者:yuanyong
  1. ECDSA

    0下载:
  2. 这个是一个带有界面的椭圆曲线数字签名实现-This is the realization of an elliptic curve digital signature.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:448768
    • 提供者:hailang
  1. Ellipse

    0下载:
  2. 用于拟合椭圆的函数,支持对于多个离散数据点的椭圆曲线方程计算-new function
  3. 所属分类:CAD

    • 发布日期:2017-04-11
    • 文件大小:1410
    • 提供者:cat
  1. SM2Java

    0下载:
  2. SM2椭圆曲线公钥密码算法和java实现与评测-SM2 elliptic curve public-key cryptographic algorithm java implementation and uation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1500267
    • 提供者:carollee
  1. ellipsefit

    0下载:
  2. 基于矩阵理论,根据最小二乘法进行的椭圆曲线拟合的matlab程序-ellipse fit theory of matrix least square
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1490
    • 提供者:TuMengdi
  1. TinyECC2.0

    0下载:
  2. TinyECC:简单的椭圆曲线加密程序算法-TinyECC: Elliptic Curve Cryptography on TinyOS (version 2.0)
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:161902
    • 提供者:陈勇
  1. ECC

    0下载:
  2. 基于离散对数的椭圆曲线公钥加密算法(ECC encode)程序,vc++/MFC,已实现完整的加密解密功能,供大家参考.-Based on elliptic curve discrete logarithm of public-key encryption algorithms (ECC encode) program, vc++/MFC, it has achieved full encryption and decryption functions, for your reference.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3739047
    • 提供者:连云
  1. ECC-RFID

    0下载:
  2. 基于椭圆曲线RFID认证协议的研究。主要讲述了RFID系统的构成以及椭圆曲线的加密体制。-Research of RFID authentication protocol based on elliptic curve. Focuses on the composition of RFID system and the elliptic curve encryption system.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1064883
    • 提供者:孔繁月
  1. cut-cell-area-1

    0下载:
  2. 椭圆曲线与矩形网格相交围城的且个网格的各部分面积的程序-The area of elliptic curve and the cell.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:21910
    • 提供者:
  1. ecc

    0下载:
  2. 一个简易的椭圆曲线密码加密程序,适合新手学习。-Elliptic curve cryptography
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:1535
    • 提供者:周子轩
  1. ECC

    0下载:
  2. 实现椭圆曲线加密算法,椭圆曲线参数选取为160个比特,实现大数类,实现椭圆曲线的倍加倍乘运算-Realization of elliptic curve cryptography, elliptic curve parameter selection is 160 bits, to achieve large numbers category, achieving the elliptic curve doubling times multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:17364
    • 提供者:peteryu
  1. 337

    0下载:
  2. 易语言椭圆曲线算法加密文件源码例程程序结合易语言数据操作支持库,调用API函数实现ECC加密文件功能。 -Easy language elliptic curve encryption algorithm source code routines combined with easy language data manipulation support library, call the API function to achieve ECC encryption file function
  3. 所属分类:ELanguage

    • 发布日期:2017-05-05
    • 文件大小:78973
    • 提供者:zhch28
  1. tuoyuanquxianjiami

    0下载:
  2. 椭圆曲线加密算法,看是否能构成椭圆,找到对称点等-Elliptic curve encryption algorithm to see if it can constitute an oval, find symmetry and so on
  3. 所属分类:source in ebook

    • 发布日期:2017-12-10
    • 文件大小:1697121
    • 提供者:罗毅
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com