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

搜索资源列表

  1. encryptdll3.6.1

    6下载:
  2. 《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:BlowFish,MD5,Secret16,AES、SHA、
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:380688
    • 提供者:yangrui
  1. encryptdll3.7final

    4下载:
  2. 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption algorithm library, one individua
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:680249
    • 提供者:沐柏
  1. AES

    0下载:
  2. 用C语言编写的AES算法,实现加密和解密算法,各部分模块清晰-Using AES algorithm written in C to achieve encryption and decryption algorithms, the part of the module definition
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:3647
    • 提供者:刘筱潇
  1. 3DES

    0下载:
  2. 3DES(即Triple DES)是DES向AES过渡的加密算法(1999年,NIST将3-DES指定为过渡的加密标准),是DES的一个更安全的变形。它以DES为基本模块,通过组合分组方法设计出分组加密算法,其具体实现如下:设Ek()和Dk()代表DES算法的加密和解密过程,K代表DES算法使用的密钥,P代表明文,C代表密表,这样, 3DES加密过程为:C=Ek3(Dk2(Ek1(P))) 3DES解密过程为:P=Dk1((EK2(Dk3(C))) -3DESASDASDASD
  3. 所属分类:Network Security

    • 发布日期:2017-04-07
    • 文件大小:727
    • 提供者:feng
  1. mimaxueAES

    1下载:
  2. 这是用C++开发的一个关于密码学的加密解密的小软件,不仅可以加密数字,汉字,字符,各类文件也可以,有本人的课设论文及源码在内.算法是AES.-This is a C++ development on cryptography, encryption and decryption of a small software, not only encrypted numbers, characters, character, all kinds of files can also have my cl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1989604
    • 提供者:蔡艳
  1. aes_c

    0下载:
  2. 实现C环境下AES的加解密功能,主要分加密文件和解密文件两个函数。-Environment to achieve C AES encryption and decryption functions, the main sub-encrypted files and decrypt files of two functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1752
    • 提供者:王志明
  1. aes1

    0下载:
  2. aes的一种加密的C语言代码,只有加密的,目前还没弄到解密的-An encrypted aes C language code, only encrypted, decryption is currently not get
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:2803
    • 提供者:hu
  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

    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_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. 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_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. 15

    0下载:
  2. 课程设计用C语言实现AES的加密解密 易于学习-Curriculum design and implementation of AES encryption and decryption using C language is easy to learn
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2922
    • 提供者:杨天
  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. AES

    0下载:
  2. 简单的c++写的AES算的实现,能实现加密和解密两个过程。-Simple c++ write count AES implementations, encryption and decryption can be two processes.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:414321
    • 提供者:john
  1. Rijndael

    0下载:
  2. AES算法的实现,可加密解密,在VC的环境下可以运行的,用C/C++写的-Implementation of the AES algorithm, encryption and decryption, can run in the VC environment, written by C/C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:20916
    • 提供者:玉婷
  1. TestAESCipher

    0下载:
  2. AES算法的C++代码实现,可以对任意长度的字符串实现加密解密-AES algorithm demo program, packet encryption, you can for any length of string encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:208989
    • 提供者:yinqian
  1. aes

    0下载:
  2. c语言实现aes对称加密与解密,对于初学者有很大的帮助- c language aes symmetric encryption and decryption, a great help for beginners
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:9846
    • 提供者:刘亚壮
  1. AES

    0下载:
  2. 在Windows环境下,使用visual C++ 6.0软件对AES进行加密和解密的实验报告,附有源代码-AES encrypt and descrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:12060
    • 提供者:娟娟
  1. aes_crypt

    0下载:
  2. AES加密以及解密实现,用VC++ c编写,里面有详细的源代码以及加密和解密的具体实现方法-AES encryption and decryption achieve, written VC++ c, which has detailed source code and the specific method of encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:31878
    • 提供者:黄山
« 1 2 3 45 »
搜珍网 www.dssz.com