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

搜索资源列表

  1. jecc-alpha1.1.tar

    0下载:
  2. java写的椭圆曲线加密(ECC)算法源码-java writes the elliptic curve encryption (ECC) calculates the law origin code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:38961
    • 提供者:none
  1. memoire-mugino

    0下载:
  2. 椭圆曲线加密,从明文处理到算法,一篇完整的加拿大毕业论文
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:352446
    • 提供者:
  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. ECC

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

    • 发布日期:2017-04-02
    • 文件大小:37488
    • 提供者:
  1. ECC-source-code-cppbuilder

    0下载:
  2. ECC(椭圆曲线加密算法)的源代码 c++builder-ECC source code c++builder
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:211639
    • 提供者:rex
  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. SM2_PART4

    0下载:
  2. SM2椭圆曲线公钥密码算法。第4部分:公钥加密算法-SM2 elliptic curve public key cryptography algorithms. Part 4: public key encryption algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:180417
    • 提供者:章章
  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. src

    0下载:
  2. 实习三 基于RSA的公钥加密 一、实习目的 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实现要求 1.实习前认真预习第6章的有关内容; 2.熟悉java中java.security.*和java.crypto.* 中相关类。 三、实习内容 -Practice three based on the RSA public key encryption 一、实习目的
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-15
    • 文件大小:6517
    • 提供者:leon
  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. 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
    • 文件大小:132697
    • 提供者:贺魄
  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

    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. ecc

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

    • 发布日期:2017-12-19
    • 文件大小:387072
    • 提供者:fcy
  1. right

    0下载:
  2. 椭圆曲线加密算法,ELgamal数字签名和加密算法C程序实现(Elliptic curve cryptography algorithm)
  3. 所属分类:

    • 发布日期:2017-12-27
    • 文件大小:935936
    • 提供者: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
    • 文件大小:83968
    • 提供者:heroaaa123
« 1 2 3 45 »
搜珍网 www.dssz.com