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

搜索资源列表

  1. delphi7 各种加密算法源码大全

    3下载:
  2. delphi的加密算法程序源码,DES AES CRC MD5 RSA SHA ...
  3. 所属分类:加密解密

  1. aes

    0下载:
  2. 密码学算法的实践,实现了AES算法的加密及解密-The practice of the cryptography algorithm, the realization of the encryption and decryption of AES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:ZhongYiheng
  1. AES

    0下载:
  2. AES算法的C语言编程,实现128比特的加密与解密。-AES algorithm C language programming, the realization of 128 bit encryption and decryption.
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3121
    • 提供者:zhouyu
  1. AES-on-FPGA

    0下载:
  2. AES算法在FPGA上的实现,对AES算法所用的器件资源进行了总结-AES on FPGA the Fastest to the Smallest
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:409167
    • 提供者:jason
  1. AES-pipelined-architecture

    0下载:
  2. AES算法,采用FPGA实现,重点描述了流水线设计,使用才方法使加解密具有很高的吞吐率-An AES crypto chip using a high-speed parallel pipelined architecture
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:356678
    • 提供者:wucaidai
  1. aes

    0下载:
  2. 本文档用C语言写了AES算法,可以读入明文或密文文档和密钥文档,然后将加密或解密结果输出到文档中-This document is written in C language of the AES algorithm, can be read in plain text or cipher text documents and key documents, and then output the results to encrypt or decrypt the document
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:104713
    • 提供者:
  1. AES

    1下载:
  2. AES算法的实现,包括128/192/256位秘钥,测试通过-AES algorithm, including the 128/192/256 bit secret key, test passed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4171
    • 提供者:WYaode
  1. AES-Source-Code

    0下载:
  2. AES 算法源码,便于自己封装,添加到自己工程里-aes source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:250214
    • 提供者:李二
  1. AES

    0下载:
  2. 实现比较简单的aes算法,vc6编译通过。-aes source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:23225
    • 提供者:李二
  1. AES-Encrypt

    0下载:
  2. AES加密算法的验证工具,适合开发AES算法的朋友验证自己的算法.-no english descrypte
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:722998
    • 提供者:李波
  1. aes

    0下载:
  2. 采用aes算法,对输入的任意长度的字符串进行加密。-Using aes algorithm, the input string of any length is encrypted.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1513377
    • 提供者:张三
  1. AES

    0下载:
  2. AES算法部分模块行位移列变换以及主题程序加密解密-AES algorithm transforms part of the module rows and columns relating to the displacement of encryption and decryption program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:465583
    • 提供者:秦川
  1. AES

    0下载:
  2. 密码学 AES算法的代码实现 包括加密和解密过程-AES cryptographic algorithm code, including encryption and decryption process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1999658
    • 提供者:ChenDL
  1. AES加密、解密c++实现代码

    3下载:
  2. 实现192位密钥的AES加密及解密算法。实现语言为c++。
  3. 所属分类:其它程序

    • 发布日期:2016-05-13
    • 文件大小:3750
    • 提供者:Dsir123
  1. AES

    0下载:
  2. 使用C语言实现AES算法-C language AESC language AESC language AES
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:2428
    • 提供者:蔡安安
  1. AES

    2下载:
  2. AES算法加密C语言完整程序 可实现AES128位 加密 解密-AES encryption algorithm for the complete program
  3. 所属分类:CA program

    • 发布日期:2016-07-08
    • 文件大小:4096
    • 提供者:张三丰
  1. AES

    0下载:
  2. AES算法,用来进行数据加密,运行在c++环境下,亲测可行。 - AES algorithm, used to encrypt data, running in the c++ environment, the pro test is feasible.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:5208
    • 提供者:张瑞宁
  1. AES.Simple

    0下载:
  2. AES算法加密解密的简单演示,包括原始数据,加密过程,加密后密文,解密过程,解密后报文。-AES encryption algorithm decryption simple demonstration, including the original data, the encryption process, encrypted ciphertext, decryption, packet after decryption.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-04
    • 文件大小:193903
    • 提供者:小左
  1. AES

    1下载:
  2. 用C/C++实现加解密算法及其应用:AES 和基于AES 的CMAC(Encryption and decryption algorithm and its application with C/C++: AES and CMAC based on AES)
  3. 所属分类:加密解密

    • 发布日期:2017-12-23
    • 文件大小:2319360
    • 提供者:麦脚
  1. AES-128 encryption algorithm

    2下载:
  2. 用matlab编写的加密算法。输入128bit 明文,采用AES-128算法可以的得到128bit的密文输出。每一轮的加密结果都有显示。(Above is the AES(Advanced Encryption Standard)-128 algorithm written by matlab. By inputing the contexts and encryption key, you will get each round key and encryption result)
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:QQ小冰
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com