搜索资源列表
Ken
- 此加密算法模块包含了AES,3DES,DES,MD5等多种加解密算法-this encryption algorithm module includes AES, 3DES, DES, MD5 and other encryption algorithm
TEA
- 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
rijndael_ingles2004
- AES 加解密过程演示,包括key的变换过程-AES encryption and decryption process demonstration, including the transformation process of the key
Decrypt.rar
- 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
New
- AES的C++实现方法,用QT编写,并能够正确验证,包括AES各种密钥长度,以及文件加解密-Method of AES C++ with QT prepared, and be able to correctly verify, including AES various key length, as well as file encryption and decryption
001
- c# 调用已有的类实现 3DES AES两种加密算法,输入的文件为1.txt 10.txt。。。文件大小为 1k 10k 100k 1000k 10000k 输出加解密时间-C# call for two classes implement 3 des, AES encryption algorithm, the input file for 1. TXT 10. TXT... File size is 1 k, 10 k, 100 k, 1000 k, 10000 k output encry
aes
- C语言实现AES加解密,AES是一个迭代,对称密钥分组的加密算法-C language AES encryption and decryption, AES is an iterative, symmetric key block encryption algorithm
AES
- AES 加解密算法 AES 加解密算法 -AES AES 加解密算法AES 加解密算法AES 加解密算法AES 加解密算法AES 加解密算法
C-language--AES-code
- C语言利用OpenSSL实现AES加解密源代码-C language use OpenSSL implementation AES encryption source code
AES
- AES代码 加解密代码 systemverilog编程-AES code
aes_128.c
- 用C语言实现AES加解密,分组长度和密钥长度均为128位。-The realization of AES encryption and decryption with the C language, the packet length and the key length of 128 bits.