搜索资源列表
aeslib
- 简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。-simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a s
AES
- 通过这道程序的编写,进一步加深了对AES的理解,也了解了模块化设计的基本思想,编程的时候,把一个大任务分解是很重要的,针对相应的子任务所编写的一段功能独立的代码或一个功能模块,在程序设计时,我们可以把程序中功能相对独立的模块用函数来实现。这样做,不仅可以使程序条理清晰,便于维护。而且,通过重复使用某些函数,可以节省软件开发时间。对一个大问题先从一个大的全局上去考虑,分成几个大的模块,将每个大的模块进一步分解。该程序就是这样的思想,将加密分成三大步骤,对第二大步骤的9次循环的每次都要进行4个操作。
encryptdll3.7final
- 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption algorithm library, one individua
RT2870_STA_WebUI_v2.2.0.0
- RT2870 USB ABGN无线网卡linux驱动。该驱动实现了IEEE802.11的基本内容,包括BSS和IBSS模式,支持开放、共享、WPA-PSK和WPA2-PSK认证,以及WEP、TKIP、AES加密。-This is a linux device driver for Ralink RT2870 USB ABGN WLAN Card. This driver implements basic IEEE802.11. Infrastructure and adhoc mode wi
RT3572_Linux_STA_v2.5.0.0.DPO
- RT3572 ABGN无线网卡linux驱动。该驱动实现了IEEE802.11的基本内容,包括BSS和IBSS模式,支持开放、共享、WPA-PSK和WPA2-PSK认证,以及WEP、TKIP、AES加密。-This is a linux device driver for Ralink RT3572 ABGN WLAN Card. This driver implements basic IEEE802.11. Infrastructure and adhoc mode with open
aes_vb
- 一个类化的完整的AES实现方案.包含128Bit 256 Bit.不同的加密强度的完整的AES算法.同时也是一个成型的程序.可以用来直接加密需要保护的文件.-A class of a complete program of AES realize. Contains 128Bit 256 Bit. Different encryption strength of a complete AES algorithm. It is also a molding process. Can be used
AES_ALGO
- algorithm provide basic encryption/decryption using AES for with Secret Key.
AES
- AES的加密类模块 可以把文件加密成AES密文-AES encryption module type can be AES file encryption into ciphertext
jiami
- 基于AES加密的实例,就说是可靠性很高的加密解密算法。-AES based visual basic
AES-SHA1
- Text editor that saves contents in encrypted text file and adds Hash content at the bottom. (Basic usage of AES/Sha-1 Algorithms) Code is in Visual C#
AES
- 这是一个适用于C51单片机的AES加解密算法,用C语言编写,Keil C uV3编译通过。是我根据网上多见的C++的AES算法改写而成。128bit加解密。 -This is a AES source code with 128 bits, basic on C51 mcu,
AES
- AES的基本要求是,采用对称分组密码体制,密钥长度的最少支持为128、192、256,分组长度128位,算法应易于各种硬件和软件实现。-The basic requirement is that AES, the use of symmetric block ciphers, the key length of at least support for the 128,192,256, 128-bit packet length, the algorithm should be easy to
RT3562_3592_3062_LinuxSTA_V2.4.1.1
- RT3562/3592/3062 ABGN无线网卡linux驱动。该驱动实现了IEEE802.11的基本内容,包括BSS和IBSS模式,支持开放、共享、WPA-PSK和WPA2-PSK认证,以及WEP、TKIP、AES加密。-This is a linux device driver for Ralink RT3562/3592/3062 ABGN WLAN Card. This driver implements basic IEEE802.11. Infrastructure and a
RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo
- RT3090 ABGN无线网卡linux驱动。该驱动实现了IEEE802.11的基本内容,包括BSS和IBSS模式,支持开放、共享、WPA-PSK和WPA2-PSK认证,以及WEP、TKIP、AES加密。-This is a linux device driver for Ralink RT3090 ABGN WLAN Card. This driver implements basic IEEE802.11. Infrastructure and adhoc mode with
RT5370_RT5372_Linux_STA_V2.5.0.1_DPO
- RT5370/5372 ABGN无线网卡linux驱动。该驱动实现了IEEE802.11的基本内容,包括BSS和IBSS模式,支持开放、共享、WPA-PSK和WPA2-PSK认证,以及WEP、TKIP、AES加密。-This is a linux device driver for Ralink RT5370/5372 ABGN WLAN Card. This driver implements basic IEEE802.11. Infrastructure and adhoc mode
AES
- AES的基本要求是,采用对称分组密码体制。AES的加密数据块长度固定为128 比特,密钥长度则可以是128,192或256比特。AES加密有很多轮的重复和变换。大致步骤如下:1、密钥扩展(KeyExpansion)。2、初始轮(Initial Round)。3、重复轮(Rounds)。每一轮由四个不同的阶段组成,包括一个混淆和三个代换:字节代换(SubBytes)、行移位(ShiftRows)、列混淆(MixColumns)、轮密钥加(AddRoundKey)。4、最终轮(Final Round
AES-Baidu-Encyclopedia
- AES的百度百科内容,格式为HTML格式。可以让你对AES算法的来源以及相关特点有一个基础的了解,下载仅供参考。-Baidu Encyclopedia of AES content, format to HTML format. Can give you the source of the AES algorithm and related features have a basic understanding, downloads for reference only.
RT2860_Firmware_V26
- 无线网卡linux驱动。该驱动实现了IEEE802.11的基本内容,包括BSS和IBSS模式,支持开放、共享、WPA-PSK和WPA2-PSK认证,以及WEP、TKIP、AES加密。-This is a linux device driver for Ralink RT3090 ABGN WLAN Card. This driver implements basic IEEE802.11. Infrastructure and adhoc mode with open or shared or
wz_aes
- 128位AES加密算法的实现,其中具体的完成了AES加密算法的基本功能。-128-bit AES encryption algorithm to achieve, which completed the basic functions of specific AES encryption algorithm.
AESClass4VB6
- AES加密類別FOR Visual Basic 6