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

搜索资源列表

  1. en_aes

    0下载:
  2. 密码学中aes算法,经过调试后,可使用的代码。-Aes cryptography algorithm, after debugging, you can use the code.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:3247
    • 提供者:zhao
  1. TestMSComm

    0下载:
  2. AES加密和解密源码,Delphi源码实例,编程学习源码,很好的参考资料。-AES encryption and decryption source code, Delphi source code examples, programmed learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:60127
    • 提供者:梁思
  1. aes128-bit

    0下载:
  2. vhdl code for aes 128 bit
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:5712
    • 提供者:MANI
  1. EncryptionUitl

    0下载:
  2. java 加密代码 有main方法 凭秘钥AES加密 解密-java encryption code
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:2003
    • 提供者:千里马
  1. new

    0下载:
  2. vhdl code aes algorithm newly modified
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:189120
    • 提供者:gopalakirshnan
  1. des_vhdl_code

    0下载:
  2. decription aes using vhdl code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:140194
    • 提供者:dani.hassoun
  1. dec_aes

    0下载:
  2. decription aes vhdl code for fpga
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:12067
    • 提供者:dani.hassoun
  1. Project

    0下载:
  2. 基于FPGA的AES算法的VHDL实现,低内存模式-aes vhdl code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:59517
    • 提供者:曹弘
  1. AES_verilog

    0下载:
  2. 对AES算法加密解密的Verilog源代码,可以实现其128位和256位明文密文之间的转换。-AES algorithm for encryption and decryption of Verilog source code, can achieve the conversion of its 128 and 256 between the plaintext ciphertext.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:19955
    • 提供者:毛子明
  1. AES_CryptoLib

    0下载:
  2. This is a program of crypting the source code with the AES algorithm. This is the very interesting program. Thanks!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-19
    • 文件大小:28408844
    • 提供者:KH.L
  1. aes_glue

    0下载:
  2. Glue Code for the asm optimized version of the AES Cipher Algorithm for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:996
    • 提供者:qingwingwu
  1. CryptoExample

    0下载:
  2. Full workin code sgared by shaun for Cryotp Tesing using AES for string as well as files.
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:22811
    • 提供者:Amit Rai
  1. Decode

    0下载:
  2. 几种常见的加解密源码,包括DES,BASE64,AES等,可以修改使用-Several common encryption source code, including DES, BASE64, AES, etc., can be modified to use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:38006
    • 提供者:wt
  1. myencryptsrc

    2下载:
  2. 贺兰_加密解密字符串,VB源码下载,CRndXorHash.cls功能:用VB6实现中英文文本的私钥加密。可能转换为不可显示字符,逆转换会出错!使用 MTransform.bas 中的转换16进制函数显示加密后的数据,可以解决逆转换问题!但加密、解密速度变慢!注意:对含特殊符号(如·)的字符串出现错误!必须为AscWII格式。   功能:加密字符串(含贺兰_进制转换(产生随机数,进制转换)模块)   1、"RndXorHash加密法"   2、"AES加密法"   3、"
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:75666
    • 提供者:ipudn37
  1. Vc6package

    0下载:
  2. VC++ 6.0 源码包.包括:AES算法加密文档源码,MD5算法加密源码,检测CPU和硬盘序列号生成注册码源代码,检测网卡MAC地址生成注册码源代码,利用INI文件注册软件的源码,利用INI文件注册软件的源码,利用INI文件注册软件的源码,网络数据包加密源码-VC++ 6.0 source code package includes:. AES algorithm to encrypt the document source, MD5 encryption algorithm source c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2064645
    • 提供者:namejiang
  1. AES01

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4017
    • 提供者:alien
  1. AES02

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:3723
    • 提供者:alien
  1. AES03

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3904
    • 提供者:alien
  1. AES04

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:Database system

    • 发布日期:2017-04-14
    • 文件大小:3724
    • 提供者:alien
  1. AES05

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:SQL Server

    • 发布日期:2017-04-15
    • 文件大小:6138
    • 提供者:alien
« 1 2 ... 16 17 18 19 20 2122 23 24 »
搜珍网 www.dssz.com