搜索资源列表

  1. RSA加密算法DEMO delphi

    1下载:
  2. RSA加密算法DEMO For Delphi-RSA encryption algorithm DEMO for delphi
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:249856
    • 提供者:何怿
  1. RSA加密和解密

    0下载:
  2. 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:张立
  1. RSA加解密

    0下载:
  2. vc环境下RSA算法加解密功能的实现,内附有示例代码。-The implement of encryption and decryption with RSA algorithm in VC environment, attached with example source code.
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:1967104
    • 提供者:wj
  1. RSA加密算法在VB中的实现

    0下载:
  2. RSA加密算法在VB中的实现.可以更好的了解RSA加密算法.-RSA encryption algorithm in VB realized. To better understand the RSA encryption algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:
  1. RSA.ZIP

    0下载:
  2. 用RSA加密IP,下载后拷下来运行后就能用,可以自己事实!-use RSA to add password to IP,please download and copy and run it,you can try it!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:邓伟
  1. RSA解密和加密算法的实现和应用

    0下载:
  2. RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:胡康康
  1. 64bit RSA加密

    0下载:
  2. 64位RSA算法源程序,VB代码.可用于INTERNET网络编程-64 RSA algorithm source, VB code. Can be used for Internet Network Programming
  3. 所属分类:防火墙与安全工具

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:董铭惠
  1. rsa-c++实现

    0下载:
  2. 这是一个RSA的简单实现算法,用的是C++语言实现的.-This is a simple realization of the RSA algorithm is used in the C language.
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:53248
    • 提供者:杜立涛
  1. 利用rsa算法防止非法注册机

    0下载:
  2. 这是一个利用rsa加解密实现防止非法注册机的程序,已经经过我的测试,非常好用。-This is a use of encryption and decryption rsa achieve prevent illegal Fillmore procedures, I have read the test, very handy.
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:371712
    • 提供者:唐飞
  1. 一个RSA的类的源代码

    0下载:
  2. 一个RSA的类的源代码,并有我写的测试程序,非常好用-the source code of a rsa class,which has been tested ,and works well.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:1972224
    • 提供者:王德磊
  1. RSA加长分段加密

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:75776
    • 提供者:何泽荣
  1. RSA加长分段解密

    0下载:
  2. RSA加长分段解密算法,界面操作。算法步骤如下:1. 读取私钥d和n,作解密之用。 2. 从EncText中读取一大段密文,再把该大段密文分成若干小段密文。 3. 使用d和n把所有小段密文进行解密成对应的小段密文sectByte[],再合成一大段明文字节数组Byte[],并转化成大段明文添加到DecText。 4. 读取下一大段密文,若密文为空,完成解密;否则转2-RSA decryption algorithm lengthened
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:33792
    • 提供者:何泽荣
  1. 一个RSA的类的源代码

    1下载:
  2. 一个RSA源代码,对各种字符串进行加密解密,包含汉字,数字-a source of all kinds of strings encryption and decryption, including Chinese characters, figures
  3. 所属分类:书籍源码

    • 发布日期:2024-05-13
    • 文件大小:2413568
    • 提供者:
  1. RSA加解密算法

    0下载:
  2. 信息安全中的RSA算法,界面简单明了,功能齐全-information security of the RSA algorithm, simple interface, the full range of functions
  3. 所属分类:界面编程

    • 发布日期:2024-05-13
    • 文件大小:1914880
    • 提供者:sun
  1. RSA程序算法分析

    0下载:
  2. 密码学中极重要的RSA算法的C编程实现。希望对一些喜欢C的朋友有用-cryptography very important RSA algorithm in C programming. Some like to hope that the friends useful C
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:陈生
  1. 5.非对称加密RSA的实现及其源代码

    0下载:
  2. 5.非对称加密RSA的实现及其源代码,JAVA代码,挺好用的,有兴趣的下啊-5. RSA asymmetric encryption and the realization of the source code, Java code, very good use, and are interested in the next ah
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:luoz
  1. openssl-rsa

    1下载:
  2. OpenSSL的RSA算法应用举例。是用VC写的,有实用价值。-RSA algorithm of OpenSSL is used and given an example. Written with VC, there is practical value.
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:18432
    • 提供者:王尔德
  1. rsa-systemc

    0下载:
  2. 适用于systemC环境的rsa算法程序的源代码-applicable to the environment rsa algorithm source code
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:张燕
  1. RSA加密算法在VB中的实现

    1下载:
  2. RSA加密算法在VB中的实现 rsa加密解密算法在vb中的实现 仅供参考-RSA encryption algorithm in the VB achieve rsa encryption and decryption algorithm in the vb achieve is for reference only
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:yang
  1. rsa资料全集

    0下载:
  2. RSA资料全集是我在学习RSA时收集的资料,它对我学习这种算法有着极大的帮助,不知对大家有帮助没有,希望对大家学习密码学有所帮助。-All of the information of RSA was collected when i was studying RSA.It gives me a great deal of help though i don t know how about you.I wish it also give
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:477184
    • 提供者:王清华
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org