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

搜索资源列表

  1. aesCPP

    0下载:
  2. aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen和Rijmen共同设计的Rijndael算法.该算法充分运用了扩散和混淆技术并使用128/192/256这3种可变长度的密钥,对128bit分组数据进行加密.-Aes source code encryption algorithm AES is a symmetric encryption to the Advanced Encryption Standard algorithm. Belgians J.J.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3634
    • 提供者:Qoo
  1. Twofish加密算法代码

    0下载:
  2. Twofish 采用128位数据块(128 bits lock),128-192-256-bit 可变长度密钥。-using Twofish 128 blocks of data (128 bits lock) EliteConnect (TM) Universal-192-256-bit variable-length keys.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15443
    • 提供者:zhou
  1. md5

    0下载:
  2. MD5算法源码,包含算法的实现源码和测试码,可将不定长信息映射到定长信息,可用于软件加密系统中-MD5 algorithm source code, including the algorithm and test source code, variable length information can be mapped to the fixed-length information can be used for software encryption system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:4465
    • 提供者:刘勇
  1. MorseCode

    0下载:
  2. 莫斯编码 但如何发送信号,编码是什么? 其实,国际通用的求救信号,使用的是摩斯码。 摩斯码并不高深,非常简单而且容易学会。-Morse code represents characters as variable length sequences of dots and dashes. In practice, characters in a message are delimited by short pauses.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1024
    • 提供者:windeye
  1. rc4

    0下载:
  2. rc4加密算法是大名鼎鼎的RSA三人组中的头号人物在1987年设计的密钥长度可变的流加密算法簇。-rc4 RSA encryption algorithm is the famous trio of the top figures in 1987, the design flow of variable length key encryption algorithm clusters.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:807
    • 提供者:yilujie
  1. Pro_bigprim

    0下载:
  2. 产生固定位长的大素数,可以通过控制台程序产生一个大素数放入一个文件中,同时在屏幕上打印;如果所产生的数较小,可以直接用变量接收的直接打印到屏幕结束。-Have a fixed bit length of the large prime numbers, you can create a console application into a large prime number file, and print on the screen If the resulting number is sm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:632142
    • 提供者:小杨
  1. RC4

    0下载:
  2. RC4-简介 RC4加密算法是大名鼎鼎的RSA三人组中的头号人物Ron Rivest在1987年设计的密钥长度可变的流加密算法簇。之所以称其为簇,是由于其核心部分的S-box长度可为任意,但一般为256字节。该算法的速度可以达到DES加密的10倍左右。 -RC4 RC4-profile RSA encryption algorithm is the famous trio of top man Ron Rivest in 1987, the design flow of var
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1097
    • 提供者:舟自横
  1. BjMwCpuPurchase1.0

    1下载:
  2. 1. 符合《中国金融集成电路(IC)卡规范》、《中国金融集成电路(IC)卡应用规范》。 2. 数据文件支持二进制文件、定长记录文件、变长记录文件、循环定长记录文件。 3. 支持符合银行规范的电子钱包、电子存折功能。 4. 支持DES、Triple DES等加密算法,并支持用户特有的安全加密算法的下载。 5. 支持线路加密、线路保密功能,防止通信数据被非法窃取或篡改。 6. 可用作安全保密模块,使用过程密钥实现加密、解密。 -1 in line with the
  3. 所属分类:加密解密

    • 发布日期:2017-02-26
    • 文件大小:215987
    • 提供者:ly
  1. AES-256bits

    0下载:
  2. AES加密解密算法,支持128,192,256变长密钥-AES encryption and decryption algorithms, support 128,192,256 variable-length keys
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:38294
    • 提供者:Wang Tong
  1. AES-Jeffrey-zhu

    0下载:
  2. Visual c++ 下使用C语言开发的AES分组加密算法,ECB模式,分组长度128bit,密钥长度可变,128或256bit。-Developed using C language Visual c++ AES block encryption algorithm, ECB mode, packet length 128bit key variable length, 128 or 256bit.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:149292
    • 提供者:yanan
  1. AES-OFB

    0下载:
  2. Visual c++ 下使用C语言开发的基于AES分组加密算法的流加密算法,OFB模式,分组长度128bit,密钥长度可变,128或256bit,可实现以字节为单位的流加密。-Using C language development in Visual c++ block encryption algorithm AES-based stream encryption algorithm, OFB mode, packet length 128bit key variable length, 1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-02
    • 文件大小:3058938
    • 提供者:yanan
  1. arc4

    0下载:
  2. Visual c++ 下使用C语言开发的ARC4流加密算法,密钥长度可变,可实现以字节为单位的流加密,加密强度比AES分组加密算法弱,但是效率比AES算法高。-C language development Visual c++ ARC4 stream encryption algorithm and key length is variable and can be realized in bytes stream encryption, encryption strength than AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:3046867
    • 提供者:yanan
  1. AES-Rijndael

    0下载:
  2. Rijndael (pronounced Reindaal) AES算法,由Joan Daemen and Vincent Rijmen设计。-//Rijndael (pronounced Reindaal) is a block cipher, designed by Joan Daemen and Vincent Rijmen as a candidate algorithm for the AES. //The cipher has a variable block length an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:23042
    • 提供者:doofu
  1. ztrees

    0下载:
  2. *讨论   * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越   *共源的值由短比特序列表示。   *   *每个代码树存储在ZIP文件以压缩形式   *这是本身的长度的霍夫曼编码   *所有的代码串(按升序排列按来源值)。   *实际代码串从长度重构   *解压缩过程中,如在“应用指南”中描述   *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:11082
    • 提供者:ShichaoLiang
搜珍网 www.dssz.com