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

搜索资源列表

  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. 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-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. 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. AESen

    0下载:
  2. C++实现的AES加密,解密,密钥扩展。 支持128/192/256位密钥,128位明文/密文。-Crypto Algorithm of AES, 128/192/256-bit key is implemented. 128-bit plain text and cipher text. key expandtion, encrypt, decrypt.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:217892
    • 提供者:Ma Junping
  1. AES

    0下载:
  2. AES算法C源码(加解密),简单测试了一下,可以用,领解压文件里有两个解密加密rar的算法,感兴趣的可以看下。-AES algorithm C source code (encryption and decryption), a simple test that can be used, there are two collar-extracting file to decrypt the encrypted rar algorithms, interested can look.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:84675
    • 提供者:原小木
  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算法,可以读入明文或密文文档和密钥文档,然后将加密或解密结果输出到文档中-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

    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. Encryption

    0下载:
  2. AES加解密,C++端采用crypto++加密,C#端解密,经测试能够完全还原-AES Encryption & Decryption
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1055384
    • 提供者:ray
« 1 2 3 4 56 »
搜珍网 www.dssz.com