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

搜索资源列表

  1. s_box实现

    0下载:
  2. 这是一个用VC.net实现的AES的S-box的实现代码,包括求逆和s盒的实现代码-This is a realization of the use VC.net AES S-box realization of the code, including inversion and the realization s box code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7840
    • 提供者:刘力
  1. 资料.doc

    0下载:
  2. 这是加密算法的几个算法,有AES,DLL,IDEA算法,我觉得不错,同大家分享!-This is the encryption algorithm several algorithm, AES, DLL, IDEA algorithm, I think it's good to share with you!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:331125
    • 提供者:首首
  1. AES_VB

    0下载:
  2. AES加密是一个高效快捷用于军事加密等级的类模块,可以在任何工程中使用。AES(128位字区大小,使用128、192或者256位密钥长度)是用在美国政府进行保护机密(使用192或者256位密钥)和绝密文件的算法。不同于其他区段加密算法,AES是在VB中是最有效率的,因为加密一个区段能被使用唯一的CopyMemory,异或操作和一些位掩码。这个类模块可以支持所有的密钥和字区大小。并且难能可贵的是支持中英文混合加密。-AES encryption is a fast and efficient le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:32297
    • 提供者:
  1. AESCrypt22_source

    0下载:
  2. AES, 即Advanced Encryption Standard高级加密标准模块, 它是目前国际上最先进的加密技术, 是基于DES之后的最新发布的高段加密标准. 该标准由美国NIST(National Institute of Standards and Technology)组织制定发布.-AES, namely, Advanced Encryption Standard Advanced Encryption Standard module, which is currently the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:72326
    • 提供者:fanxihua
  1. AESsuanfa

    0下载:
  2. 基于WIN32的经典的AES算法,注释详尽,易于理解,适合于加密算法的初学者,希望能对大家有所帮助!-WIN32' s classic based on the AES algorithm, the Notes detailed, easy to understand for the beginners in the encryption algorithm, I hope all of you can help!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:222642
    • 提供者:jack
  1. rsyncrypto-1.12.tar

    0下载:
  2. 使用AES-CBC对文件进行加密,并对加密后的文件用rsync增量传输,达到安全高效的目的。该代码源自rsyncrypto,在Visual studio中编译的时候设定“使用自己创建的预编译头”,然后将config.h的路径指明正确.-the encrypted file s incremental transmission
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:420652
    • 提供者:Jimmy
  1. CRijndaelMfcDemo

    0下载:
  2. Rijndael AES 加密算法 速度453k/s VS2003工程-Rijndael AES encryption algorithm speed of 453k/s VS2003 project
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:58184
    • 提供者:未愈书生
  1. CRijndaelMfcDemo

    0下载:
  2. vs2003,AES加密速度1.6m/s-vs2003, AES encryption speed of 1.6m/s
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:59331
    • 提供者:未愈书生
  1. aes_inv_sbox

    0下载:
  2. The inverse S-box is used in the decrypting function inv_cipher to revert the substitution carried out via the S-box. The corresponding AES-Matlab function declared in Line 1 of Listing 7 takes the Sbox (s_box) as its input and generates the in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1958
    • 提供者:darshan
  1. AES

    0下载:
  2. AES加解密的实现,非常有用,有助于密码学的学习-AES encryption ,it s very useful,I think you will like it,and then you will be much better.wh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1642
    • 提供者:焦鹏举
  1. Aes

    0下载:
  2. 128位AES加/解密函数Enciphering/Deciphering;CBC工作模式下的AES加/解密函数CBCEncrypt/CBCDecrypt。本密码算法的实现不仅是经典AES算法的实现,还采用动态S盒技术对其作出了改进,使其安全性更高,改进之处参考了《AES算法的S盒分析及改进探讨》一文。-128-bit AES encryption/decryption the function Enciphering/Deciphering the CBC operating mode AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:1172322
    • 提供者:fang
  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. AES11

    0下载:
  2. AES加密算法的maple实现,很难找的,非常适合了解算法原理的童鞋!-AES encryption algorithm to achieve the maple understand the algorithm principle, ideal for children' s shoes are hard to find!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:1806494
    • 提供者:周时
  1. AES

    0下载:
  2. 对称加密算法AES的C++实现,经过测试,好使。-To achieve the AES' s C++ of symmetric encryption algorithm has been tested, so that.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:5785
    • 提供者:李国进
  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. 27695635aes

    0下载:
  2. AES加密/解密算法(S-BOX)的C语言完整代码-AES encryption/decryption algorithm (S-BOX) complete C language code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-21
    • 文件大小:6144
    • 提供者:朱宏晨
  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. RNCryptor-cs-master

    0下载:
  2. AES 256 encryption and decryption algorithm implemented in C#.net with complete testing. AES256 cryptor is implemented as DLL with simple API s for encrypt and decrypt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:232568
    • 提供者:Dnyanesh
  1. AES

    0下载:
  2. 实现完整的AES加密解密,主要分为四步:S盒,行移位,列变换,密钥扩展- Achieve a complete AES encryption and decryption, divided into four steps: S box, row shift row conversion, key expansion
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:423768
    • 提供者:wangli
  1. AES_CMAC

    3下载:
  2. 通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基
  3. 所属分类:加密解密

    • 发布日期:2019-06-20
    • 文件大小:46080
    • 提供者:lixiaoke
« 1 23 »
搜珍网 www.dssz.com