搜索资源列表
AES-128 encryption algorithm
- 用matlab编写的加密算法。输入128bit 明文,采用AES-128算法可以的得到128bit的密文输出。每一轮的加密结果都有显示。(Above is the AES(Advanced Encryption Standard)-128 algorithm written by matlab. By inputing the contexts and encryption key, you will get each round key and encryption result)
AES
- 作为新一代的加密标准,AES 旨在取代 DES(请看《DES加密算法的C++实现》),以适应当今分布式开放网络对数据加密安全性的要求。AES加密算法的C++实现(C++ implementation of AES encryption algorithm)
AES加密解密
- 用Java编写AES加密算法,实现加密解密过程(Using Java to write AES encryption algorithm to achieve encryption and decryption process)
aes算法
- PHP 实现AES加密解密通信。一个简单的小demo(PHP implementation of AES encryption and decryption)
AES
- AES算法源码,包括加密算法和解密算法。(ASE algorithm source code)
AES
- 可以实现任意文件的加密解密。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(Enc
AES-CTR
- 仿真AES算法,工作在CTR模式下。用于多个平台的数据加密(simulation of AES algorithm working at CTR mode)
aes
- AES in verilog codes
AES 加密算法接口及演示程序
- 提供AES加密算法接口,并有演示程序。有很好的参考价值(Provides the AES encryption algorithm interface, and has demonstration program)
aes-sample
- aes sample, aes sample
AES-GF(2^4)^2 for sbox
- AES加解密程序,128bit数据位宽,其中sbox和混合列运算在复合域GF(2^4)^2上完成(An AES encryption and decryption program with 128 bits datawidth, which used GF(2^4)^2 for sbox and mixcolumn.)
AES超过128位密码jdk报错解决
- 使用AES加密时,当密钥大于128时,代码会抛出java.security.InvalidKeyException: Illegal key size or default parameters Illegal key size or default parameters是指密钥长度是受限制的,java运行时环境读到的是受限的policy文件。文件位于${java_home}/jre/lib/security 这种限制是因为美国对软件出口的控制。(AES more than 12
aes-rsa-md5-des-sha
- aes rsa md1245 des sha128,244,256(aes rsa md1245 des sha)
AES KU-2
- AES ENCRYPTION ALGORITHM
aes
- AES算法的实现,VC++代码,支持ECB模式(Implementation of AES algorithm, VC++ code.)
AES加解密调试
- AES加解密 内容 IV key AES调试 多种模式可选择(AES encryption and decryption content IV key debugging)
AES代码_java版本
- 用AES加密算法对数据进行加密,这种加密算法可加密128到256比特的数据。(Encrypting data with AES encryption algorithm.This encryption algorithm can encrypt 128 to 256 bits of data)
AES
- 模拟AES的加密和解密过程,其中有两个版本,可以进行图片文本加密解密(Simulation of AES encryption and decryption process)
Ma Hoa AES
- aes encryption program
AES
- Advanced Encryption Standard (AES) code in MatLab