CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - AES算法,c语言

搜索资源列表

  1. AES候选算法RC6未优化

    0下载:
  2. 加解码算法,用c语言编程 ,AES候选算法RC6未优化-increase decoding algorithm, using c programming language, the candidate AES algorithm optimization not RC6
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:2718
    • 提供者:范 远
  1. aes-src-02-03-07

    1下载:
  2. AES加密算法C语言实现,比较好用。大家来下吧-AES encryption algorithm C language, the better quality. Everyone to come under it
  3. 所属分类:加密解密

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

    1下载:
  2. C语言环境下的AES加密算法,支持128位的AES加密。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:46089
    • 提供者:于磊
  1. xyssl-0.8

    0下载:
  2. 很多密码算法的一个源代码实现的集合,写的比较专业,c语言的。有DES,AES,RSA,MD2,MD4,MD5
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:263679
    • 提供者:叶张翔
  1. AES

    0下载:
  2. 用C语言编写AES加密解密算法,实现加密解密功能
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4708
    • 提供者:黎志展
  1. xyssl-0.7

    1下载:
  2. 很多密码算法的一个源代码实现的集合,写的比较专业,c语言的。有DES,AES,RSA,MD2,MD4,MD5
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:242471
    • 提供者:sciwander
  1. AESDemo

    1下载:
  2. AES加密算法用C语言实现,能够实现文件和字符串的加密
  3. 所属分类:加密解密

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

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

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

    0下载:
  2. AES加密C语言程序,用于AES的加密算法的C语言实现-AES_Encrypt.cpp
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:3199
    • 提供者:赵天新
  1. AES_CPP

    0下载:
  2. AES加密算法的具体实现,采用C++语言,封装成一个类-AES encryption algorithm to achieve the specific use of C++ language, packaged as a class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3974
    • 提供者:流星
  1. AESC

    0下载:
  2. AES算法在visualstudio6下用c语言实现,控制台程序-Under the AES algorithm in visualstudio6 with c language, console application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:9113
    • 提供者:xjg
  1. ECC8

    0下载:
  2. 这是关于密码学中的ecc 的加解密算法的C语言实现程序,是在c++ 环境下运行的-This is about cryptography, AES encryption and decryption algorithms C-language implementation procedures are in c++ environment to run
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:81597
    • 提供者:lucky
  1. aes_encrypt

    0下载:
  2. AES加密算法,使用C语言实现的,代码效率很高。-AES encryption algorithm, C language implementation, more efficient.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 用C语言实现的AES加密解密算法,希望对朋友们有用。-AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:35109
    • 提供者:yaofengyi
  1. enable_AesCode

    0下载:
  2. aes 算法 c语言实现 字节,文件加密均可,带有图形界面-aes c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1926193
    • 提供者:
  1. AES

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

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

    0下载:
  2. AES算法的实现,C语言编程完成加密和解密的过程,明文与密钥长度均为128位。-Realization of the AES algorithm, C language programming to complete the encryption and decryption process, the plaintext and the key length is 128.
  3. 所属分类:CA program

    • 发布日期:2017-12-01
    • 文件大小:3822
    • 提供者:张培凤
  1. AES--CPP

    0下载:
  2. 这个是AES加密解密算法的C++语言实现程序,希望对大家有所帮助。-This is AES encryption, decryption algorithm c++ language to implement programs, hope to be of help.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:29131
    • 提供者:mj
  1. aes

    0下载:
  2. 本文档用C语言写了AES算法,可以读入明文或密文文档和密钥文档,然后将加密或解密结果输出到文档中-This document is written in C language of the AES algorithm, can be read in plain text or cipher text documents and key documents, and then output the results to encrypt or decrypt the document
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:104713
    • 提供者:
  1. AES_CMAC

    3下载:
  2. 通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基
  3. 所属分类:加密解密

    • 发布日期:2019-06-20
    • 文件大小:46080
    • 提供者:lixiaoke
« 1 23 4 5 »
搜珍网 www.dssz.com