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

搜索资源列表

  1. AES(Rijndael)

    0下载:
  2. c语言实现标准的AES加密算法 解密密钥需是10轮后产生的-C Language standard AES decryption key encryption algorithm takes 10 after the
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:23133
    • 提供者:陈丰
  1. aes.zip

    2下载:
  2. AES算法加解密的MFC程序,在visual c++ 6.0中编辑,AES algorithm for encryption and decryption process of the MFC in visual c++ 6.0 edit
  3. 所属分类:界面编程

    • 发布日期:2012-12-27
    • 文件大小:39409
    • 提供者:NCTurtle
  1. AES

    0下载:
  2. AES算法的C++代码,实现128位的加解密运算,可供对这方面感兴趣的同学参考-AES algorithm is a C++ code, to achieve 128-bit encryption and decryption operations are available for students interested in this area refer to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:547243
    • 提供者:张帅
  1. AEScode

    0下载:
  2. AES源代码128/196/256 vc6.0编译通过-AES 128/196/256 vc6.0 compile the source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3479
    • 提供者:children
  1. c语言的AES加解密算法

    4下载:
  2. aes加解密算法C语言实现,纯C语言实现,不调用任何标准C外的函数库,分为加密和解密两个c源文件,由于是纯C语言实现,适合于移植到其他操作系统,如LINUX等,
  3. 所属分类:Windows编程

  1. msdnmag200311aes

    0下载:
  2. 高级数据加密标准AES的源程序,使用C#实现,很全,很实用-Advanced Encryption Standard AES s source, the use of C# Realized, very wide, very practical
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:107747
    • 提供者:dchun
  1. aesCPP

    0下载:
  2. AES加密算法的c++实现,在vc或者.net环境下都可以实现。-AES encryption algorithm in c++ implementation, in the vc or. Net environment can achieve.
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:3368
    • 提供者:owen
  1. AES_Encrypt

    0下载:
  2. AES-encryption.......this is source code for encyrption it is widout file handling
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:4072
    • 提供者:vishal
  1. C

    0下载:
  2. AES algoritm c#. Realizale for students lab.
  3. 所属分类:.net

    • 发布日期:2017-04-05
    • 文件大小:56841
    • 提供者:Kostya
  1. aes

    0下载:
  2. aes算法源程序,c语言编写。vc++环境下运行通过。-aes algorithm source code, c language. vc++ environment to run through.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:205552
    • 提供者:danrenpang
  1. AES_.c

    0下载:
  2. AES的c语言代码,s盒子,逆s盒子,字节替换,行位移,列变换-AES c language code, s box, inverse s box, bytes replacement line displacement column transform
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:10284
    • 提供者:
  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. AES-C

    0下载:
  2. 一个aes 加密的c语言源代码,直接可用-A aes encryption source code directly available
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:4095
    • 提供者:
  1. aes-c

    0下载:
  2. 用c语言来实现128字节的aes加密算法,功能简单易用,对初学者有很大帮助-Use c language to achieve 128 bytes aes encryption algorithm is easy to use, very helpful for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:155416
    • 提供者:ff
  1. AES 256 Encryptor Decryptor

    0下载:
  2. AES 256 Encryptor Decryptor implemented in C# with fully tested & working algorithm. For highend security for content this algorithm can be used.
  3. 所属分类:C#编程

    • 发布日期:2015-04-02
    • 文件大小:25103
    • 提供者:dnyaneshkotwal
  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

    1下载:
  2. 这是一个aes的加解密程序,基于C++平台,可以直接运行。(This is a AES encryption and decryption procedures)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:984064
    • 提供者:阿百川
  1. AES

    0下载:
  2. 作为新一代的加密标准,AES 旨在取代 DES(请看《DES加密算法的C++实现》),以适应当今分布式开放网络对数据加密安全性的要求。AES加密算法的C++实现(C++ implementation of AES encryption algorithm)
  3. 所属分类:Windows编程

  1. SimpleCryptographer

    0下载:
  2. Implementation AES Algorithm using C#
  3. 所属分类:其他

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

    1下载:
  2. 模拟AES的加密和解密过程,其中有两个版本,可以进行图片文本加密解密(Simulation of AES encryption and decryption process)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-02
    • 文件大小:3926016
    • 提供者:ljd971011
« 12 3 4 5 »
搜珍网 www.dssz.com