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

搜索资源列表

  1. 基于STM32 的AES加密算法

    2下载:
  2. 基于STM32 的AES加密算法,适合用在简单的存储加密,The STM32-based AES encryption algorithm, suitable for storage in a simple encryption
  3. 所属分类:加密解密

    • 发布日期:2016-07-08
    • 文件大小:251996
    • 提供者:fox
  1. aes加密算法实现,经过FPGA验证的

    2下载:
  2. aes加密算法实现,经过FPGA验证的!,aes encryption algorithm, after FPGA validation!
  3. 所属分类:加密解密

    • 发布日期:2014-12-02
    • 文件大小:5750
    • 提供者:guochao
  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

    2下载:
  2. AES matlab源码, 分加密子模块实现, 与参考书一致, 参考价值高 ,AES matlab source code, divided to sub-module for encryption, consistent with the reference books, reference high value
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:727989
    • 提供者:zhang
  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加密解密字符串

    2下载:
  2. AES加密解密字符串 调用方法: 加密:EncryptAes(Text As String, Pass As String) 解密:DecryptAes(Text As String, Pass As String)-Call the method string AES encryption: Encryption: EncryptAes (Text As String, Pass As String) decryption: DecryptAes (Text As Strin
  3. 所属分类:加密解密

    • 发布日期:2012-10-14
    • 文件大小:2723
    • 提供者:粽子
  1. AES

    0下载:
  2. 使用delphi语言开发的,可以实现AES算法,支持128位-Delphi development of the use of language can be achieved AES algorithm, supports 128-bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:209876
    • 提供者:汪臻
  1. aes-java-file

    0下载:
  2. 使用java编写的aes文件加密源代码,经测试能对文本进行加密,密钥为128 192 256bit-Prepared using aes file encryption java source code, the test can encrypt the text, the key for the 128 192 256bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:8997
    • 提供者:cai
  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. 128bit-AES

    2下载:
  2. 完整的工程,128位aes加解密,有详尽的注释及文件说明-For AES encode and decode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2160682
    • 提供者:wwww
  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. AES加密和解密,包含.h和.cpp文件,vs2008打开工程,直接运行,运行参数可以参考main函数-AES encryption and decryption, including. H and. Cpp files, vs2008 open the project has a direct operation, operating parameters can refer to the main function of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3297397
    • 提供者:zhaoyb
  1. -AES-encryption-algorithm

    0下载:
  2. 基于AES加密算法的改进及其MATLAB实现,内容详细。-AES Encryption Algorithm Based on MATLAB and its implementation, and detailed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4415129
    • 提供者:王岩
  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

    0下载:
  2. MFC编写的AES加密解密程序,能对文本文件进行保护。-MFC prepared by the AES encryption and decryption procedures can protect a text file.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:77585
    • 提供者:王晓明
  1. aes

    1下载:
  2. aes加密算法,c语言编写,ECB的加密方式-aes encryption algorithm, c language, ECB mode encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:58134
    • 提供者:apple
  1. AES

    1下载:
  2. C++实现的AES加密算法,接口简单,可以直接使用-C++ implementation of the AES encryption algorithm, the interface is simple, can be used directly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-03-26
    • 文件大小:4096
    • 提供者:dc
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com