搜索资源列表
aes-sourceCode
- AES高级加密标准的C代码,我调试过,很好用,跟大家共享。-AES Advanced Encryption Standard C code, I debugger that is useful, to share with you.
AESall
- AES高级加密/解密过程C语言演示,对了解学习AES原理有莫大帮助-AES Advanced Encryption / decryption process demonstration of C language, learning to understand the principles of AES will be of immense help to
Rijndael
- 高级加密标准AES优胜算法Rijndael c语言源代码。-Advanced Encryption Standard algorithm Rijndael winning c language source code.
AES源码
- 这个是高级加密标准的C语言程序-this is the Advanced Encryption Standard C Programming Language
aes-c
- AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。
AES
- 分组密码加密标准算法高级加密标准AES的 C语言实现代码文档-C source code of AES
Caesar
- C语言编写的简单移动的凯撒加密算法,可以作为一个基础源码,再行修改构成更高级的算法。-C language simple moving Caesar encryption algorithm can be used as a basis for the source, further modify the composition more advanced algorithms.
algrithmofaes
- 高级加密标准(AES)对文档进行加密,c++实现,在VC7.0下调试没问题-algrithm of AES
SomeIdeasInC
- 本文根据发表在CUJ Expert Forum上的两篇文章编译而成。C/C++ User s Journal是目前最出色的C/C++语言专业杂志,特别是在C++ Report闭刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主办的网上技术专栏,汇集2000年10月以来C++社群中顶尖专家的技术短文,并免费公开发布,精彩纷呈,是每一个C/C++学习者不可错过的资料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert For
C.Advanced.module.digital.encryption.code
- C编程数字加密高级设计模块代码C Programming Advanced design module digital encryption code -C Programming Advanced design module digital encryption code
aes
- 密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。 本代码提供了aes的c++实现。-Advanced Encryption Standard in the Cryptography (Advanced Encryption Standard, AES), also known as Rijndael encryption method.U.S. Federal Government
AesDemoConsole
- aes的c#源代码,让你很快学会aes高级加密算法,已经通过测试,希望能下载,-aes of the c# source code, so you quickly learn aes encryption algorithm has been tested, hoping to download
AesEncrypt.cpp
- 高级加密标准(AES)的C++实现,AES又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准,用来替代原先的DES。-The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. NIST。
AES_Rijndael_CPP
- 利用C++实现高级加密算法(AES)功能。-The code for implementing of AES algorithm using C++.
aes
- AES加解密算法的C语言实现。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(C
AES_CMAC
- 通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基