CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 快速实现

搜索资源列表

  1. 3fast_des

    0下载:
  2. 一个快速实现3des的算法,分别用vhcl和Veriloge语言进行编写,很实用-a rapidly 3des algorithm respectively vhcl Veriloge language and prepared very practical
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32100
    • 提供者:王明
  1. vb_PSC1_RSA123

    0下载:
  2. 此程序采用了psc1算法来实现快速的RSA加密):
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7431
    • 提供者:卢文
  1. phprsa

    0下载:
  2. 使用VB实现RSA算法的源代码下载(此程序采用了psc1算法来实现快速的RSA加密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9497
    • 提供者:卢文
  1. DES

    1下载:
  2. 快速的对称密码DES算法的快速实现,可以加解密文件模块
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:63944
    • 提供者:熊齐文
  1. VA_X.10.4.1619.crack

    0下载:
  2. 非常棒的VC插件,能大幅度提升工作效率,强烈建议使用VC的同学安装!! 将安装目录中的VA_X.dll覆盖掉即可,注意版本。 关于visual assist x: 由whole tomato开发的visual studio的插件,通过它你可以实现高亮代码、输入提示、组织代码、纠错代码、快速阅读. 用这个东西可以在visual studio里快速高效方便地开发c++,vb,c#程序。下面是visual assist x的相关链接:-VC great plug-in, can gr
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-09
    • 文件大小:1283670
    • 提供者:dujingqing
  1. rsa_small_num

    0下载:
  2. 本程序主要功能: 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。-Main function of this procedure: 1, construct an RSA key programming 2, programming algorithm for fast index 3, write a program generating large prime numbers 4, to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1330
    • 提供者:
  1. RSA

    0下载:
  2. 实现RSA密码体制实验 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。 -Achieve the RSA cryptosystem- an experiment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:7393
    • 提供者:zhang liang
  1. RSA-yuan

    0下载:
  2. rsa可实现的源程序1 编写程序构造一RSA密钥;编写程序实现快速指数算法;编写程序生成大素数;实现RSA密码体制。-rsa source code enables a programming construct an RSA key write a program for rapid index algorithm write programs generate large prime numbers to achieve RSA cryptosystem.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:219588
    • 提供者:zhang liang
  1. myrsa

    0下载:
  2. 公钥密码RSA ① 通过实际编程掌握非对称密码算法RSA的加密和解密以及快速加、解密过程,加深对非对称密码算法的认识。 ② 实现对RSA的解密密钥攻击。 -Public-Key Cryptography RSA ① through practical programming in non-asymmetric cryptographic algorithm RSA encryption and decryption as well as rapid encryption and d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:37649
    • 提供者:scorpio
  1. FILE

    0下载:
  2. 实现简单的文件加解密 方便简单快速,适合学习研究-file jiami jiemi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2368990
    • 提供者:wangbozhao
  1. shanks

    0下载:
  2. 求离散对数的shanks算法,要求如下: 实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下: 1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试); 2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) ); 3)采用一种好的排序算法对 L1、L2 排序; 4)采用概率算
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7558685
    • 提供者:vince
  1. fastECC

    0下载:
  2. 椭圆曲线密码系统是最近十几年来获得迅速发展的一类密码系统.椭圆曲线的乘法的快速实现,是密码学中的重要内容,本程序实现椭圆曲线的快速乘法。-Elliptic Curve Cryptography is the last ten years to get the rapid development of a class of cryptosystems. Rapid multiplication of elliptic curves to achieve, is an important part
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:724
    • 提供者:vince
  1. aes

    0下载:
  2. 是对AES加密算法,解密算法的一种快速实现方法,使用C-Is the AES encryption algorithm, decryption algorithm of a fast implementation method, using C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7534
    • 提供者:zhuyezi
  1. WjcDes2

    0下载:
  2. DES算法的快速实现,比普通算法快的多,但是具体是多少我没有测-Fast Implementation of DES, faster than the more common method, but how much I did not test the specific
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:12017
    • 提供者:suchongmao
  1. rsa

    0下载:
  2. RSA 加解密硬件快速实现算法,基于脉动阵列-RSA enctyption/decryption algrothm, based on systolic array
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:205815
    • 提供者:alvin
  1. 0401-5

    0下载:
  2. 椭圆曲线密码算法的快速实现研究论文,对椭圆曲线加解密算法的实现具有很高参考价值-Elliptic Curve Cryptography quick research papers, and realization of the elliptic curve encryption and decryption algorithm has high reference value
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2550876
    • 提供者:like_jin
  1. RSA-by-DSP

    0下载:
  2. RSA算法的实现 通过DSP快速实现.快速模幂运算 DSP 密钥拆分 RSA 算法-A Fast Implementation of RSA Algorithm by DSP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:110665
    • 提供者:hejing
  1. sm4.tar

    0下载:
  2. SM4算法的快速实现,1000 00次加密28s完成-Fast implementation of SM4 block cipher, completed 100 million encryptions in 28s.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:14130
    • 提供者:zzyy
  1. enhanced-RSA

    0下载:
  2. 改进的RSA算法,可快速实现的大数的计算-enhanced RSA algorithm,It can cumulate the big data quikly!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:15720
    • 提供者:jenny
  1. BigInt

    0下载:
  2. 实现大数运算,可以运用到RSA密码编程中的幂乘的快速实现以及素数的生成等运算中-Realization of large numbers arithmetic, you can use to quickly implement RSA cryptography programming exponentiation and primes in arithmetic generation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1361
    • 提供者:钟麟
« 12 »
搜珍网 www.dssz.com