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

搜索资源列表

  1. AAES-128Bit-CE

    0下载:
  2. AES算法,在51单片机SCMM中用c语言实现,大家可以参考下! -AES algorithm in the 51 microcontroller SCMM using c language, we can refer to the next!
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:9838
    • 提供者:zxcvva
  1. arc4

    0下载:
  2. Visual c++ 下使用C语言开发的ARC4流加密算法,密钥长度可变,可实现以字节为单位的流加密,加密强度比AES分组加密算法弱,但是效率比AES算法高。-C language development Visual c++ ARC4 stream encryption algorithm and key length is variable and can be realized in bytes stream encryption, encryption strength than AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:3046867
    • 提供者:yanan
  1. aes_encrypt

    0下载:
  2. 纯C语言实现基于AES算法的加密,从文件每次读取16个字节加密后写入指定文件中,同时把源文件大小和密钥做异或写入加密文件中。-Pure C language based on the AES algorithm encryption, encrypted each read 16 bytes written to the specified file from the file, while the size of the source file and the key is to do XOR
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:788
    • 提供者:刘小生
  1. aes_decrypt

    0下载:
  2. 纯C语言实现基于AES算法的解密功能,从用AES加密后的文件读取16个字节后,解密操作,同时读取加密文件的前四个字节,表示源文件的长度大小。-Pure C language implementation based on AES algorithm decryption functions, read 16 bytes from the file after using AES encryption and decryption operations, read the first four b
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:814
    • 提供者:刘小生
  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. CMAC

    0下载:
  2. 利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看-The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:4289
    • 提供者:张国威
  1. Rijndael_ECB

    0下载:
  2. AES加解密C语言源代码,可直接运行通过,方便大家借鉴学习-AES encryption and decryption of C language source code, can be directly run by, we facilitate learning from
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4163
    • 提供者:翟喜
  1. 15

    0下载:
  2. 课程设计用C语言实现AES的加密解密 易于学习-Curriculum design and implementation of AES encryption and decryption using C language is easy to learn
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2922
    • 提供者:杨天
  1. AES_Linux_C

    0下载:
  2. Rijndael AES代码,用C语言实现-Rijndael AES code, using C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:22508
    • 提供者:kemengli
  1. CandPython_AES

    0下载:
  2. c++语言的AES算法有很多版本,此文件的AES算法与python加密库的AES算法相匹配(from Crypto.Cipher import AES),可实现C++与python之间的AES加解密转换-AES algorithm c++ language has many versions, this file AES algorithm of AES algorithm and the python cryptography library, matching can be realized
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-10
    • 文件大小:17463910
    • 提供者:许扬轩
  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. OpenAES-0.9.0

    0下载:
  2. 最近发现的加密算法AES的一个开源C语言实现,欢迎大家适用-The recent discovery of the AES encryption algorithm, an open source C language, we welcome the applicable
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:44124
    • 提供者:superbug
  1. AES12

    0下载:
  2. AES原理及其在c语言上的实现,已验证程序可用,原理清晰-AES principle and its realization in the c language program available verified, clear principles
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:120344
    • 提供者:jim
  1. CMAC

    0下载:
  2. 基于AES算法的CMAC算法编写 用C语言编写的 -CMAC based on AES
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2956
    • 提供者:Kanra
  1. experiment_AES

    0下载:
  2. 用纯C语言写的AES密码算法,适合初学者学习AES的加密过程.-Written in pure C language AES cipher algorithm, suitable for beginners to learn the AES encryption process.
  3. 所属分类:Crypt_Decrypt algrithms

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