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

搜索资源列表

  1. aes.rar

    0下载:
  2. 极好的加密程序,DES的接班人,源码是DEHLPHI的Pascal,编译后可直接运行
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:40509
    • 提供者:
  1. AES候选算法,安全性高于3DES而速度快过DES

    0下载:
  2. AES候选算法,安全性高于3DES而速度快过DES-candidate for AES, 3DES and safe to speed faster than DES
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6862
    • 提供者:王城
  1. MIRACL

    0下载:
  2. 加解密函数库,包含DES,AES,RSA等各种加密算法的实现,在WINDOWS能编译通过-encryption functions, including DES, AES, RSA encryption algorithm such as the realization In Windows can compile
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:121937
    • 提供者:木木
  1. pycrypto-2.0.1.tar

    0下载:
  2. python的加密库,包括md5、DES、AES、DSA等多种加密算法。使用该库,基本上所有的python加密算法都可以搞定,强烈推荐-python encryption library, including md5, DES, AES, DSA, and other encryption algorithm. Use of the basement, basically all the python encryption algorithm can get, strongly recommen
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:154292
    • 提供者:majun
  1. java安全性源代码

    0下载:
  2. java的加密解密 des aes rsa等算法-des encryption and decryption algorithms such as Aes rsa
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:776692
    • 提供者:
  1. DES

    0下载:
  2. DES加密算法 很有用 比AES稍逊 但是仍然被使用
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6615
    • 提供者:艳梅
  1. AES

    0下载:
  2. 这是一个用C语言实现了DES加密功能的程序,由于DES加密的模式,解密时需把密要倒置
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3992
    • 提供者:liyajun
  1. 3DES 是DES向AES过渡的加密算法

    0下载:
  2. 3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以3des加密算法 DES为基本模块,通过组合分组方法设计出分组加密算法。比起最初的DES,3DES更为安全。 -3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以DES为基本模块,通过组合分组方法设计出分组加密算法。比起最初的DES,3DES更为安全。
  3. 所属分类:加密解密

    • 发布日期:2017-04-09
    • 文件大小:1956409
    • 提供者:LP
  1. cryptdemo.c

    0下载:
  2. linux 基本加密库函数实现信息加密AES DES-linux encryption decryption
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1471
    • 提供者:allen
  1. MyEncypt

    0下载:
  2. 加密解密源程序,计算机安全课程设计,实现DES,3DES,AES加密解密,界面友好,操作简单-Encryption source code, computer security program design, implementation, DES, 3DES, AES encryption and decryption, user-friendly, simple operation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:46205
    • 提供者:天河
  1. Encryption

    0下载:
  2. 集成了RC4,DES,AES,RSA四种加密算法-implementaion of four encryption algorithms, rc4, des, aes, rsa. MFC Interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:54538
    • 提供者:Matthew
  1. AESandRSA

    0下载:
  2. 高级加密标准(AES)是一个用来代替数据加密标准(DES)的算法。目前使用的一般为128,196和256位密钥,这三种密钥都是 相当安全的-Advanced Encryption Standard (AES) is used to replace the Data Encryption Standard (DES) algorithm. Currently used in general for 128,196 and 256-bit keys, these three keys are
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4769
    • 提供者:panjijun
  1. borZoi-1.0.2

    0下载:
  2. 一个很全很强大的密码算法库,是一个大学研究机构编写的,可以用来作算法分析和仿真验证。-a crypto library includs various algorithm, such as aes, des ,ecc ,rsa ...
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:529785
    • 提供者:hanyu
  1. AES

    0下载:
  2. 高级加密标准,在信息安全中应用广泛.比DES先进.-Advanced Encryption Standard in information security applications. Advanced than the DES.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-09
    • 文件大小:41327
    • 提供者:weidanfang
  1. (Clanguage)

    0下载:
  2. CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4734
    • 提供者:1234
  1. encryption_test

    0下载:
  2. 实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:94162
    • 提供者:BY
  1. JiaMi

    0下载:
  2. 使用vc编写的加密解密程序,有des,aes加解密算法以及界面。-Vc prepared to use encryption and decryption procedures, des, aes encryption algorithm and interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:25306
    • 提供者:Robert
  1. security

    0下载:
  2. 加密算法,包括 aes des rsm等常用算法-crypt algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2393
    • 提供者:谢山
  1. DES3DESAES

    0下载:
  2. C语言版的DES,3DES,AES加密算法以及MD5数字签名-C language version of the DES, 3DES, AES encryption algorithm and MD5 digital signatures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:60474
    • 提供者:王刚
  1. DES

    0下载:
  2. DES 加密 C++语言的实现 自己写的 清喷(DES encrypted C++ language to realize his own write off)
  3. 所属分类:加密解密

    • 发布日期:2018-01-08
    • 文件大小:4190208
    • 提供者:vlogfine
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com