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

搜索资源列表

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

    0下载:
  2. 利用椭圆算法对数据进行签名认证的代码,需要下载bcprov-jdk16-137.jar进行支持.-The use of the data ellipse algorithm signature verification code, will need to download bcprov-jdk16-137.jar support.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:7232
    • 提供者:张小明
  1. RSAVC2

    0下载:
  2. 是很不错的RSA代码!不是本人的!为了大家学习!进步!此控件是为了让 DataGridView 支持多维表头,而设计的. 通过导入一个树图(TreeView)的概念,每一个节点对应到一个表头单元格. 在多维标题中的每一个最底层的标题相当于 TreeView 中最低深度的节点. C++写的椭圆曲线加密算法库源码 -RSA is a very good code! Not own! For them to learn from! Progress! This DataGridView contr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3114
    • 提供者:易天行
  1. ibe_test

    0下载:
  2. 基于椭圆算法的身份认证加密体制,无需证书,对用户身份的签名和验证-IBE and PKI
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1472625
    • 提供者:liwei
  1. pollard_rhO

    0下载:
  2. 一段运用pollard_rho算法进行椭圆曲线加密算法和解密算法。-Some use pollard_rho ECC algorithm and decryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5573
    • 提供者:ysa
  1. cryptix-elliptix-19990331

    0下载:
  2. 椭圆曲线加密算法,java实现,很好用的一个-Elliptic Curve Cryptology,using java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:175328
    • 提供者:lin
  1. 123

    0下载:
  2. 针对DTCP内容保护协议,本文通过分析协议使用的密码算法,提出安全散列函数SHA一1、SHA一256,AES高级加密算法,素数域椭圆曲线点乘算法的硬件实现方法,有效地满足了DTCP内容保护协议对设备验证、传输数据加密的需求。-Aimed at DTCP content protection agreement, the paper analyzes agreement using cryptographic algorithms, puts forward secure hash functio
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4477794
    • 提供者:孙丽娟
  1. ecc

    0下载:
  2. 用C++编写了椭圆曲线加密算法,并附带文档介绍-Written with C++ elliptic curve encryption algorithm, and comes with document describes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:645213
    • 提供者:tangyou
  1. dfsd

    0下载:
  2. C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3902
    • 提供者:clint
  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. EECCCsourceccl

    0下载:
  2. 椭圆曲线加密算法源代码,用Vissual C++开发,非常好的东西 -Elliptic curve encryption algorithm source code, of use Vissual C++ development, a very good thing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:102901
    • 提供者:
  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. 椭圆曲线加密算法,参数内置,需要手动修改。-Elliptic curve encryption algorithm
  3. 所属分类:Algorithm

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

    0下载:
  2. 椭圆曲线加密算法源代码,使用了libtommath的大数运算库实现,可以对文件进行加密和解密-Elliptic curve encryption algorithm source code, using libtommath large numbers arithmetic library implementation can encrypt and decrypt files
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1346399
    • 提供者:枫亭
  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. 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. RSA

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

    • 发布日期:2017-11-18
    • 文件大小:7549
    • 提供者:fuaixia
  1. ECC_Paper

    0下载:
  2. 关于ECC椭圆曲线加密算法在软件注册中的应用-The ECC Paper about software Registration
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:508565
    • 提供者:程开
  1. ECC

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

    • 发布日期:2017-04-01
    • 文件大小:218442
    • 提供者:孙承君
« 1 2 34 5 »
搜珍网 www.dssz.com