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

搜索资源列表

  1. 20050123225003797915

    1下载:
  2. aes加密算法。用delphi语言实现。位数为128。-Aes encryption algorithm. Delphi use language. Median 128.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:195743
    • 提供者:高志强
  1. 文件加密软件

    1下载:
  2. 文件加密软件,采用AES加密算法处理 默认密匙采用128位,加密后文件,用户 不知道解密密码,打开为乱码。-file encryption software, using AES encryption algorithm used to deal with the default key 128, encrypted documents, users do not know decryption password, open to gibberish.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:243265
    • 提供者:马忠
  1. cSharp_aes

    0下载:
  2. 用C#写的AES加密软件,能完成128、192、256的密钥加密和明文多个分组的自动填充-128,192,256 key encryption and expressly multiple grouping is automatically populated with AES encryption software written in C#,
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:67437
    • 提供者:tangrui
  1. TEA

    0下载:
  2. 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:2229
    • 提供者:YCLIU
  1. NCSetup-1.1a

    0下载:
  2. 很好的加密数据工具,支持多种加密算法,如DES、AES、RC2、RC4、RC5、IDEA、CAST-128-A very good tool for encrypted data to support a variety of encryption algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:569974
    • 提供者:lijie
  1. AesCode

    0下载:
  2.  AES是分组密钥,算法输入128位数据,密钥长度也是128位。用Nr表示对一个数据分组加密的轮数(加密轮数与密钥长度的关系如表1所列)。每一轮都需要一个与输入分组具有相同长度的扩展密钥Expandedkey(i)的参与。由于外部输入的加密密钥K长度有限,所以在算法中要用一个密钥扩展程序(Keyexpansion)把外部密钥K扩展成更长的比特串,以生成各轮的加密和解密密钥。-AES is the group key, the algorithm 128-bit data input, is 12
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-05-20
    • 文件大小:3813376
    • 提供者:王风
  1. ascii

    0下载:
  2. 实现128位的AES加密解密功能,可以是任意长度的字符,在ECB模式下处理的-Achieve 128-bit AES encryption and decryption functions can be any length of characters processed in ECB mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4461
    • 提供者:wangying
  1. AESTool

    0下载:
  2. 简单但功能齐全的AES加解密计算器 能选择加密模式 数字分组 暂时支持128长度的密钥-Simple but fully functional calculator AES encryption and decryption can select encryption mode digital packet length of the temporary support of the key 128
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-23
    • 文件大小:202752
    • 提供者:杨川
  1. AesCode

    0下载:
  2. AES加密解密算法,可选择128 192 256位密钥。 可加密解密字符串,可加密解密文件。 支持图形界面。 C++实现。-AES encryption and decryption algorithms, can choose 128 192 256-bit key. Can encrypt and decrypt strings, can encrypt and decrypt files. Graphical interface. C++ implementation.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3683862
    • 提供者:刘轶斌
  1. AESFORC51

    1下载:
  2. C51可用的AES加解密算法,只支持128位加解密,在实际项目中应用,网上较多见的是C++程序,在C51和类似内存资源较少的单片机无法使用,绝对可用。-C51 AES encryption and decryption algorithms available, which only supports 128-bit encryption and decryption, in actual application of the project, the online is more to see
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:5033
    • 提供者:uiao86
  1. math_AES

    0下载:
  2. Assuming that one could build a machine that could recover a DES key in a second (i.e., try 255 keys per second), then it would take that machine approximately 149 thousand-billion (149 trillion) years to crack a 128-bit AES key. To put that into per
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:643162
    • 提供者:vipi
  1. AESPforPDEL

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位长度的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 -AES is a safety code standards for message encryption. It supports 128, 192 and 256 of the length of the key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:291996
    • 提供者:assassin
  1. untitle

    0下载:
  2. aes算法,128位,16字节数据加密解密-aes algorithm, 128
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:6135
    • 提供者:陈连定
  1. Aaess-ccE

    0下载:
  2. AES算法主要包含三个方面:轮变化、轮数与密钥扩展。本文以128为例例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES -The AES algorithm mainly includes three aspects: the wheel changes, the number of rounds and key expansion. To 128, for example cases to introduce the basic principles of the al
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3872
    • 提供者:shubainian
  1. AaessCPPPe

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

    • 发布日期:2017-11-23
    • 文件大小:3427
    • 提供者:sacri
  1. Encryptor

    0下载:
  2. Encryptor高强度加密解密实例,采用密匙128位aes文件加密-Encryptor high strength encryption instance, aes file encryption key 128
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-12
    • 文件大小:183317
    • 提供者:姓名
  1. abusefilter

    0下载:
  2. AES加密解密算法完整版,可切换密钥128,192,256。可顺利运行,界面美观~-The full version of the AES encryption and decryption algorithms, to switch keys 128,192,256. Smooth running, beautiful interface to
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-12-08
    • 文件大小:37766
    • 提供者:zhouyz
  1. Decrypt.rar

    0下载:
  2. 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
  3. 所属分类:CA program

    • 发布日期:2017-11-16
    • 文件大小:212805
    • 提供者:曾祥园
  1. AES_algorithm

    0下载:
  2. AES是一种可用来保护电子数据的新型加密算法。特别是,AES是可以使用128、192和256位密钥的迭代式对称密钥块密码,并且可以对128位(16个字节)的数据块进行加密和解密。-AES is a new encryption algorithm to protect one of the available electronic data. In particular, AES may be used for 128, 192, and 256-bit key iterative symmet
  3. 所属分类:CA program

    • 发布日期:2017-12-01
    • 文件大小:7864
    • 提供者:杨书金
  1. FFT-C

    0下载:
  2. C语言实现FFT算法,思维清晰,技巧行较强。-AES encryption algorithm (128) bit Verilog implementation, modular design, easy to understand.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-23
    • 文件大小:6863
    • 提供者:mr hu
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com