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

搜索资源列表

  1. Java Cryptography and source code.zip

    0下载:
  2. Java Cryptography and source code
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:1451071
    • 提供者:
  1. crypt.rar

    0下载:
  2. 密码学实验平台,完整独立运行VC6.0 源程序,包含对称密码学和公钥密码学的主要算法。,Cryptography experimental platform, a complete stand-alone source of VC6.0, including the main algorithm of symmetric cryptography and public key cryptography.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:155215
    • 提供者:zhou
  1. Modern-cryptography-

    0下载:
  2. 1、Vigenere的编程实现 使用C语言设计实现古典密码体制中的Vigenere密码,并加/解密一个文件 2、Column permutation 密码的编程实现 编程(建议使用C语言)实现古典密码体制中的Column permutation密码,并加/解密一个字符串或文件 3、DES的编程实现 使用C语言设计实现DES密码,并加/解密一个文件 -1, Vigenere of programming using C language design and impleme
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:6327
    • 提供者:萧瑜
  1. Cryptography

    0下载:
  2. Cryptography and NetworkSecurity
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:37098
    • 提供者:mmsp
  1. Vigenere

    1下载:
  2. 现代密码学 MATLAB 维吉尼亚 加密方法 古典密码体制 经典加密算法-Modern Cryptography encryption method MATLAB Virginia classic classical cryptosystem encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:880
    • 提供者:罗晓华
  1. Ecc

    1下载:
  2. 椭圆曲线加密ECC。功能是公共密钥的生成、加密、解密等。-Elliptic Curve Cryptography ECC. Function is the generation of public key encryption, decryption and so on.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1829
    • 提供者:傅建新
  1. crypto

    1下载:
  2. 1、DES加密示例程序,包含全部加密过程,可以实现单个文件加解密功能;2、椭圆曲线密码体制加密算法实现原理源码;3、RSA算法示例源码-1, DES encryption sample procedures, contains all the encryption process, you can achieve a single file encryption and decryption functions 2, Elliptic Curve Cryptography encryption
  3. 所属分类:加密解密

    • 发布日期:2012-11-01
    • 文件大小:8569
    • 提供者:
  1. ibe-0.7.2-win

    0下载:
  2. 这是一个windows环境下实现基于身份的PKI系统源码,由stanford大学开发。采用了椭圆曲线密码公钥系统和配对椭圆曲线计算(Tate Pairing),具有非常高的效率. -This is a windows environment to achieve identity-based PKI system source code, developed by the University of stanford. Use of Elliptic Curve Cryptography pub
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:562921
    • 提供者:alan
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:22393
    • 提供者:s_wilfred
  1. Java Cryptography and source code

    0下载:
  2. Java Cryptography and source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:1451384
    • 提供者:none
  1. MillerRabin

    0下载:
  2. 密码学中的Miller Rabin素性检测算法。人工编写,用这个来学习或者是交作业,绝对是过关利器。-Cryptography Miller Rabin primality testing algorithm. Artificial preparation, use this to learn or交作业is definitely a sharp object boundary.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:10662
    • 提供者:maowu
  1. PL

    0下载:
  2. playfair 加密算法的java实现,使用密码学的学生学习参考-Playfair encryption algorithm to achieve the java, the use of cryptography reference to student learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1413
    • 提供者:liufan
  1. DesEncrypt

    0下载:
  2. DES加密算法的java实现源代码,很好很实用,推荐广大密码学的筒子分享-DES encryption algorithm to achieve the java source code, very good very useful, recommended by the broad masses of the cheese Cryptography Share
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:1093
    • 提供者:liufan
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:45931
    • 提供者:dxh
  1. Applied-Cryptography-Bruce-Schneier

    0下载:
  2. 应用密码学 大牛Bruce Schneier 所著 chm格式-Applied Cryptography Bruce Schneier Daniudi book chm format
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3784360
    • 提供者:jonathan
  1. cryptography.tar

    0下载:
  2. Cryptography and Network Security, 4th Ed.-Stallings ebook. free to download
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-30
    • 文件大小:12966818
    • 提供者:kavitha
  1. Quantum-Cryptography

    0下载:
  2. 一篇09年很不错的关于密码学的论文,是从IEEE上下载的,内容很权威-A very good 2009 paper on cryptography and is downloaded from the IEEE, the content is authoritative
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1134484
    • 提供者:James
  1. cryptography

    0下载:
  2. cryptography based programs
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:649456
    • 提供者:krishna
  1. cryptography-source-code-in-c

    0下载:
  2. 密码学各种加密程序算法,包括DES,AES,RSA等主要的加密算法-cryptography sourse code in C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:981346
    • 提供者: 孙磊
  1. cryptography-1.7.2.tar

    0下载:
  2. cryptography的源码包,有的地方不能从官网上下载,传到这里来方便一点(source package , i just want to download something from your website , it's too much trouble)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:420864
    • 提供者:so小鱼
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com