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

搜索资源列表

  1. dess.zip

    0下载:
  2. Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
  3. 所属分类:加密解密

    • 发布日期:2023-11-09
    • 文件大小:52850
    • 提供者:
  1. JavaFR_RSA_Source

    0下载:
  2. 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Descr iption : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale d
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15588
    • 提供者:某男
  1. P-Pass

    0下载:
  2. 想知道程序是如何实现加密解密的嘛? 那么来下载去看看吧,简单易懂,不懂你砸我!-procedures want to know is how to achieve encryption and decryption of incorrect? So to download and end, simple, but not you hit me!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:162707
    • 提供者:叶子
  1. webfree_web

    0下载:
  2. asp解密 asp解密 asp解密-asp declassified as p declassified as p declassified asp declassified a declassified asp declassified declassified asp
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34966
    • 提供者:sanitom
  1. s-zhihuan

    0下载:
  2. 从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出\"求DArea中全部数据经 (1)以DTab为S-盒; (2)以DTab为P置换 -from a random file read 256 byte data area DArea form data, re-shuffling in law application to the formation of 0 ~ 255 DTab a full array. T
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3284
    • 提供者:houny
  1. 7_Rsa

    0下载:
  2. RSA公钥加密算法基于大整数因式分解困难这样的事实。 选择两个素数,p,q。(一般p,q选择很大的数) 然后计算 z=p*q f=(p-1)(q-1) 选择一个n,使gcd(n,f)=1(gcd代表greatest common divider,一般n也选择一个素数), n和z就作为公钥。 选择一个s,0<s<f,满足n*s % f=1,s就作为私钥。-RSA public key encryption algorithm based on the integer fa
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:81637
    • 提供者:fasf
  1. CrypTool_1_4_00

    0下载:
  2. a very popular packet of cryptography tools,it encloses the most common used algorithm and protocols -a very popular packet of cryptography tool s, it encloses the most common algorithm used and p rotocols
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:56878240
    • 提供者:zhyu hu
  1. BigInteger_src

    0下载:
  2. C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35882
    • 提供者:jason..
  1. RSA

    0下载:
  2. 使用RSA算法对一个数字进行加密和解密。可以自由指定p,q的值,并且当输入数字不是素数时,程序会给出提示,或自动指定一个素数。
  3. 所属分类:加密解密

    • 发布日期:2014-01-16
    • 文件大小:115194
    • 提供者:鹏鹏
  1. DSA

    0下载:
  2. Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:136954
    • 提供者:wildkaede
  1. ecp

    0下载:
  2. 椭圆曲线公钥密码算法,可用于加密和数字签名等应用,该版本算法是有限域GF(p)上的算法
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5323
    • 提供者:che wang
  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
    • 文件大小:1393
    • 提供者:胡康康
  1. rsa1l

    0下载:
  2. /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled He
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:342787
    • 提供者:李湘
  1. RSA-lx

    0下载:
  2. /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled He
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:172963
    • 提供者:李湘
  1. SPN

    0下载:
  2. spn算法加密和解密,substitution(代换),生成S或P逆盒-spn encryption and decryption algorithms, substitution (substitution), Generation S or P inverse box
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5948
    • 提供者:李创
  1. S_P盒的产生

    0下载:
  2. 置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密-replacement substitution Cryptosystem S-P boxes of generators, can generate random boxes S and P boxes for the replacement substitution Cryptosystem encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1135
    • 提供者:小华
  1. S盒的线性逼近表

    2下载:
  2. 此为密码攻击中的线性分析,通过对S盒的分析,来达到对S-P密码体制的攻击-password for this attack linear analysis of the S-box analysis, in order to achieve the S-P Cryptosystem attack
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1162
    • 提供者:小华
  1. RSA

    0下载:
  2. RSA公钥加密的基本实现 bmp灰度图片加解密操作包括 RSA 的加减密算法; 素数检测算法;RSA 密钥生成算法; 应用该 RSA 密码体制加、解密; BMP 灰度图的算法; Pollard p-1 算法 ; Pollard r 算法 ; -RSA public key encryption to achieve the basic gray-scale picture bmp including RSA encryption and decryption operations of addi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:27638
    • 提供者:魏汝垚
  1. VB.Decompiler.Pro.v7.7.RETAIL.INCL.KEYGEN-FFF-[OYK

    0下载:
  2. P-Code decoding started and image extraction. Numerous bug fixes. Event detection added. Dll and OCX Support added. External Components added to vbp file. Begun work on a basic antidecompiler. Form property editor, complete with a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8339040
    • 提供者:zgychat
  1. ElGamal

    0下载:
  2. Elgamal签名是基于离散对数问题的,首先选择p,g计算出B,作为公钥(p,g,B),在选择一个a作为私钥,给出明文m,对明文机型加密,计算出x,y,得到签名,接收方就可以进行验证。签名过程中必须使用Hash函数,否则的话容易受到存在性伪造攻击,并且签名长度是明文长度的二倍。 -Obtained by the Elgamal discrete logarithm problem cryptographic algorithms, first, Elgamal key generation,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3878726
    • 提供者:王风
« 12 3 4 5 »
搜珍网 www.dssz.com