CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rsa 1024

搜索资源列表

  1. RSATest

    0下载:
  2. RSA 1024位加密算法封装,算法使用big-endian编码方式。用于Windows Mobile下
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1257000
    • 提供者:黄 成
  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. rsa加密算法的实现

    0下载:
  2. 实现了RSA加密算法...素数大小为 2^1024
  3. 所属分类:密码/编码算法

    • 发布日期:2009-04-16
    • 文件大小:3461665
    • 提供者:runnery
  1. RSA RSA公钥加解密算法源码

    1下载:
  2. RSA公钥加解密算法源码,VC++语言开发, 可生成最长1024比特密钥对,里面包含大数运算类,可直接移植使用。-RSA public key encryption algorithm source code, VC++ language development, can generate up to 1024-bit key pair, which contains large numbers operation classes can be directly transplanted to
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:19496
    • 提供者:wangrui
  1. RSA

    0下载:
  2. 完成1024位的RSA加解密,使用VC++开发有界面。-finish the encrypt the 1024 with RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7475464
    • 提供者:chenpu
  1. RSAencryptonC

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3770978
    • 提供者:w
  1. rsaeuro

    0下载:
  2. RSA加解密算法源码,linux下实现,支持1024密钥长度-RSA formula source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:198850
    • 提供者:leowang
  1. RSA

    0下载:
  2. 这是一个我自己做的rsa算法,使用的是1024位的大素数-This is one of my own compiler, the compiler compiler theory is the prototype of Kazakhstan ~~~~~
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:6535
    • 提供者:李一峰
  1. RSA

    0下载:
  2. original rsa as given by rivest,shamir , and adleman. Its problems in decryption are optimized using rsa variants like crt rsa, multiprime rsa, rebalanced rsa and rprime rsa. U should give the no. of bits to be 1024 and check it on netbeans 6.5 or la
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:804
    • 提供者:Lok
  1. RESsecure

    0下载:
  2. 通过j2se编程实现1024位RSA加密算法,内部含有明文密文再到明文的检测测试可以快速生成密钥对-Pass the j2se plait distance realization 1024 RSA to encrypt calculate way, inner part imply a clear statement secret content again arrive clear statement of examination test can fast born and airtigh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:5308
    • 提供者:刘伟
  1. project-report

    0下载:
  2. documentation of Implementing a 1024-bit RSA on FPGA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:122027
    • 提供者:Lakshman
  1. RSA

    0下载:
  2. RSA程序可以进行1024位的加解密,是北京邮电大学的计算机学院的课程设计作业-RSA programs can encryption and decryption, 1024
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:20903
    • 提供者:张三
  1. RSA-security

    0下载:
  2. RSA的算法过程比较好理解,可是当具体用代码来实现的时候,我才发现原来不像自己想像的那么简单。经过这次试验和资料的查看了解到RSA是公钥密码的经典,应用很广。这次实验体会到RSA在生成密钥的时候非常慢,这里仅仅是512位的,如果要求生成1024或更多位的密钥的话,速度是相当慢的,可以看出RSA比DES慢非常多。-RSA composed.a good application to keep your files safe.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1476061
    • 提供者:王锡爵
  1. RSA-text-new

    0下载:
  2. RSA加解密实现,至少可以达到1024位以上-RSA encryption decryption to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:18511
    • 提供者:
  1. rsa

    0下载:
  2. 基于RSA的1024 位的加密/解密源代码。- An encryption/decryption source code based on the 1024 bits RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:9560
    • 提供者:bruce
  1. rsa256-512-1024

    0下载:
  2. rsa 256-512-1024已编译通过-rsa 256-512-1024 compiled successed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-01-25
    • 文件大小:304128
    • 提供者:tom
  1. RSA-Encryption

    1下载:
  2. 用c++实现1024位大数rsa算法大数加密解密-Tarsus achieve 1024 rsa encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1915324
    • 提供者:知行
  1. rsa

    0下载:
  2. RSA算法,支持256、512、1024位创建密钥、加解密。-RSA algorithm, supports 256, 512, 1024 to create the key, encryption and decryption.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:12028
    • 提供者:陈昌鑫
  1. RsaKit

    0下载:
  2. rsa 1024 大数运算 看雪前辈的代码
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:59461
    • 提供者:赵日天
  1. VB6支持256、512、1024、2048的RSA加密

    9下载:
  2. 很好的一个vb6的rsa加密解密,支持256、512、1024、2048。
  3. 所属分类:加密解密

« 1 23 4 »
搜珍网 www.dssz.com