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

搜索资源列表

  1. 新建 Microsoft Word 文档

    0下载:
  2. RSA核心运算使用的乘模算法就是 M(A*B)。虽然M(A*B)并不是乘模所需要的真正结果,但只要在幂模算法中进行相应的修改,就可以调用这个乘模算法进行计算了。本软件起初未使用Montgomery 乘模算法时,加密速度比使用Montgomery乘模算法慢,但速度相差不到一个数量级。 将上述乘模算法结合前面叙述的幂模算法,构成标准Montgomery幂模算法,即本软件所使用的流程
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:2868
    • 提供者:拉萨
  1. CRYPTER_FICHIER_TXT_CPP

    0下载:
  2. un fichier et peut le cacher dans un autre. C eet original avec les chifres, c est m阭e tr鑣 bien invent? Bravo Pour un d閎utant c est bien trop
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:4140
    • 提供者:mazoul82
  1. BCH_RS

    1下载:
  2. bch编解码MATLAB程序,可以直接计算M小于12的BCH码生成多项式-BCH codec MATLAB procedures, can be directly calculated M is less than 12 BCH code generated polynomial
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:342303
    • 提供者:hanyu
  1. HMAC-SHA

    0下载:
  2. hmac using SHA algorithm source code-hmac using SHA algorithm source code...
  3. 所属分类:CA program

  1. Matching_M-Commerce

    0下载:
  2. Matching M-Commerce Needs and Concerns - Wireless,Wlan,wifi,Configuration,and,Optimization Tips
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:46127
    • 提供者:kc
  1. watermarking

    0下载:
  2. CT based encryption 1. Open contourlet 5 and run aaa.m for image decomposition and for denoising 2. Open tsss and A_hidetext.m and set break point at line 109 and run 3. After selecting image ind text press F5 4. Now run H_finalextra
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:727103
    • 提供者:seshu babu v
  1. NSGAII

    0下载:
  2. [num,len] = size(y) Initialize all the distance of individuals as zero. for i = 1 : M for j = 2 : num - 1 distance(j).individual = 0 -[num,len] = size(y) Initialize all the distance of individuals as zero. for i = 1 : M fo
  3. 所属分类:CA program

    • 发布日期:2017-11-16
    • 文件大小:15398
    • 提供者:庞军
  1. Mjiajiemi

    0下载:
  2. m序列加解密 m序列加解密 m序列加解密 -m-sequence encryption and decryption the m sequence encryption and decryption m sequence encryption and decryption the m sequence encryption and decryption m sequence encryption and decryption m sequence encryption and decryptio
  3. 所属分类:CA program

    • 发布日期:2017-11-30
    • 文件大小:726
    • 提供者:王家伟
  1. riddhi

    0下载:
  2. I hereby declare that this thesis contains literature survey and original research work by the undersigned, as part of requirements of the Degree of M.Tech. (IT) in Software Engineering. All information in this document has been obtained and presente
  3. 所属分类:CA program

    • 发布日期:2017-11-03
    • 文件大小:2024
    • 提供者:nini
  1. m

    0下载:
  2. sh-1的加密解密算法的实现,有相关文件和代码-sh-1 encryption and decryption algorithm, related documents and code
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:4055
    • 提供者:chenbaik
  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. lsb

    0下载:
  2. matlab运行的lsb隐写算法,附带实验报告,lsbget.m,lsbhide.m,jpgand.m-matlab running lsb steganography, with lab reports, lsbget.m, lsbhide.m, jpgand.m
  3. 所属分类:CA program

    • 发布日期:2017-05-04
    • 文件大小:1183866
    • 提供者:Lee
  1. Elgamal

    0下载:
  2. ElGamal algorithm not only used for data encryption can be used for digital signatures, their safety depends on the calculation of a finite field discrete logarithm this problem. Key to the method. First of all, choose a prime number p, the two rando
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:57596
    • 提供者:HamzaAnwer
  1. vigenere

    0下载:
  2. 维基尼亚密码的matlab程序,解压m文件放在matlab工程目录即可!-matlab code for vigenere cipher
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:891
    • 提供者:王立
  1. MerkleHellman

    0下载:
  2. The encryption algorithm using Merkle-Hellman knapsacks starts with a binary message. * The message is envisioned as a binary sequence P = [p1, p2, … ,pk]. * Divide the message into blocks of m bits, Po = [P1, P2, ... ,Pm], P1 = [Pm+1, .
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:68004
    • 提供者:tamer
  1. hide_final.m.tar

    0下载:
  2. stegnography s hiding part of gray scale image within rgb image
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:1260
    • 提供者:saurabh
  1. diffeehellmanPROGRAM

    0下载:
  2. Example 1. To find 1537 x 4248 modulo 10, you could multiply out and take the last digit, but a better way would be to replace 1537 by 7 and 4248 by 8 to start, find 7 x 8 = 56, and then take 56 mod 10 to get 6 as the answer. A handy standard no
  3. 所属分类:CA program

    • 发布日期:2017-04-26
    • 文件大小:28510
    • 提供者:pradeep
  1. RC4-Prog

    0下载:
  2. Example 1. To find 1537 x 4248 modulo 10, you could multiply out and take the last digit, but a better way would be to replace 1537 by 7 and 4248 by 8 to start, find 7 x 8 = 56, and then take 56 mod 10 to get 6 as the answer. A handy standard no
  3. 所属分类:CA program

    • 发布日期:2017-04-26
    • 文件大小:36467
    • 提供者:pradeep
  1. prob3

    0下载:
  2. Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to
  3. 所属分类:CA program

搜珍网 www.dssz.com