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

搜索资源列表

  1. aes-c[1][1].tar

    0下载:
  2. 该文件属于c++运行环境下AES加密程序源码。-documents belonging to the c runtime environment under AES encryption source.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7646
    • 提供者:芝子
  1. AES算法C源码

    0下载:
  2. AES算法C源码-AES C source
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9109
    • 提供者:
  1. aes-c

    2下载:
  2. AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4076
    • 提供者:bin
  1. Aes.rar

    1下载:
  2. 使用C++和MFC做的AES加密解密系统,The use of C++ and MFC to do the AES encryption and decryption system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1904692
    • 提供者:张晴丽
  1. aes.rar

    4下载:
  2. AES加解密算法C源代码及详细解释,可以直接用作教学课件.,AES encryption algorithm C source codes and their detailed explanation, can be directly used for teaching.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-06-14
    • 文件大小:413320
    • 提供者:zhou
  1. AES.zip

    1下载:
  2. AES最新加密解密算法,C语言源代码。。。。。,The latest AES encryption and decryption algorithm, C language source code. . . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:46306
    • 提供者:张怡
  1. AES

    0下载:
  2. ASE算法实现 C++ MFC 密码学课程设计-ASE algorithm C++ MFC Cryptography Course Design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1954880
    • 提供者:lilinxuan
  1. AES-C

    0下载:
  2. aes(rijndael 算法)的C语言实现,完整的程序源码,仅供参考-aes (rijndael algorithm) of the C language, complete source code, for reference only
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:2407
    • 提供者:Bruce Lee
  1. AES128

    0下载:
  2. 很不错的aes C源码,简单易懂,已经过验证-AES C source code is very good, easy to understand, has been validated
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:3116
    • 提供者:张树威
  1. aes-CCM

    1下载:
  2. 程序基于AES分组加密标准完成ccm模式加密与认证处理,包括NIST的基准测试向量。-Basing on AES, this program can perform encryption and authentication. All test vectors are from NIST.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:20767
    • 提供者:hanyu
  1. AES

    0下载:
  2. 128、192、256位AES加解密算法-128,192,256-bit AES encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:8715
    • 提供者:杨颖
  1. AES

    0下载:
  2. AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-09
    • 文件大小:16307947
    • 提供者:cristiano
  1. AES

    0下载:
  2. C语言实现AES的两种方式,实现了128,192,256三种模式的加密解密-C language AES' s two ways to achieve the three modes of encryption and decryption 128,192,256
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:46646
    • 提供者:李健
  1. AES-128Bit-C51

    1下载:
  2. AES算法,在51单片机中用c语言实现,大家可以参考下!-AES algorithm, used in 51 Singlechip c language, everyone can refer to the next!
  3. 所属分类:加密解密

    • 发布日期:2013-06-06
    • 文件大小:10013
    • 提供者:苏琦
  1. aes-c

    0下载:
  2. aes的实现,语言C 很好很快 对于学习密码学的人很有用-aes of the implementation, language C very soon
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:4080
    • 提供者:li
  1. aes.c

    0下载:
  2. co ban ve AES. duoc viet bang ngon ngu C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:1950
    • 提供者:trinh dat
  1. AES

    1下载:
  2. AES算法的C语言版本,支持ECB和CBC模式,速度和体积都经过本人精心优化,适合于C51、ARM和PC,内有Keil、ADS和VC6 三个工程和测试代码,并附有算法原理和演示动画资料。-The C language version of the AES algorithm supports ECB and CBC mode, speed and code size after I carefully optimized for the C51, ARM and PC, there Keil,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:559804
    • 提供者:lbf
  1. tiny-AES-c-master

    0下载:
  2. Tiny Advanced Encryption Standards C Library
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:11264
    • 提供者:hamidenet
  1. AES

    0下载:
  2. 实现AES加密解密,AES是一种对称加密算法。(Realize AES encryption and decryption, AES is a symmetric encryption algorithm.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:杨小手
  1. AES加密

    0下载:
  2. 基于openssl AES加解密功能封装(Encapsulation based on OpenSSL AES encryption and decryption function)
  3. 所属分类:加密解密

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:cwbo_win
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com