搜索资源列表

  1. dealcipher

    0下载:
  2. AES候选算法之一DEAL算法源码,实现基于六轮Feistel网络的加密过程
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:38735
    • 提供者:南瓜布
  1. deal(c)

    0下载:
  2. AES候选算法之一DEAL算法C源码,实现基于六轮FEISTEL网络的加密过程
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2755
    • 提供者:南瓜布
  1. dealcipher

    0下载:
  2. AES候选算法之一DEAL算法源码,实现基于六轮Feistel网络的加密过程-AES algorithm, one of the candidate source DEAL algorithm, based on six Feistel network encryption process
  3. 所属分类:加密解密

    • 发布日期:2024-04-27
    • 文件大小:38912
    • 提供者:南瓜布
  1. deal(c)

    0下载:
  2. AES候选算法之一DEAL算法C源码,实现基于六轮FEISTEL网络的加密过程-DEAL one of the candidate algorithm AES algorithm C source code, based on six Feistel network encryption process
  3. 所属分类:加密解密

    • 发布日期:2024-04-27
    • 文件大小:2048
    • 提供者:南瓜布
  1. DES

    0下载:
  2. DES的每个分组是64位,既明文和密钥都是64位(密钥实际用56位,每字节第8位为校验)。这个算法的核心是Feistel密码,由于其设计的巧妙,加密解密都用一个函数,具体原理请查阅其他资料。DES的流程基本是执行16轮下面的运算:-DES each packet is 64, both explicit and are 64-bit key (actual key 56, the first 8 bytes each for valid
  3. 所属分类:文档资料

    • 发布日期:2024-04-27
    • 文件大小:23552
    • 提供者:吴成刚
  1. Wifr

    0下载:
  2. Simple cipher of Feistel
  3. 所属分类:CA认证

    • 发布日期:2024-04-27
    • 文件大小:22528
    • 提供者:Buratino
  1. DES

    0下载:
  2. DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环。 -DES uses a 56-bit key and an additional 8-bit par
  3. 所属分类:加密解密

    • 发布日期:2024-04-27
    • 文件大小:2051072
    • 提供者:ala
  1. cast-128paper

    0下载:
  2. 这一篇关于cast密码算法的论文,详细讲述了Feistel、Cast-128密码算法,及cast-128密码算法的实现、测试方案、测试结果。-This is a cryptographic algorithm on the cast of the paper, a detailed account of Feistel, Cast-128 cipher algorithm, and the cast-128 cipher algorit
  3. 所属分类:加密解密

    • 发布日期:2024-04-27
    • 文件大小:113664
    • 提供者:liuYue
  1. libcartman_2ddp3

    0下载:
  2. The source code of the implementation of a symmetric cryptographic algorithm block Cartman-2DDP3 language Pascal / Delphi. The algorithm processes the blocks of 128-bits. The default key size is 512 bits, allowed 2
  3. 所属分类:CA认证

    • 发布日期:2024-04-27
    • 文件大小:173056
    • 提供者:Prr0tEct0
  1. feistel

    0下载:
  2. Feistal cipher for the security purposes-Feistal cipher for the security purposes.....
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-27
    • 文件大小:367616
    • 提供者:SSB
  1. DES

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

    • 发布日期:2024-04-27
    • 文件大小:1319936
    • 提供者:范小饭
  1. BlowfishEncryption

    0下载:
  2. Blowfish Algorithm is a Feistel Network, iterating a simple encryption function 16 times. The block size is 64 bits, and the key can be any length up to 448 bits. Although there is a complex initialization phase requ
  3. 所属分类:matlab例程

    • 发布日期:2024-04-27
    • 文件大小:51200
    • 提供者:prabhakaran
  1. C7

    0下载:
  2. Feistel cipher is a symmetric structure used in the construction of block ciphers, named after the German-born physicist and cryptographer Horst Feistel
  3. 所属分类:matlab例程

    • 发布日期:2024-04-27
    • 文件大小:9216
    • 提供者:RIAD
  1. DES

    0下载:
  2. DES是一个迭代分组密码,它使用56比特长度密钥加密64比特长度明文获得64比特长度的密文。它的轮函数使用的是Feistel结构,迭代的轮数为16轮。-DES is an iterated block cipher, it uses 56 bits encryption key 64 bits 64 bit length plaintext ciphertext. Its round function is using the Feis
  3. 所属分类:加密解密

    • 发布日期:2024-04-27
    • 文件大小:225280
    • 提供者:林海鹏
  1. DES

    0下载:
  2. 实现64位DES加密,使用Feistel结构,分模块进行编码-64-bit DES encryption, using the Feistel structure, sub-block coding
  3. 所属分类:加密解密

    • 发布日期:2024-04-27
    • 文件大小:2603008
    • 提供者:上校
  1. feistel

    0下载:
  2. Feistel encryption en decryption program. This is an efficent way for performing a feistel cihper
  3. 所属分类:加密解密

    • 发布日期:2024-04-27
    • 文件大小:2048
    • 提供者:Hokietond
  1. Feistel-modificated-cipher

    0下载:
  2. Feistel modificated cipher
  3. 所属分类:CA认证

    • 发布日期:2024-04-27
    • 文件大小:23552
    • 提供者:Pavlo
  1. Feistel-modificated-cipher-program

    0下载:
  2. Feistel modificated cipher program
  3. 所属分类:家庭/个人应用

    • 发布日期:2024-04-27
    • 文件大小:2945024
    • 提供者:Pavlo
  1. feistel.cpp.tar

    0下载:
  2. feistel net implementation
  3. 所属分类:CA认证

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:Nataly
  1. Feistel-crypto

    0下载:
  2. 模仿DES的结构,采用sm4的s盒,可以实现文本的加密和解密,重点在于Feistel结构的演示。-DES mimic the structure, using sm4 of s box, you can achieve text encryption and decryption, focusing on demonstration Feistel structure.
  3. 所属分类:加密解密

    • 发布日期:2024-04-27
    • 文件大小:290816
    • 提供者:lin yang
« 12 »

源码中国 www.ymcn.org