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

搜索资源列表

  1. report-eric

    0下载:
  2. Abstrak Laporan ini mengusulkan suatu metoda pemberian signature untuk verifikasi penelepon dengan sistem kunci publik. Signature yang diberikan berasal dari keluaran fungsi Hash khusus yang dienkripi menggunakan RSA. Sinyal telepon yang ana
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:212381
    • 提供者:akbar
  1. crypt4

    0下载:
  2. 简单的针对rsa的解密密钥攻击的程序,即已知加密时使用的n、k1、k2和m,以概率算法求出加密时使用的大素数p和q-Simple attack against rsa decryption key procedures, which are known to use encryption when n, k1, k2, and m, in order to find the encryption algorithm used when the probability of large prime
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:353792
    • 提供者:彭湘
  1. rsn

    0下载:
  2. rsn算法RSA算法的描述 1、选取长度相等的两个大素数p和q,计算其乘积: n = pq 然后随机选取加密密钥e,使e和(p–1)(q–1)互素。 最后用欧几里德扩展算法计算解密密钥d,以满足 ed = 1(mod(p–1) ( q–1)) 即 d = e–1 mod((p–1)(q–1)) e和n是公钥,d是私钥 2、加密公式如下: ci = mi^e(mod n) 3、解密时,取每一密文分组ci并计算: mi = ci^d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:31699
    • 提供者:mix
  1. DLL

    0下载:
  2. 在UNION_RSA.cpp中,以下函数是公钥运算函数 // A,输入参数:签名数据,输出参数:签名 // E,输入参数,模数 // N,公钥/私钥 // dwLen,签名数据的长度 int UNION_RSA(unsigned char * A,const char * E,const char * N,unsigned int dwLen).-RSA- VC
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:268074
    • 提供者:符先生
  1. rsa_1024progrom

    0下载:
  2. 利用C语言实现RSA加密算法。备注;数据只能是大写字母组成的字符串。 加密的时候,输入Y,然后输入要加密的文本(大写字母) 解密的时候,输入N,然后输入一个整数n表示密文的个数,然后n个整数表示加密时候得到的密文。-C language implementation of the RSA encryption algorithm. Remarks data can only be a string of capital letters. Encrypted, enter Y, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1024
    • 提供者:甘世富
  1. MATLABRSA

    1下载:
  2. 基于matlab平台的RSA加密与解密,其中n和e默认-matlab RSA encryption and decryption, n and e default
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:18636
    • 提供者:wenny
  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. 456

    1下载:
  2. RSA算法的C语言实现 1.密钥的产生 (1)选两个安全的大素数p和q。 (2)计算n=p×q,φ(n)=(p-1)(q-1),其中φ(n)是n的欧拉函数值。 (3)选一整数e,满足1<e<φ(n),且gcd(φ(n),e)=1。 (4)计算d,满足de≡1 modφ(n),即d是e在模φ(n)下的乘法逆元,因e与φ(n)互素,由模运算可知,它的乘法逆元一定存在。 (5)以{e,n}为公开钥,{d,n}为秘密钥。 2.加密 加密时首先将明文M比特串分组
  3. 所属分类:CA program

    • 发布日期:2017-03-24
    • 文件大小:1650
    • 提供者:qwerty
« 1 2 3»
搜珍网 www.dssz.com