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

搜索资源列表

  1. rsa.tar

    0下载:
  2. 数据加密技术之几种算法\\rsa-faq-1-data encryption technology several algorithms \\ rsa - faq-1
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16934
    • 提供者:李平
  1. rsa.txt

    0下载:
  2. 数据加密技术之几种算法\\rsa.txt.gz-data encryption technology several algorithms \\ rsa.txt.gz
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:13869
    • 提供者:李平
  1. RSA_1111554490vc程序

    0下载:
  2. rsa加密算法的vc实现,可以实现1024位的加密-the source code of rsa algorithm in vc,which can do 1024bits encryption.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:148344
    • 提供者:
  1. RSA算法小实例

    0下载:
  2. 某位朋友\"用C#做的加密解密的东西,做在一起,有点乱,只是作为交流学习\"-certain friends "with C# to do encryption and decryption of things to do together, a little bit chaotic, but as the exchange of learning"
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:229941
    • 提供者:宏伟
  1. javarsa

    0下载:
  2. java非对称加密的源代码(RSA),鉴于rsa加密的重要性和相关源代码的匮乏,经过整理。-asymmetric encryption source code (RSA), in view of encryption rsa the importance and relevance of the lack of source code, collated.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4499
    • 提供者:姜月
  1. RSA数字签名算法在软件加密中的应用

    0下载:
  2. RSA的实现,可以根据文章来实现RSA算法-RSA realized, according to the article to achieve RSA algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:294772
    • 提供者:哈利
  1. 经典rsa

    0下载:
  2. 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)   但在其它机子上
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3766
    • 提供者:
  1. 大整数加减运算源程序

    0下载:
  2. 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practic
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3054
    • 提供者:陈晓岚
  1. MultiCoder

    0下载:
  2. 用VC实现的RSA加密解密算法,本人经过测试,可以 直接使用-with VC RSA encryption and decryption algorithms, I tested, and can directly use
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:50507
    • 提供者:周彩贞
  1. RSA对称加密算法源代码

    0下载:
  2. 利用RSA对称算法实现文件加密,密钥512位,比较安全。但不是特别安全。因为推荐2048位的密钥目前是很安全的。-use RSA asymmetric encryption algorithm document, the key 512, relatively safe. But it is not particularly safe. Since 2048 recommended the key now is very safe.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:143546
    • 提供者:海贵
  1. RSA 公开密匙加密算法的替换程序

    1下载:
  2. RSA公开密钥加密解密算法的替换程序,程序优化,效率高-RSA public key encryption and decryption algorithm replacement procedure is optimized, high efficiency
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7680
    • 提供者:张进
  1. CatsicRSA

    0下载:
  2. RSA加密解密算法,用C#编制,只要调整系数,即可实现自定义加密-RSA encryption and decryption algorithm, compiled with C#, as long as the adjustment factor can be realized from the definition of encryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3760
    • 提供者:李洪囤
  1. 103220514

    0下载:
  2. 实现RSA加密/解密算法,这是自己为了交作业熬了几天才完成的,-achieve RSA encryption / decryption algorithm, which is perpendicular operation themselves to endure a few days before completion,
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:11097
    • 提供者:果子是
  1. RSA_DEMO

    0下载:
  2. 一种利用公钥算法(又称为非对称算法)RSA制作注册码的方法。采用这种方法,不知道密钥的话时很难写出注册机来。实际上有部分软件已经使用了这类方法。RSA加密算法DEMO-use of a public key algorithm (also known as non-symmetric algorithm) production license RSA method. Using this method, I do not know the key words is difficult to wr
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:251595
    • 提供者:linvage
  1. Crypt

    0下载:
  2. VC实现的加密DLL,封装了RSA加密算法,很有参考价值-VC encryption DLL, Packaging RSA encryption algorithm that was useful
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8098
    • 提供者:阿羽
  1. rsa2keyong

    0下载:
  2. 可以使用的RSA加密算法/// /// -can use the RSA encryption algorithm /////////////// /////////
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:66671
    • 提供者:xuemiao
  1. RSA20060601

    0下载:
  2. 信息安全课上project,自己写的rsa加密解密算法,实现有点慢,应该是正确的-information security class project, wrote the rsa encryption and decryption algorithm, achieving a bit slow, It is right for the
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:53787
    • 提供者:helumin
  1. 103244846wyb

    0下载:
  2. java写的一个RSA加密算法,不错的话拉好长时间-wrote an RSA encryption algorithm, then pull a good long time
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:2013
    • 提供者:ww
  1. 06060717129574

    0下载:
  2. java写的一个RSA加密算法(2),不错的话拉好长时间-wrote an RSA encryption algorithm (2), a good day to build good time
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:9233
    • 提供者:ww
  1. RSA_secret

    0下载:
  2. 用visual basic语言开发的进行RSA加密的代码,无限位.-using visual basic language for the development of the RSA encryption code, unlimited spaces.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:225270
    • 提供者:谢霆锋
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com