搜索资源列表
CipherOne6.0
- 本软件代码所有权属于Scaton Software Co.,你可以任意使用该代码,但不得以商业形式整体或整模块使用本代码。 scaton, 2006.2.16 CipherOne 加密钻石锁软件代码模块介绍: Zlib---zip压缩静态库代码,GNU代码 Rsaref---Rsa密钥处理及各算法代码库,RSA Lab拥有版权,Scaton Software增加了AES和IDEA算法代码 RsaKern---本软件加密、解密处理核心模块,Scaton Softw
AES.Simple
- [加密与解密.第二版]附属源代码完全版 加密与截密算法实现-[encryption and decryption. 2nd edition] subsidiary version of the source code completely closed and secret encryption algorithm
AES1.3
- AES 加密1.3算法,delphi. -1.3 AES encryption algorithm, delphi.AES 1.3 en cryption algorithm, delphi.AES 1.3 encryption algorithm, delphi.
AES-DELPHI
- AES加密演算法Delphi程式,可以加密字符和文件。
AES
- AES加密算法演示程序,此算法为标准的AES算法,你可以根据的 //的自己需要进行变形
Aesdll
- 采用delphi开发的加解密函数dll,采用AES加密算法的一个简单dll例子-With the development of encryption and decryption function delphi dll, AES encryption algorithm using a simple dll example
aes-8051
- 作为美国高级加密标准(AES)候选方案,包括serpent,rijndael,towfish,rc6rijndael算法的8051汇编语言实现。-As the U.S. Advanced Encryption Standard (AES) candidate, including the serpent, rijndael, towfish, rc6rijndael algorithm 8051 assembly language.
AES-encryption-algorithm-
- 本例通过C语言编程来实现AES的加密算法-C programming language to implement the AES encryption algorithm
ALYQ18
- 用AES算法对一段视频进行加密 用软件分别提取加密前视频和加密后视频的PSI信息.-AES algorithm to encrypt a video PSI information were extracted from the video after the pre-encrypted video and encryption software.
AES
- AES算法的实现源代码。只支持128bitAES加密-AES Algorithm
AES
- 实现了AES加密算法。包含3个文件,AES.h,AES.c,testAES.c。-AES source code
AES--code
- AES范例实现,是论文《高级加密标准(AES)算法Rijndael的设计》附录的原始代码-The AES example implementation, the paper " design of the Advanced Encryption Standard (AES) algorithm Rijndael Appendix original code
AES
- 通过测试,可以实现16,128,256三种方式的加密算法,来增加加密强度-Encryption algorithm, can be achieved by testing 16,128,256 three ways to increase the encryption strength
AES-8.6
- AES是一种可逆加密算法,分组长度为128bit,密钥支持128bit,196bit,256bit-AES is a reversible encryption algorithm, packet length of 128bit key support 128bit, 196bit, 256bit
ios_AES_encrypt
- 本源码为我的毕业设计,题目为,基于iOS平台的数据加密程序,实际为AES加密算法。用objective—C实现,在ios开发平台SDK 下打开可运行-The source code for my graduation project entitled, based on the the iOS platform data encryption program, the actual AES encryption algorithm. Objective-C to achieve open can
standard_dpa
- 实现差分功耗分析对aes加密算法的破解。-implement differential power analysis to aes algorithm
Delphi_533674
- Delphi:Delphi下使用AES加密的方法演示,能用来加密字符串和文件,包括一个密钥三个明文,也可进行反加密,也就是解密的过程。AES字符串加密密钥可以是128位,密钥位192位,密钥为256位,AES算法字符串解密也支持上述位数。 -Delphi: AES encryption method using the Delphi demonstration file and the encrypted string can be used, comprising a three clea
Delphi_122174
- Delphi:包括了各种常见的Delphi加密算法实例源码,它们是2DES、3DES、3DES3算法、AES、BASE64、Blowfish、CRC32-Dym、CRC32-Static、DES、MD5、RSA、SHA等加密的算法演示实例,每个实例都可以在D7下编译运行,对于学习看效果来说,挺方便的。 -Delphi: Delphi includes a variety of common encryption algorithm source code examples, they are
AESv1.3
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 -Advanced Encryption Standard (AES) v1.3