CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - aes加密 算法

搜索资源列表

  1. Aes

    0下载:
  2. 用vc实现的aes加密和解密算法。有住示,便于阅读和理解。-Vc achieved using des encryption and decryption algorithm. There are live show, easy to read and understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3792
    • 提供者:陈平
  1. StandaloneAES.tar

    0下载:
  2. 这是我收集基用于tinyos实现的AES加密算法,希望能帮助大家-This is my collection for tinyos based AES encryption algorithm implementation, hoping to help people
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3483
    • 提供者:gaojianqiao
  1. aes

    0下载:
  2. aes高级加密标准算法的实现,从文本in.dat读入明文,从文本word.dat读入密钥,输出密文至文本out.dat-aes Advanced Encryption Standard algorithm, read from the text in.dat clear, read from the text word.dat key, the output cipher text to text out.dat
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2367
    • 提供者:Mengxianyu
  1. AES-test

    0下载:
  2. AES对128bit数据的加密算法实现。s_box.txt中保存的是s盒和密钥-AES 128bit data encryption algorithm. s_box.txt saved s box and key
  3. 所属分类:Other windows programs

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

    0下载:
  2. AES加密算法,代码可以在VC6.0中直接运行-AES encryption algorithm, the code can be run directly in VC6.0
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:259786
    • 提供者:hushoufeng
  1. AES

    0下载:
  2. 四种加密算法之AES的源码-C++ (包含一个头文件和一个cpp文件) -The source of the four encryption algorithms AES-C++ (Contains a header file and a cpp file)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:4874
    • 提供者:wwwwww
  1. AEScode

    0下载:
  2. c++实现 AES加密算法,字符界面输入输出,对字符进行加密,输出加密后的密文-c++ realize the AES encryption algorithm, the input and output of the character interface,
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:118180
    • 提供者:645845184
  1. AES

    0下载:
  2. AES加密算法中,实现十六轮密码迭代。key0为人工输入初始密钥。-AES encryption algorithm to achieve sixteen password iteration. key0 to manually input the initial key.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:270379
    • 提供者:付攀
  1. AES

    0下载:
  2. 此代码主要完成对AES加密算法的实现,使用C++实现,简单易用-This code is mainly to complete the AES encryption algorithm, using C++ achieve, easy to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:11128
    • 提供者:whj
  1. AES-C

    0下载:
  2. AES加密算法C语言,代码比较简单,主要适合初学者学习使用-AES encoding AES encodingAES encodingAES encodingAES encoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:862407
    • 提供者:aa
  1. AES_CRYPTO

    0下载:
  2. 该文件实现了AES(高级加密标准)算法,为大家学习AES加密算法提供了学习资料-Algorithm of AES
  3. 所属分类:Other systems

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

    0下载:
  2. AES加密算法实现,带界面,支持文件的加密解密-AES encryption code
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:24782848
    • 提供者:申笑晨
  1. 加密算法源码

    0下载:
  2. 单片机加密算法,包括AES,DES,MD5,RC6,RSA等(SCM encryption algorithm, including AES, DES, MD5, RC6, RSA and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:15360
    • 提供者:xyharm
  1. AES-CTR

    0下载:
  2. 仿真AES算法,工作在CTR模式下。用于多个平台的数据加密(simulation of AES algorithm working at CTR mode)
  3. 所属分类:其他

  1. TestAESCipher

    0下载:
  2. AES(Advanced Encryption Standard)加密算法的C++实现(C++ implementation of AES algorithm)
  3. 所属分类:其他

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

    0下载:
  2. 基于DES五种加密,电码本模式(Electronic Codebook Book (ECB));2.密码分组链接模式(Cipher Block Chaining (CBC));3.计算器模式(Counter (CTR));4.密码反馈模式(Cipher FeedBack (CFB));5.输出反馈模式(Output FeedBack (OFB))(Five kinds of encryption based on DES .Electronic Codebook Book(ECB).Cipher
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:8192
    • 提供者:第三方df
  1. 有限域

    0下载:
  2. 通过上机操作,使学生对高级加密标准AES算法的执行过程、密钥编排方案和加密算法的实现过程等有一个更加清晰地认识。通过本次实验,加深学生对分组密码的认识。(Through the operation of the computer, we have a clearer understanding of the implementation process of the AES algorithm, the key arrangement scheme and the implementation
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:69632
    • 提供者:斩月
  1. AES加密算法(java实现)

    0下载:
  2. 简单的密码加密和解密,相对简单,新手使用,有些许不足,谨慎下载,(Simple encryption and decryption of the password, relatively simple, the new use of the novice, some is not enough, carefully downloaded,)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:70557696
    • 提供者:xmcnzxjck
  1. DES_AES_For_ASP_VBScript

    0下载:
  2. asp版AES加密解密源代码,模式:ECB/CBC 默认:ECB 填充:PKCS5/NONE/ZERO 默认:PKCS5 编码:GK2312/UTF-8(Function: implementation of DES standard encryption algorithm with VBscr ipt)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:21504
    • 提供者:第期
  1. AES加密算法

    0下载:
  2. AES加密算法,实现了3种密钥长度的算法。
  3. 所属分类:其他小程序

    • 发布日期:2020-08-05
    • 文件大小:106212
    • 提供者:kylin65
« 12 »
搜珍网 www.dssz.com