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

搜索资源列表

  1. AES

    0下载:
  2. AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:18483
    • 提供者:zhangyi
  1. rrijjndaelalli

    0下载:
  2. rijndael(全).zip,已经通过AES认证。这这个源码包是全的,含有std -zip, rijndael (full). been certified by AES. This source package full, containing std
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:6211
    • 提供者:李霞妮
  1. AesEncrypt.cpp

    1下载:
  2. 高级加密标准(AES)的C++实现,AES又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准,用来替代原先的DES。-The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. NIST。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:5718
    • 提供者:drawde
  1. Rijndael

    0下载:
  2. Rijindeal 算法简介,其中包含有原本的算法简介,不同于简单的AES加密-Rijindeal
  3. 所属分类:CA program

    • 发布日期:2017-11-19
    • 文件大小:242961
    • 提供者:秦湘
  1. AES--code

    0下载:
  2. AES范例实现,是论文《高级加密标准(AES)算法Rijndael的设计》附录的原始代码-The AES example implementation, the paper " design of the Advanced Encryption Standard (AES) algorithm Rijndael Appendix original code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:3473
    • 提供者:tom
  1. rijndael

    0下载:
  2. vb加密算法,不可逆,非常好,请大家笑纳-vb encryption algorithm, irreversible, very good, please kindly consider
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:18095
    • 提供者:wu_quanyi
  1. Rijndael

    0下载:
  2. AES document (Proposal)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-29
    • 文件大小:219781
    • 提供者:ccc
  1. Rijndael

    0下载:
  2. AES加密算法的具体实现,包括加密函数和解密函数-The concrete realization of the AES encryption algorithm, including encryption function and decryption function
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-28
    • 文件大小:22211584
    • 提供者:mushishi
  1. AES

    0下载:
  2. AES 128bit加解密简单实现,控制台输入明/密文和密钥,环境DEV C++。-AES 128bit, Rijndael
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:4716
    • 提供者:huangfan
  1. rijndael2

    0下载:
  2. rijndael 加密算法 经典算法-rijndael
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-20
    • 文件大小:43938
    • 提供者:金属
  1. RSACrypt

    0下载:
  2. C# RSA加密解密 使用Rijndael算法(对称)加密数据,再用RSA加密Rijndael密钥。使用这种算法加密大文件时运算比较快。-C# RSA encryption and decryption using Rijndael algorithm (symmetric) encryption of data, then the RSA encryption Rijndael key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:883395
    • 提供者:田韵豪
  1. AESencrypt

    0下载:
  2. AES是经典的非对称加密算法,AES加密算法的C语言现实,代码可扩展性强-The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. National Institute of Standards and Technology (NIST) in 2001. Based on the Rijndael cipher d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:4076
    • 提供者:liwen
  1. Rijndael

    0下载:
  2. 用VB实现的AES算法实现对字符串、文件加密和解密,可以设置密钥和加密长度。-VB of AES algorithm, you can set the key and encryption length of the string, file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:29630
    • 提供者:bangedian
  1. aes

    0下载:
  2. AES Rijndael cipher Modifications to public domain implementation: - support only 128-bit keys - cleanup.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:13254
    • 提供者:kuefouzo
  1. 3DES

    0下载:
  2. 3DES(或称为Triple DES)是三重数据加密算法(TDEA,Triple Data Encryption Algorithm)块密码的通称。 3DES的c++实现-Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as the Advanced Encryption Standard Rijndael encryption, AES encryption
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:642863
    • 提供者:李行
  1. rijndael-alg-fst

    0下载:
  2. Check return value double.The ESCAPE character is used during run-length encoding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:7521
    • 提供者:piuzekeng
  1. Rijndael

    0下载:
  2. 加密算法类VB源码示例,有需要的就下载看看。-VB source code encryption algorithm class examples, there is need to look at the download.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:37898
    • 提供者:盐水肘花
  1. Rijndael

    0下载:
  2. AES加密算法的java实现源代码。只有一个java源文件,非常简单。-AES encryption algorithm to achieve the java source code. Only a java source files, a very simple.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3758
    • 提供者:kimifetch
  1. AESEngine

    0下载:
  2. an implementation of the AES (Rijndael), from FIPS-197 for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:8144
    • 提供者:rolincei
  1. DesCrack

    0下载:
  2. assembly> <name>ZYBEncrypt</name> </assembly> <members> <member name="T:ZYBEncrypt.Rijndael_"> <summary> Rijndael </summary> </member> <member name="M:ZYBEncrypt.Rijndae
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:13896
    • 提供者:wentsun
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com