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

搜索资源列表

  1. rsa

    0下载:
  2. 基于rsa算法实现的用两个质数进行数据加密的算法,可靠度非常高,为vc++6.0工程
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:28.62kb
    • 提供者:介宇
  1. calculate

    0下载:
  2. 计算质数,并且可以显示,所计算的计算花的时间,而且可以算出在此数以下的所有质数
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:赵伟
  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 这两个数便是 public_key ,编码过程是, 若资料为 a,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:胡康康
  1. SimpleEncryptionAlgorithm

    0下载:
  2. 简单的加密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的个位
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6.56kb
    • 提供者:lymyoyo
  1. SimpleEncryptionAlgorithmReversibleAndIrreversible

    0下载:
  2. 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6.45kb
    • 提供者:lym
  1. prime

    0下载:
  2. 可以实现质数的判断和整合,内容详尽,欢迎下载-free
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:124.34kb
    • 提供者:worry
  1. Rsa

    0下载:
  2. 检验质数 rabinmiller算法 网上收集-Prime number testing algorithm rabinmiller online collection
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:550byte
    • 提供者:张宇
  1. RSA

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:603.66kb
    • 提供者:佘曼桂
  1. C-rsa

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:603.76kb
    • 提供者:佘曼桂
  1. practice

    0下载:
  2. 几个gtk实例,calc是计算器,tank是键盘响应移动小箭头,jumpinglabel是时钟的使用,primenumber是求最大质数,snake是利用资源文件修改控件外观。-Several gtk example, calc is a calculator, tank is the keyboard to respond to moving small arrow, jumpinglabel is the use of the clock, primenumber is to strive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:79.77kb
    • 提供者:yutou
  1. RSA

    0下载:
  2. RSA加密的简单实现,没有使用较大的质数。可以对BMP灰度图进行加密-Simple implementation of RSA encryption, without using large prime numbers. BMP greyscale can be encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:14.5kb
    • 提供者:葛瑞海
  1. thread-pool_quality-

    0下载:
  2. [C代码]利用线程池求质数(Linux C)-[C code] use the thread pool to the number of and quality (Linux C)
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:896byte
    • 提供者:wenky
  1. RSA

    0下载:
  2. 用RSA算法实现对字符串的加密及解密。其中质数p q以及私钥都可以自行设定。-String encryption and decryption using the RSA algorithm. Primes pq, and the private key can set their own.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:736.34kb
    • 提供者:WalyLing
  1. RSA

    0下载:
  2. 一个RSA算法的实现, 其中有大整数简单实现, 和求大质数的算法,最后综合成RSA加密解密算法。 代码有一定注释,输出详细的中间过程,对C++初学者很有用。-Simple implementation of an RSA algorithm, where there is a large integer, and demand a large prime number algorithm, finally consolidated into the RSA encryption al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:3.92mb
    • 提供者:ericlin
  1. prime

    0下载:
  2. unix下通过创建多线程计算质数的优化算法-unix calculate prime numbers by creating a multi-threaded optimization algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:1.46kb
    • 提供者:王哥
  1. 4give-all-primes

    0下载:
  2. 由读者自行给出人一个数据,则输出这一范围内的所有质数。-To give all primes as a output if you give specified number. -To give all primes as a output if you give specified number.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:197.09kb
    • 提供者:fghfghfg
  1. rsa

    0下载:
  2. rsa算法的实现,输入两个质数和公钥,即可计算出私钥,输入需加密内容,然后就可看到加密后的结果.这是rsa算法的简单应用,对于理解此算法很有帮助-rsa algorithm, the input of two prime numbers, and public key, the private key can be calculated, enter the content to be encrypted, and then you can see the encrypted result. r
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1.36kb
    • 提供者:王琪
  1. four

    0下载:
  2. RSA的密钥生成,加密,解密.RSA算法基于一个十分简单的数论事实:将两个大质数相乘十分容易,但是想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。(RSA's key generation, encryption, decryption)
  3. 所属分类:加密解密

    • 发布日期:2018-01-07
    • 文件大小:2kb
    • 提供者:王十一丶
搜珍网 www.dssz.com