CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DES的实现

搜索资源列表

  1. des

    0下载:
  2. matlab实现des加密,自己写的,如有疑问联系lycan785@sina.com-matlab implementation des encryption
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2483
    • 提供者:JILICHUAN
  1. DES

    0下载:
  2. C++实现des算法的代码,des是常用的加解密算法之一,理解des的使用公园里有助于我们学习信息安全。-C++ code for the algorithm to achieve des, des encryption and decryption algorithm is the one commonly used to understand the use of the park des helps us learn information security.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3613
    • 提供者:make
  1. DES

    0下载:
  2. DES算法的实现与改进,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。 数据加密算法 -DES algorithm implementation and impro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1320162
    • 提供者:范小饭
  1. DES

    0下载:
  2. vb的des源码相当简单的实现,可设密码-vb des code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:5211
    • 提供者:黄景维
  1. DES-by-VC

    0下载:
  2. des在vc下实现的详细解说及流程,很不错的资料。对于初学des加密的同学很实用·老鸟飞过·-des achieved under the vc and detailed explanation of the process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:225354
    • 提供者:随大家
  1. DES

    0下载:
  2. 基于java的DES加密程序,没用使用自带的安全库,全部自主实现。-The DES-based encryption java, useless to use its own security database, all self-realized.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:15837
    • 提供者:sjl
  1. des

    0下载:
  2. 实现des加密,vs编程,是密码加密的一个主要内容。-Realize des encryption, vs programming
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:279558
    • 提供者:徐清
  1. des

    0下载:
  2. 设计DES算法的实现方法,编程实现DES算法的加密和解密功能-Implementation of DES algorithm design, programming DES encryption and decryption algorithms
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-18
    • 文件大小:4711985
    • 提供者:李万雷
  1. des

    0下载:
  2. des的加密解密的源代码,以及实现程序,新手入门请多指教-des encryption decryption source code, and the achievement of program, Getting Started Pleased to meet you
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1955933
    • 提供者:吕海杰
  1. DESdifferential-analysis-

    2下载:
  2. C语言实现——应用分组密码体制的基本原理,实现DES加解密,并分析 DES 的雪崩性质,对DES加密进行差分分析,并利用自己设计的S盒进行加密 -C language- Application of basic principles of block ciphers, DES encryption and decryption to achieve, and the nature of the avalanche DES, differential cryptanalysis of DES en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-06-12
    • 文件大小:883712
    • 提供者:赵子番
  1. des

    0下载:
  2. 实现用DES算法编写的加密工具,实现数据的加密与解密。-Written by DES algorithm to achieve encryption tool for data encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1960609
    • 提供者:黄烨
  1. DES(56)

    1下载:
  2. 用C#写的56位key实现DES对任意文件的加解密-56 bit key DES in C#
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:4929
    • 提供者:zach
  1. des

    0下载:
  2. DES加密解密的实现,可以分别输入明文与密文,还可以选择ecb/cbc/cfb/ofb等工作模式,以及NoPadding和Pkcs5Padding等填充模式-DES encryption and decryption implementations can input plaintext and ciphertext ecb/cbc/cfb/ofb work mode, you can also choose to fill mode NoPadding and Pkcs5Padding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:8586
    • 提供者:chen
  1. des

    0下载:
  2. C#编写的des算法加密解密小程序 可以实现明文加密-Des algorithm written in C# encryption and decryption applet
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:20000
    • 提供者:raymond
  1. MyDesCode

    0下载:
  2. DES的实现,调试下,应该是可以运行的,谢谢大家下载使用-DES implementation, commissioning, should be run, and thank you all for download
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:561052
    • 提供者:jc
  1. java-des

    0下载:
  2. des加密解密算法,通过DES加密解密实现一个String字符串的加密和解密.-des encryption and decryption algorithm, DES encryption and decryption to implement a String string encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1703
    • 提供者:罗延平
  1. des

    0下载:
  2. 通过使用des算法对普通文件加密加密的实现 -By using des encryption algorithm to the realization of common file encryption
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:1611
    • 提供者:尤青松
  1. des

    0下载:
  2. 基于FPGA的DES加解密系统的实现,希望对大家有帮助-FPGA-based implementation of DES encryption and decryption system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:928695
    • 提供者:姜晓鸥
  1. DES

    0下载:
  2. 可以实现CBC和ECB的DES加密解密算法的matlab程序- A matlab program which can decrypt and crypt the DES algorithm in CBC and ECB mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:8123
    • 提供者:赵昊宸
  1. DES-Implement-VB

    0下载:
  2. DES算法的VB实现(2011.9.15)-DES algorithm VB implementation (2011.9.15)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:8421
    • 提供者:周工
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com