CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - ecc 加密

搜索资源列表

  1. ECC加密C实现

    2下载:
  2. ECC加密解密C代码实现
  3. 所属分类:其他小程序

    • 发布日期:2009-07-07
    • 文件大小:454.38kb
    • 提供者:jing_e@126.com
  1. socket ecc+3des加密聊天c语言

    0下载:
  2. socket编程, ecc+3des加密聊天c语言实现
  3. 所属分类:通讯编程

  1. ECC

    0下载:
  2. 椭圆曲线加密算法。包含加密、解密、测试文件-Elliptic curve encryption algorithm. Contains encryption, decryption, and test files
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:565.74kb
    • 提供者:付璠
  1. 3

    0下载:
  2. ECC算法的验证 取消掉固定的输入可作为EEC算法的加密和解密-ECC algorithm validation cancel the fixed input can be used as encryption and decryption algorithms EEC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:767byte
    • 提供者:李华
  1. my_ecc0

    0下载:
  2. 有关ecc底层加密功能的,对于新手或者对ecc密码体系有一定研究的朋友们来说是可以有不少借鉴的地方的。-aoubt the substantial encryption of ecc,may be usful to many friends
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:415kb
    • 提供者:xiajunhai
  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
    • 文件大小:11.13kb
    • 提供者:孙计良
  1. OPENSSL

    1下载:
  2. 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-23
    • 文件大小:814kb
    • 提供者:杨成伟
  1. secret

    0下载:
  2. 本资料主要实现了文字图像的加解密,主要应用的算法有五种,分别是DES,AES,RSA,ECC,MD5,其中椭圆离散曲线加密算法较难。-This information is mainly to achieve the text image encryption and decryption, mainly used the algorithm has five, respectively is the DES, AES, RSA, ECC, MD5, which discrete ellipti
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:129.59kb
    • 提供者:贺魄
  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
    • 文件大小:1.02mb
    • 提供者:孔繁月
  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
    • 文件大小:16.96kb
    • 提供者:peteryu
  1. ecc

    0下载:
  2. 椭圆曲线算法的C程序实现,椭圆曲线加密算法,椭圆曲线C++(C program implementation of elliptic curve algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:378kb
    • 提供者:fcy
  1. ECC模块 v0.12

    0下载:
  2. 椭圆曲线加密算法(ECC)是一种公钥算法,可以在不安全的信道上传递信息,而不需要事先约定密码。 RSA也是公钥算法,但是ECC比RSA有明显优势:在同等的安全程度下,所需要的密码长度最短。 但是缺点是算法本生很复杂,令人头大,我看了一堆书才写出了这个代码。 之前我发过一个256位的ECC源码,但是速度太慢了,这次这个是192位的,而且代码仔细优化过了,速度变快很多。(Elliptic curve cryptosystem (ECC) is a public key algorithm wh
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:82kb
    • 提供者:heroaaa123
  1. 国密算法

    0下载:
  2. 国密算法sm2和sm3的实现,SM2为非对称加密,基于ECC。该算法已公开。由于该算法基于ECC,故其签名速度与秘钥生成速度都快于RSA。ECC 256位(SM2采用的就是ECC 256位的一种)安全强度比RSA 2048位高,但运算速度快于RSA。 SM3?消息摘要。可以用MD5作为对比理解。该算法已公开。校验结果为256位。(Implementation of Sm2 and Sm3 National Secret Algorithms)
  3. 所属分类:其他

    • 发布日期:2021-03-09
    • 文件大小:7kb
    • 提供者:heartcabin
搜珍网 www.dssz.com