搜索资源列表
Aes
- 用vc实现的aes加密和解密算法。有住示,便于阅读和理解。-Vc achieved using des encryption and decryption algorithm. There are live show, easy to read and understand.
invaes
- aes高级加密标准算法解密的实现,从文本in.dat读入密文,从文本word.dat读入密钥,输出明文至文本out.dat-Advanced Encryption Standard algorithm aes decryption implementation, read from the text in.dat ciphertext, the key read from the text word.dat output explicitly to the text out.dat
untitle
- aes算法,128位,16字节数据加密解密-aes algorithm, 128
AES-based-on-FPGA-jiemi
- 基于FPGA的AES算法实现,使用verilog语言实现。本模块只包含解密过程,没有加密过程。-Implementation of AES algorithm based on FPGA, using Verilog language. This module contains only the decryption process, no encryption process.
aes
- 本文档用C语言写了AES算法,可以读入明文或密文文档和密钥文档,然后将加密或解密结果输出到文档中-This document is written in C language of the AES algorithm, can be read in plain text or cipher text documents and key documents, and then output the results to encrypt or decrypt the document
ecb_Encryp
- c语言实现aes ecb模式加密,可以和java,c#,obj-c互相 加,解密。包含base64编码,urlEncode编码 注意,该算法里面的密文是转换成16进制的字串,如果不要16进制,可自行转换,内的函数。 vc6,vs2008,可编译。-AES ECB mode
AES
- AES加密算法实现,带界面,支持文件的加密解密-AES encryption code
AES-master
- AES加密解密算法在matlab上的实现,运行无错误,可直接在matlab上进行演示。-AES matlab
ArduinoAES256-master
- 具有256位密钥的AES加密解密算法在matlab上的实现与应用-AES code
AES加密算法(java实现)
- 简单的密码加密和解密,相对简单,新手使用,有些许不足,谨慎下载,(Simple encryption and decryption of the password, relatively simple, the new use of the novice, some is not enough, carefully downloaded,)
DES_AES_For_ASP_VBScript
- asp版AES加密解密源代码,模式:ECB/CBC 默认:ECB 填充:PKCS5/NONE/ZERO 默认:PKCS5 编码:GK2312/UTF-8(Function: implementation of DES standard encryption algorithm with VBscr ipt)