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

搜索资源列表

  1. AES

    0下载:
  2. AES加密算法,具有完整的加密解密过程输出,C++语言编写-AES encryption algorithm C languag
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 一种AES加密算法, Visual C++的-A Aes encrypt algorithm
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 本程序用C++简单地实现了AES算法,可以实现128bits的字符串加密、解密,密码为128bits,具有很好的扩展性,可很容易地扩展为文件加密。-The program in C++ simply implements the AES algorithm, the string can 128bits encryption, decryption, password is 128bits, has good scalability can be easily extended to file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3249459
    • 提供者:张梦
  1. AES(complete)

    0下载:
  2. AES加密解密算法 C++实现 可直接使用-AES Encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:232234
    • 提供者:nadiayuan
  1. aes

    0下载:
  2. 密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。 本代码提供了aes的c++实现。-Advanced Encryption Standard in the Cryptography (Advanced Encryption Standard, AES), also known as Rijndael encryption method.U.S. Federal Government
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3746
    • 提供者:陈军
  1. AES

    0下载:
  2. 用AES算法加密,使文件不容易被破解,是用纯C编写的-Encrypted with the AES algorithm, so that the file is not easy to break, is written in pure C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1210099
    • 提供者:姚海龙
  1. AES

    0下载:
  2. Aes Implementation In c/c++ language.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:8696
    • 提供者:ambrish
  1. AES

    0下载:
  2. aes对称加密 ,可以参考,朋友提供的-A Visual c++ example about AES,from a friend
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1933527
    • 提供者:杨阳
  1. AES

    0下载:
  2. 实现AES加密解密,用C编写的,有源代码哦-AES encryption and decryption, written in C source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:165300
    • 提供者:李智杰
  1. AES-FOR-CPP

    0下载:
  2. 本文章的内容是AES加密算法的C++语言实现的源码-C++ implementation of the AES code pure code to implement the AES encryption and decryption process
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 利用C语言中的MFC工具实现AES算法对文件的加解密。-MFC tools using C language in the AES algorithm for file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:48939
    • 提供者:王娟
  1. AES-encryption-and-decryption

    0下载:
  2. 用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:8297
    • 提供者:zhang shuai
  1. FAES_CCr

    0下载:
  2. 本次上传的是AES的C语言版,对C++版中涉及到类的内容予以修改,,通过测试。本人上传的AES的C++版和C版均是经过测试后可以使用的。 -The upload is a C language version of AES of involved in C++ version to revise the content of the class, and pass the test. The I upload of the AES C++ and C versions are been te
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:516411
    • 提供者:lhanxi
  1. AES-encryption-algorithm-

    0下载:
  2. 本例通过C语言编程来实现AES的加密算法-C programming language to implement the AES encryption algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-05
    • 文件大小:3909
    • 提供者:王威
  1. AES-encryption-algorithm-c

    0下载:
  2. AES是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。用C语言实现了该程序,让人看了一目了然。-AES is a block encryption standard adopted by the U.S. federal government. This standard is used to replace the original DES has been multi-analysis and is widely used around
  3. 所属分类:assembly language

    • 发布日期:2017-11-02
    • 文件大小:60684
    • 提供者:刘平
  1. AES-Jeffrey-zhu

    0下载:
  2. Visual c++ 下使用C语言开发的AES分组加密算法,ECB模式,分组长度128bit,密钥长度可变,128或256bit。-Developed using C language Visual c++ AES block encryption algorithm, ECB mode, packet length 128bit key variable length, 128 or 256bit.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:149292
    • 提供者:yanan
  1. AES-OFB

    0下载:
  2. Visual c++ 下使用C语言开发的基于AES分组加密算法的流加密算法,OFB模式,分组长度128bit,密钥长度可变,128或256bit,可实现以字节为单位的流加密。-Using C language development in Visual c++ block encryption algorithm AES-based stream encryption algorithm, OFB mode, packet length 128bit key variable length, 1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-02
    • 文件大小:3058938
    • 提供者:yanan
  1. aes.tar

    1下载:
  2. c语言的编写的aes算法加密的源码,在linux下编译通过并可以正常运行,可以直接应用于数据加密中。-aes algorithm encryption source code, c language under linux compiled by normal operation, can be directly applied to the data encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:18432
    • 提供者:liuzhuo
  1. AES

    0下载:
  2. 用C#写的AES类加解密算法-AES class, AES class, AES encryption and decryption algorithms written in C#
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:1884
    • 提供者:liucq
  1. aes

    0下载:
  2. aes高级加密 visual C++实现-aes for encryption
  3. 所属分类:CA program

    • 发布日期:2017-12-04
    • 文件大小:13337
    • 提供者:秦湘
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 25 »
搜珍网 www.dssz.com