搜索资源列表
CS2003081aes
- 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
CryptoAPI
- 利用CryptoAPI实现AES加密解密程序设计-AES encryption and decryption using CryptoAPI Implementation Program
intro-openssl
- 实现对文档的加密解密功能,能方便的完成此项任务-Implementation of document encryption and decryption functions, to facilitate the completion of the mission
3.8
- 加密解密技巧,DES,AES, RAS等算法。Java代码可以在EDI中运行实现。-This is a documentation for encryption and decryption.
cunzip
- AES CODE FOR DECRYPTION
TestAESCipher
- 这是一个关于AES加密和解密的算法实现。-This is about the AES encryption and decryption the algorithm.
AES-encryption-and-decryption
- 用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
AES
- AES解密及加密任意长度字符串或文件. 经过两个星期的奋战,终于在前人能解密16字节字符串的基础上解密任意长度字符串,并将其封装为类,以后的调用直接引用该类即可,在封装的过程中可真是磕磕碰碰出现诸多问题,不算大,但却真的不容易找到其中的解决的方法。该方法是自己在前人的基础上辛辛苦苦弄出来的,共享出来,对某些人来说可能是垃圾,但对某些人可能还是有一些帮助吧-AES decryption and encryption of arbitrary length strings or files. Aft
AES
- AES算法C源码(加解密),简单测试了一下,可以用,领解压文件里有两个解密加密rar的算法,感兴趣的可以看下。-AES algorithm C source code (encryption and decryption), a simple test that can be used, there are two collar-extracting file to decrypt the encrypted rar algorithms, interested can look.
CUDA-AES
- 基于CUDA的AES快速加密解密文档,系统介绍饿AES算法的设计与优化-CUDA-based AES encryption and decryption of documents quickly, the system introduced hungry AES algorithm design and optimization
encryption-decryption
- java project for encryption and decryption using AES algorithme and RSA algorithme, text encryption or images, text file or others formats.
AES-FPGA
- 本文介绍了AES加密算法通过不同的功能结构的FPGA实现,语言背景为VHDL-This paper details Implementation of the Encryption algorithm AES under VHDL language In FPGA by using different architecture of mixcolumn. We then review this research investigates the AES algorithm in FPGA
aes
- aes的加解密功能模块实现,是可以用的,主要是开通会员-aes encryption and decryption function module, can be used mainly open membership
aes
- 基于qt的aes加密算法,进行通信过程的信息加密,包含具体位循环、密钥加密、解密过程-Based on the qt aes encryption algorithm to encrypt information communication process, including the specific bit cyclic, key encryption, decryption process
crypt_tool
- 加/解密测试助手,空闲时间弄出的一个小软件,把平时项目上用到的加\解密算法整合,方便测试,现打包分享。 目前支持的加\解密算法有:AES,DES,RC,BLOWFISH,TWOFISH,CAMELLIA,KEELOQ,XTEA 还不支持:mdx,sha,rsa等,将在后面陆续增加。 如在使用过程中,软件出现各种BUG,可联系反馈,将在空闲时间里修改。-Encryption/decryption test assistant, came up with a little free time sof
ASE加密解密
- C#AES加密解密,256位AES加密和有密码的AES加密(C#AES encryption and decryption, 256 bit AES encryption and cipher AES encryption)