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

搜索资源列表

  1. Crypt_Decrypt_C.rar

    0下载:
  2. 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。,Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the RC4, AES, DES, 3DES RSA SHA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1216442
    • 提供者:王同
  1. AES_test

    0下载:
  2. 用C++语言实现了AES加密算法,给出了具体每一步的流程程序-AES encryption algorithm is implemented in C, given in detail every step of the process program
  3. 所属分类:CA program

    • 发布日期:2017-03-22
    • 文件大小:182521
    • 提供者:俞浩
  1. scaes_src

    0下载:
  2. C语言实现的AES加解密算法,包含C#调用的DEMO-C language realization of the AES encryption algorithm, including the C# call DEMO
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:101075
    • 提供者:mavei
  1. AES_Decrypt

    0下载:
  2. AES算法C语言程序,用于实现AES的解密功能。-AES algorithm C language program used to implement AES decryption function.
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:4677
    • 提供者:赵天新
  1. dfsd

    0下载:
  2. C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3902
    • 提供者:clint
  1. AES_me

    0下载:
  2. 使用C++语言,Eclipse IDE for C/C++ Developers编写,实现AES算法-The AES algorithm iswritten in Eclipse IDE for C/C++ Developers with C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-29
    • 文件大小:11593547
    • 提供者:dingkaimeng
  1. AES_C

    0下载:
  2. AES加密算法,用C语言实现,里面有加解密的程序。-AES encryption algorithm, using the C language, there are encryption and decryption procedures.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3755
    • 提供者:sz
  1. Aaess-ccE

    0下载:
  2. AES算法主要包含三个方面:轮变化、轮数与密钥扩展。本文以128为例例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES -The AES algorithm mainly includes three aspects: the wheel changes, the number of rounds and key expansion. To 128, for example cases to introduce the basic principles of the al
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3872
    • 提供者:shubainian
  1. addssc-srce

    0下载:
  2. aes算法C语言版,个人感感觉比较好用的,欢迎大家下载 -the the aes algorithm C language version, personal sense of feeling useful, welcome to download
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:21645
    • 提供者:lhanxi
  1. arc4

    0下载:
  2. Visual c++ 下使用C语言开发的ARC4流加密算法,密钥长度可变,可实现以字节为单位的流加密,加密强度比AES分组加密算法弱,但是效率比AES算法高。-C language development Visual c++ ARC4 stream encryption algorithm and key length is variable and can be realized in bytes stream encryption, encryption strength than AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:3046867
    • 提供者:yanan
  1. aes_encrypt

    0下载:
  2. 纯C语言实现基于AES算法的加密,从文件每次读取16个字节加密后写入指定文件中,同时把源文件大小和密钥做异或写入加密文件中。-Pure C language based on the AES algorithm encryption, encrypted each read 16 bytes written to the specified file from the file, while the size of the source file and the key is to do XOR
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:788
    • 提供者:刘小生
  1. aes_decrypt

    0下载:
  2. 纯C语言实现基于AES算法的解密功能,从用AES加密后的文件读取16个字节后,解密操作,同时读取加密文件的前四个字节,表示源文件的长度大小。-Pure C language implementation based on AES algorithm decryption functions, read 16 bytes from the file after using AES encryption and decryption operations, read the first four b
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:814
    • 提供者:刘小生
  1. CMAC

    0下载:
  2. 利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看-The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:4289
    • 提供者:张国威
  1. CandPython_AES

    0下载:
  2. c++语言的AES算法有很多版本,此文件的AES算法与python加密库的AES算法相匹配(from Crypto.Cipher import AES),可实现C++与python之间的AES加解密转换-AES algorithm c++ language has many versions, this file AES algorithm of AES algorithm and the python cryptography library, matching can be realized
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-10
    • 文件大小:17463910
    • 提供者:许扬轩
  1. OpenAES-0.9.0

    0下载:
  2. 最近发现的加密算法AES的一个开源C语言实现,欢迎大家适用-The recent discovery of the AES encryption algorithm, an open source C language, we welcome the applicable
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:44124
    • 提供者:superbug
  1. experiment_AES

    0下载:
  2. 用纯C语言写的AES密码算法,适合初学者学习AES的加密过程.-Written in pure C language AES cipher algorithm, suitable for beginners to learn the AES encryption process.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:338693
    • 提供者:
  1. DES_C-language

    0下载:
  2. C语言实现的DES代码,可以直接编译运行。加密10M文件时间大约16到20秒。注释详细。其中工程名AES是手误打错了,实际上是DES算法的实现代码。-C language implementation of the DES code can be directly compiled to run. 10M file encryption for about 16-20 seconds. Detailed notes. Which works were wrong hands AES is wro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-30
    • 文件大小:12664109
    • 提供者:LXW
  1. AES-C

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

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

    0下载:
  2. c语言实现aes ecb模式加密,可以和java,c#,obj-c互相 加,解密。包含base64编码,urlEncode编码 注意,该算法里面的密文是转换成16进制的字串,如果不要16进制,可自行转换,内的函数。 vc6,vs2008,可编译。-AES ECB mode
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:402279
    • 提供者:zhong
  1. AES_128

    0下载:
  2. AES加密算法实现,能够较好的用C语言实现AES加密算法(Implementation of AES encryption algorithm)
  3. 所属分类:加密解密

    • 发布日期:2018-05-03
    • 文件大小:435200
    • 提供者:AES
« 1 2 3 45 »
搜珍网 www.dssz.com