搜索资源列表
AesCode2.0
- aes加密代码,加密速度还好,经过长时间精心设计的-some code to encrypt files,the code is optimized
KAES
- AES作为新一代的数据加密标准汇聚了强安全性、高性能、高效率、易用和灵活等优点。AES设计有三个密钥长度:128,192,256位,相对而言,AES的128密钥比DES的56密钥强1021倍。AES算法主要包括三个方面:轮变化、圈数和密钥扩展。-AES as a new generation of Data Encryption Standard security brings together strong, high performance, high efficiency, the adv
AES_mimaxue_kechengsheji
- 密码学 AES算法课程设计 实现字符串以及文件加解密 界面很好 附有课程设计文档-Cryptography Course Design and Implementation of AES algorithm is a string and file encryption and decryption interface well with a course design document
AES_mimaxue
- 再来一个密码学课程设计 AES加解密算法 字符串 文件加密解密 功能更强大-Again a cryptography course design AES encryption and decryption algorithm is a string more powerful file encryption and decryption
aes2
- 密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。 该算法为比利时密码学家Joan Da
AES-IP-core-key-expansion-module
- AES IP核密钥扩展模块设计与仿真(设计过程及程序,测试程序)-AES IP core key expansion module design and simulation (the design process and procedures, test procedures)
AES--IP-core-architecture-design
- AES算法分析及其IP核体系结构设计(包括设计过程及代码)-AES algorithm analysis and its IP core architecture design
AES-IP-core-encryption-module-design
- AES IP核加密模块的设计与仿真(包括设计过程及代码)- the AES IP core encryption module design and simulation
AES-IP-core-control-module-design
- AES IP核的控制模块的设计与仿真以及系统集成与仿真-AES IP core design and simulation of the control module and system integration and simulation
AaessCPPPe
- aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen与Rijmen共同设计的Rijndaael算法.该算法充分运用了扩散与混淆技术并使用128/192/256这3种可变变长度的密钥,对128bit分组数据进行加密. -aes encryption algorithm source code AES symmetric encryption algorithm, Advanced Encryption Standard is a new grouping al
AES
- 一个小程序,AES加密解密,课程设计可用,仅供参考-AES encryption and decryption, curriculum design are available for reference purposes only
DeskElves
- 基于VC6.0的MFC小软件,C++课程设计大作业,图形界面,具有文件AES加密,定时关机,管理联系人等各种小功能。-A software based on VC6.0,MFC.It is my project of the <C++>class.It has a buautiful GUI and some useful function
AES
- AES密码,典型的AES密码设计,经验证运行无误-AES code
CbLockManager
- 设计的一个程序加锁,想法是利用加密文件的文件ID作为密钥,同时保证加密和主机唯一性,不过如果做磁盘整理的话文件ID可能会变.但整合了AES和MD5.-testing code of lock manager for program,for learning.
mbedtls-development
- mbed TLS(以前称为PolarSSL)是TLS和SSL协议的实现,并且需要相应的加密算法和支持代码。这是双重许可与Apache许可证 2.0版(与GPLv2许可也可)。网站上指出,mbed TLS的目标是“易于理解,使用,集成和扩展” 核心SSL 库用C编程语言编写,并实现SSL模块,基本加密功能并提供各种实用功能。与OpenSSL和TLS的其他实现不同,mbed TLS设计为适合小型嵌入式设备,最小完整的TLS堆栈需要60KB的程序空间和64KB的RAM。它也是高度模块化的:每个组件,