Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - AES
Search - AES - List
DL : 1
AES源码,C++版的,注释详尽,容易理解!-AES source, C++ Edition, annotation and detailed, easy to understand!
Update : 2024-05-04 Size : 96256 Publisher : 释然

DL : 0
AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。-AES algorithm mainly includes three aspects: round of changes, round number and key expansion. In this paper, 128 for example, introduce the basic principles of algorithm combination of C language, the realization of advanced data encryption algorithm AES (AES-128).
Update : 2024-05-04 Size : 4096 Publisher : bin

SCMAES
DL : 0
AES单片机加解密程序 很好的一个程序,大家赶快下载-Single-chip AES encryption and decryption process, a good procedure, everyone quickly download
Update : 2024-05-04 Size : 8192 Publisher : cai

DL : 0
AES加密算法 密码学课程设计-AES encryption algorithm Cryptography Course Design
Update : 2024-05-04 Size : 69632 Publisher : jill

DL : 0
AES加密演算法Delphi程式,可以加密字符和文件。-AES encryption algorithm Delphi programs, and files can be encrypted characters.
Update : 2024-05-04 Size : 233472 Publisher : pangweiwen

DL : 0
纯java AES实现,不引用其他工具包-Pure java AES realized, is not invoked in other toolkits
Update : 2024-05-04 Size : 21504 Publisher : luborong

DL : 0
AES是一种先进的加密方式 本源码可实现完整的AES加密解密功能 并可自由设置各项参数-AES is an advanced encryption method of this source can be realized complete AES encryption and decryption functionality and the freedom to set the parameters
Update : 2024-05-04 Size : 30720 Publisher : 张宁

DL : 1
AES加解密算法实现,包含如下文件 AES.exe AES.h AES.cpp AESDlg.h AESDlg.cpp 等文件,不一一列举-AES encryption algorithm, including the following documents and other documents AES.exeAES.hAES.cppAESDlg.hAESDlg.cpp not to enumerate
Update : 2024-05-04 Size : 1067008 Publisher : wj

DL : 0
AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。-AES is a kind of code the use of safety information encryption standards. It supports 128, 192 and 256-bit keys.
Update : 2024-05-04 Size : 209920 Publisher : nison chen

DL : 0
AES算法加解密的MFC程序,在visual c++ 6.0中编辑-AES algorithm for encryption and decryption process of the MFC in visual c++ 6.0 edit
Update : 2024-05-04 Size : 38912 Publisher : NCTurtle

DL : 0
一个c写的aes,简单明了希望对大家有所帮助-A c wrote aes, simple and clear to all of us want to be helpful
Update : 2024-05-04 Size : 66560 Publisher : 陈耿

DL : 0
AES加密算法分析及其安全性研究,对于使用AES密码算法来研究网络、流媒体安全的程序员有帮助-AES encryption algorithm analysis and security research, for the use of AES cryptographic algorithm to study the network, security, streaming media programmers help
Update : 2024-05-04 Size : 281600 Publisher : xiaolin

DL : 0
实现AES 的加密与解密。用户可以自己给出明文-The realization of AES encryption and decryption. Users can express themselves given
Update : 2024-05-04 Size : 6234112 Publisher : mr yao

DL : 0
AES加密解密算法,AES 算法是基于置换和代替的。置换是数据的重新排列,而代替是用一个单元数据替换另一个。AES 使用了几种不同的技术来实现置换和替换。为了阐明这些技术,让我们用 Figure 1 所示的数据讨论一个具体的 AES 加密例子。-AES encryption and decryption algorithm, AES algorithm is based on the replacement and substitute. Replacement is to rearrange data, and to replace a unit of data used to replace another. AES using several different techniques to achieve the replacement and replacement. In order to clarify these technologies, so we use the data shown in Figure 1 to discuss a specific example of AES encryption.
Update : 2024-05-04 Size : 14336 Publisher : 杨梅

DL : 0
用C语言实现的aes加解密算法。分组长度设定为128,密钥长度为128.-Using C language to achieve aes encryption algorithm. Packet length is set to 128, key length to 128.
Update : 2024-05-04 Size : 5120 Publisher : jame

DL : 0
1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的磁盘空间是否足够的功能。对于所选择的磁盘空间不够时不会给出提示,并不进行加密/解密,以免浪费时间。 7、添加了可以根据所选密钥长度类型,从指定文件中导入密钥的功能(注:在从给定的文件中所读入的字符串中若是有-err
Update : 2024-05-04 Size : 508928 Publisher : liu

SCMaes
DL : 0
AES加解密算法的C语言实现,可用于嵌入式,PC机程序-source code for AES, c language
Update : 2024-05-04 Size : 4096 Publisher : brian

DL : 0
AES算法的实现代码,使用的是c语言开发,用DEMO-AES algorithm code, using c language development, with DEMO
Update : 2024-05-04 Size : 57344 Publisher : zhangzzj

OtherAes
DL : 0
一款顶级AES加密解密的例子,很好用,需要设置保护的用户可以参考。-AES encryption and decryption, a top example of good use, the need for the protection of the user can refer to.
Update : 2024-05-04 Size : 29696 Publisher : xqlzq2003

DL : 0
描述aes算法的视频,非常经典,能够迅速帮助你了解aes算法的实现过程!-Aes algorithm described in the video, very classic, can quickly help you understand the process of aes algorithm!
Update : 2024-05-04 Size : 57344 Publisher : 苏琦
« 1 2 3 4 56 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.