Welcome![Sign In][Sign Up]
Location:
Search - AES c Code

Search list

[Windows Developaes算法演示代码

Description: AES 加密算法的演示代码 解压后用VC打开即可-AES algorithm code. Decompress it, then open it in VC.
Platform: | Size: 32768 | Author: 萧寒月 | Hits:

[Crack HackAES算法

Description: 一个非常好的ASE代码,通过实验证明能编译通过-A perfect AES program code, and it can be run after translation and edition.
Platform: | Size: 209920 | Author: 张力 | Hits:

[Crack HackaesCPP

Description: aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen和Rijmen共同设计的Rijndael算法.该算法充分运用了扩散和混淆技术并使用128/192/256这3种可变长度的密钥,对128bit分组数据进行加密.-Aes source code encryption algorithm AES is a symmetric encryption to the Advanced Encryption Standard algorithm. Belgians J.J.K.Daemen3 from a common design and Rijmen the Rijndael algorithm. the algorithm the proliferation and use of technology and the use of confusing 128/192/256 these three variable-length keys, a pair of 128 bit data encryption.
Platform: | Size: 3072 | Author: Qoo | Hits:

[Crack HackGODLEWSS

Description: 来VCKBASE好长时间了,从没做过贡献,今天用到AES加密算法,在GOOGLE里好像还没找到C++的AES代码,所以就由C#版照搬了一个类出来,只为方便大家使用,大家不要骂我抄袭哦,版权还是人家C#版的,有BUG mail:jruinet@163.com,在VC7.1下编译调试成功,下面是源代码,你们自已看着办吧-to VCKBASE good long time, but have never done contribution today use AES encryption algorithm, Google Lane had not been found as of AES C code and so on by the C# edition copy of a category, and For convenience only use, we should not accuse me of plagiarism Oh, copyright or others version of the C#, BUG mail : jruinet@163.com in VC7.1 compiler debug success, the following is the source code, your own babe
Platform: | Size: 242688 | Author: jarod | Hits:

[Crack HackAES

Description: 通过这道程序的编写,进一步加深了对AES的理解,也了解了模块化设计的基本思想,编程的时候,把一个大任务分解是很重要的,针对相应的子任务所编写的一段功能独立的代码或一个功能模块,在程序设计时,我们可以把程序中功能相对独立的模块用函数来实现。这样做,不仅可以使程序条理清晰,便于维护。而且,通过重复使用某些函数,可以节省软件开发时间。对一个大问题先从一个大的全局上去考虑,分成几个大的模块,将每个大的模块进一步分解。该程序就是这样的思想,将加密分成三大步骤,对第二大步骤的9次循环的每次都要进行4个操作。编程时就先编出小模块,然后就可以很顺利的编出大的模块。这样可以节约编程的时间。-Road through this program, further deepening the understanding of AES, understand the modular design of the basic idea, programming time, a major task decomposition is very important. in light of the corresponding sub-tasks of the section prepared by the functional independence of code or a function module, in the process, we can process relatively independent of the functional modules use the function to be achieved. To do so, so that procedures can not only lucid, easy to maintain. Furthermore, by the repeated use of some functions, the software can save development time. A big problem for the benefit of a big boost to the overall consideration, divided into several major modules, each of the major modules further decomposition. The program is the idea of encryption is divided into three
Platform: | Size: 3072 | Author: 陈剑峰 | Hits:

[Crack Hackaes-sourceCode

Description: AES高级加密标准的C代码,我调试过,很好用,跟大家共享。-AES Advanced Encryption Standard C code, I debugger that is useful, to share with you.
Platform: | Size: 87040 | Author: 杨力 | Hits:

[OtherAES.Simple

Description: [加密与解密.第二版]附属源代码完全版 加密与截密算法实现-[encryption and decryption. 2nd edition] subsidiary version of the source code completely closed and secret encryption algorithm
Platform: | Size: 193536 | Author: yuanzy | Hits:

[Documentsaes---

Description: 介绍关于aes密钥扩展的c伪代码,及种子密钥和子密钥的关系-Orangk'aes briefed on key expansion of c pseudo-code, and the seed-key and key relationship
Platform: | Size: 101376 | Author: zhangyini | Hits:

[Crack Hackaes

Description: C语言环境下的AES加密算法,支持128位的AES加密。-C language environment AES encryption algorithm, support 128-bit AES encryption.
Platform: | Size: 46080 | Author: 于磊 | Hits:

[Crack HackAES

Description: 超快的AES文件加密代码,支持密码-Ultrafast the AES file encryption code, support for password
Platform: | Size: 47104 | Author: 黄冠 | Hits:

[AlgorithmAES

Description: 一个AES加密算法C源代码, 明文分组长度为192 状态列数为6。-An AES encryption algorithm C source code, expressly division status bar length is 192 for 6.
Platform: | Size: 3072 | Author: 张为 | Hits:

[Crack HackAES

Description: AES Source Code This optimized AES implementation conforms to FIPS-197
Platform: | Size: 7168 | Author: linz | Hits:

[Crack HackCBC-AES

Description: aes cbc mode source code
Platform: | Size: 3490816 | Author: | Hits:

[Crack Hackaes-src-04-03-08

Description: aes算法的加密解密,最权威的gladmen亲写代码。-aes encryption and decryption algorithm, the most authoritative pro-gladmen write code.
Platform: | Size: 94208 | Author: del | Hits:

[Crack HackAES

Description: 这是AES算法完整源码与调用方法,希望可以给学习的朋友-This is the AES algorithm with complete source code call, and I hope that learning can give a friend
Platform: | Size: 208896 | Author: zhangbin | Hits:

[SCMAES

Description: AES在AVR单片机上的实现 资源要求 Program: 4492 bytes (6.9% Full) (.text + .data + .bootloader) Data: 745 bytes (9.1% Full) (.data + .bss + .noinit) 可以在AVR Studio中模拟运行 AES加密和解密 在AVR Studio 中模拟运行 Ctrl+F7 后,模拟执行到main入口处 按F5后, 知道到加密完成 可以看出加密的结果 再按F10,执行解密, 可以看出input数组恢复了 原来的结果-AES in the AVR Singlechip resource requirements to achieve the Program: 4492 bytes (6.9 Full) (. Text+. Data+. Bootloader) Data: 745 bytes (9.1 Full) (. Data+. Bss+. noinit) can be simulated in the AVR Studio to run AES encryption and decryption in the AVR Studio to run in simulation Ctrl+ F7, the simulation of the implementation of the main entrance by F5, the know to complete the encryption can be seen the results of encryption and then F10, the implementation of decryption , one can see the input array to restore the original results
Platform: | Size: 8192 | Author: 湖水 | Hits:

[SCMaes

Description: AES加解密算法的C语言实现,可用于嵌入式,PC机程序-source code for AES, c language
Platform: | Size: 4096 | Author: brian | Hits:

[Crack HackAES

Description: AES算法的实现代码,使用的是c语言开发,用DEMO-AES algorithm code, using c language development, with DEMO
Platform: | Size: 57344 | Author: zhangzzj | Hits:

[Crack Hackaes-CCM

Description: 程序基于AES分组加密标准完成ccm模式加密与认证处理,包括NIST的基准测试向量。-Basing on AES, this program can perform encryption and authentication. All test vectors are from NIST.
Platform: | Size: 20480 | Author: hanyu | Hits:

[Crack HackAES-C

Description: aes(rijndael 算法)的C语言实现,完整的程序源码,仅供参考-aes (rijndael algorithm) of the C language, complete source code, for reference only
Platform: | Size: 2048 | Author: Bruce Lee | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net