搜索资源列表
用新的高级加密标准(AES)保持你的数据安全
- AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。 -AES (The Advanced Encryption Standard) is the National Institute
cryptdemo.c
- linux 基本加密库函数实现信息加密AES DES-linux encryption decryption
AES
- AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
AES
- C语言实现AES的两种方式,实现了128,192,256三种模式的加密解密-C language AES' s two ways to achieve the three modes of encryption and decryption 128,192,256
AES
- C++实现的AES加密算法,接口简单,可以直接使用-C++ implementation of the AES encryption algorithm, the interface is simple, can be used directly
aesCPP
- AES加密算法的c++实现,在vc或者.net环境下都可以实现。-AES encryption algorithm in c++ implementation, in the vc or. Net environment can achieve.
myAES
- AES加密算法, 一个AES的C++语言具体实现.-AES encryption algorithm
AES
- 对于AES算法的加密和解密过程的C++实现-AES algorithm for encryption and decryption process of the C++ to achieve
aes_encrypt
- AES加密算法,使用C语言实现的,代码效率很高。-AES encryption algorithm, C language implementation, more efficient.
AES_C_Delphi7
- AES算法的C和Delphi实现,支持128,192,256位密码,C实现为网上下载,Delphi为本人根据C翻译的,经测试完全可以实现相互加密解密。-AES algorithm C and Delphi to achieve, support 128,192,256-bit code, C implementation for online download, Delphi as my translation according to C, tested fully with each oth
aes
- 是对AES加密算法,解密算法的一种快速实现方法,使用C-Is the AES encryption algorithm, decryption algorithm of a fast implementation method, using C++
aes-encryption-algorithms-
- aes加密算法的原理与设计实现 ,里面包含C语言代码。-aes encryption algorithms and design principles to achieve, which contains the C language code.
AES
- 实现AES加密解密,用C编写的,有源代码哦-AES encryption and decryption, written in C source code.
aes
- aes高级加密 visual C++实现-aes for encryption
AES
- c++实现AES加密,可以加密任意文件,相当好用-C++ aes
AES加密、解密c++实现代码
- 实现192位密钥的AES加密及解密算法。实现语言为c++。
AES
- 作为新一代的加密标准,AES 旨在取代 DES(请看《DES加密算法的C++实现》),以适应当今分布式开放网络对数据加密安全性的要求。AES加密算法的C++实现(C++ implementation of AES encryption algorithm)
AES
- 模拟AES的加密和解密过程,其中有两个版本,可以进行图片文本加密解密(Simulation of AES encryption and decryption process)
AES
- 实现AES加密解密,AES是一种对称加密算法。(Realize AES encryption and decryption, AES is a symmetric encryption algorithm.)
aes
- 简单的AES加密算法实现,将txt改为.c后缀即可。(Implementation of simple AES encryption algorithm)