CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - RSA

搜索资源列表

  1. 300

    0下载:
  2. 300种加密解密算法.包含RSA、SHA、MD5、RC2、RC5、RC6等等。-300 encryption and decryption algorithms. Includes RSA, SHA, MD5, RC2, RC5, RC6, and so on.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:334440
    • 提供者:snail
  1. c++SoruceCCodeAboutTen

    0下载:
  2. C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3119826
    • 提供者:常君君
  1. 1024位大整数相乘(N次方)取模

    0下载:
  2. 1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意-1024 for the large integer multiplication (N) The tray is RSA key part of the algorithm. Which, I decimal, binary conversion efficiency is very satisfactory
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:57293
    • 提供者:李春晖
  1. BigInteger.zip

    0下载:
  2. 自己在进行RSA的学习时写的一个BigInt类,实现了一百二十八位数的整数(十六进制的位,不是二进制的bit)的基本运算。,During the study of RSA I wrote this BigInt class implements 128-digit integer (in hex, not binary bit) of the basic operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:89719
    • 提供者:
  1. VBRSAsource

    0下载:
  2. 有名的RSA算法,VB源代码,对初学都研究算法有一定帮助-Well-known RSA algorithm, VB source code, algorithms for beginners have studied to some extent help
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:9734
    • 提供者:谭正伟
  1. BigIntNumberCaculation

    0下载:
  2. 大整数运算,产生大整数,为进行RSA非对称密码体系而准备-Large integer operations have a big integer, for RSA asymmetric cryptography system ready
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:1020472
    • 提供者:jack
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:210329
    • 提供者:蟲子
  1. BigInt_rsa

    0下载:
  2. 标准c语言大数运算函数库,并附应用实例rsa加密程序。参考afanty编写适用与MFC的BigInt库。-Standard library c language operator of large numbers, with application examples rsa encryption. Reference afanty prepared for the BigInt with the MFC library.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6922
    • 提供者:李抒昌
  1. NEW

    0下载:
  2. dna computing combined with rsa algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1017
    • 提供者:hems
  1. rsa2

    0下载:
  2. 能够进行大数的加减乘除、幂模运算,以及RSA算法-To carry out large numbers of addition, subtraction, power mode operation, as well as the RSA algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6531
    • 提供者:dongbula
  1. BigInt

    0下载:
  2. This unit handles big integers. E.g. for RSA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7436
    • 提供者:Furryclaws
  1. RSA

    0下载:
  2. 这是程序用于实现RSA算法。是将别人的代码下载后修改得出。望参考。-This is the program used to implement the RSA algorithm. Is other people s code download that change. Hope reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:276363
    • 提供者:邓扬
  1. RSA-Attack-and-Solution

    0下载:
  2. RSA HACH and Solution ...decumant and the code with matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:1159057
    • 提供者:AhmedAlawneh
  1. Fermat_RSAkey

    1下载:
  2. 从RSAkey.txt中读取已生成的RSA密钥,形如n=pq(p和q皆为素数)的大整数,采用费马因子分解法对其分解,输出分解的结果和所费时间(单位为秒)。-Read from the RSAkey.txt RSA key, shaped like a large integer n = pq (p and q are prime numbers), using Fermat factorization method, decomposition, output decomposition res
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:1243
    • 提供者:关浩宇
  1. RSA

    0下载:
  2. RSA算法,RSA的安全基于大数分解的难度。其公钥和私钥是一对大素数(100到200位十进制数或更大)的函数。从一个公钥和密文恢复出明文的难度,等价于分解两个大素数之积-RSA algorithm, RSA Security is based on the difficulty of factoring. Its public and private keys is a large prime number (100-200 decimal or larger) function. Recove
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:249781
    • 提供者:baimengying
  1. Interface-For-DESRSA-And-SHA

    0下载:
  2. 三种算法,写了个统一接口调用。SHA、DES、RSA。一些地方借鉴了别人的写法。 SHA:安全哈希算法 DES:入口参数有三个:Key、Data、Mode-Three algorithms, wrote a unified interface. SHA, DES, RSA. Some places borrow writing. SHA: a secure hash algorithm DES: entrance there are three parameters:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:32829
    • 提供者:wolf
  1. rsa.tar

    0下载:
  2. 不依赖其它任何加密库实现的RSA算法,顺带还实现了大数之间的计算算法,源码有注释。该源码已被我应用到了金融的应用中。-ON划词翻译ON实时翻译 The RSA algorithm does not rely on any other encryption library, incidentally, also realizes the calculation algorithm of large between the number of source notes. The sourc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7516
    • 提供者:田元江
  1. Large-prime-numbers-library-RSA

    0下载:
  2. 大素数库,已经实现了大素数的生成算法,可以直接使用,用于rsa算法-Large prime numbers library
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2950371
    • 提供者:许明
  1. compute

    0下载:
  2. 能实现任意大整数运算,如加法,减法,乘法,除法,求余,有限域运算,RSA的公私钥生成等-impletement any big number operate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:7905
    • 提供者:神马
  1. RSA

    0下载:
  2. RSA key generation algorithm in Cryptography
  3. 所属分类:Algorithm

    • 发布日期:2017-12-23
    • 文件大小:6144
    • 提供者:Hassan
« 12 »
搜珍网 www.dssz.com