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

搜索资源列表

  1. 密码算法源代码

    0下载:
  2. 几个密码算法的源代码,不知道有了没有~~ 下的人多了就继续上传-Some source programs of encryption arithmetic.I don t know whether it is always existed or not.I will upload it if a lot of people have downloaded.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:282115
    • 提供者:王军
  1. 用C语言写的100行DES加密算法

    0下载:
  2. 用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12050
    • 提供者:甘雷
  1. 分组全息密码算法

    0下载:
  2. 密码算法速度快于其他密码算法-Cipher faster than other cryptographic algorithms
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5316
    • 提供者:
  1. Serv-U ftp server 密码算法

    0下载:
  2. Serv-U ftp server 密码算法-Serv-U ftp server password algorithm
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3858
    • 提供者:自由落体
  1. 算法程序库

    0下载:
  2. Dr.Sec高速密码算法库Windows版-Dr.Sec high-speed cryptographic algorithm for Windows version
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:73992
    • 提供者:冰寒
  1. ACCESS密码暴力破解

    1下载:
  2. 主要是说明破解acess数据库的密码算法。语言用vb实现。执行编译的程序查看结果-mainly states crack acess database password algorithm. Vb language used to achieve. The procedures for the implementation of compiler View Results
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:11044
    • 提供者:顾剑平
  1. SM2椭圆曲线公钥密码算法

    1下载:
  2. SM2椭圆曲线公钥密码算法,SM2椭圆曲线公钥密码算法推荐曲线参数-Elliptic curve public key cryptography algorithm SM2, SM2 recommended elliptic curve public key cryptography algorithm curve parameters
  3. 所属分类:加密解密

    • 发布日期:2017-03-24
    • 文件大小:876113
    • 提供者:he
  1. 凯撒密码算法的实现

    0下载:
  2. 凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26 ,Caesar password encryption algorithm: c = k1* m+ K2 mod 26 Decryption: m = k1-1 (c-k2) mod 26
  3. 所属分类:加密解密

    • 发布日期:2017-03-21
    • 文件大小:989
    • 提供者:archy
  1. RC4

    0下载:
  2. 本程序实现RC4算法,包括加密与解密,属于流密码算法-RC4 algorithm to achieve this process, including the encryption and decryption, are stream cipher algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:223962
    • 提供者:lishen
  1. old

    0下载:
  2. 用VC实现的古典密码算法,经过本人调试,可直接运行。-With the VC to achieve the classical cryptographic algorithm, after I debug, can be directly run.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:823770
    • 提供者:李莉
  1. ecdsa

    1下载:
  2. 用于ECC公钥密码算法的大数运算库,可以实现大数的加,减,乘,除等运算,也作了一些DSA签名等实例-the big number computing for ECC algorithm and some examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:16795
    • 提供者:hanyu
  1. cod

    0下载:
  2. 应用密码学密码算法源代码 应用密码学密码算法源代码-password algorithm source code application cryptographic cipher algorithm source code
  3. 所属分类:CA program

    • 发布日期:2017-11-09
    • 文件大小:5792296
    • 提供者:totti
  1. des

    0下载:
  2. 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-16
    • 文件大小:117748
    • 提供者:张博
  1. aaa

    1下载:
  2. 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-06-06
    • 文件大小:711
    • 提供者:耿颖颖
  1. RSAencryptonC

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3770978
    • 提供者:w
  1. RSA-vb

    1下载:
  2. RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。-RSA is the most widely studied of the public key algorithm, from the nearly two decad
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:8399
    • 提供者:凌寒
  1. introductiontomoderncryptography

    0下载:
  2. 一本介绍密码学现代知识的学习资料,对于密码算法编程方面很有用。-A descr iption of the study of modern knowledge of cryptography information programming for the cryptographic algorithm is useful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4482526
    • 提供者:lixiaobo
  1. streamcipher

    0下载:
  2. 用C++编写的流密码算法。从文件读入明文,并将密文写到指定文件。所有源文件齐备,保证测试通过。-Written in C++, stream cipher algorithm. Read from a file into the plaintext and ciphertext writes the specified file. All source documents are to ensure the test.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3060
    • 提供者:dong
  1. myrsa

    0下载:
  2. 公钥密码RSA ① 通过实际编程掌握非对称密码算法RSA的加密和解密以及快速加、解密过程,加深对非对称密码算法的认识。 ② 实现对RSA的解密密钥攻击。 -Public-Key Cryptography RSA ① through practical programming in non-asymmetric cryptographic algorithm RSA encryption and decryption as well as rapid encryption and d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:37649
    • 提供者:scorpio
  1. SM2椭圆曲线公钥密码算法

    0下载:
  2. SM2椭圆曲线公钥密码算法.pdf,SM2的资料(SM2 elliptic curve public key cryptography algorithm.Pdf, SM2 data)
  3. 所属分类:加密解密

    • 发布日期:2017-12-22
    • 文件大小:857088
    • 提供者:女里学习
« 12 3 4 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com