搜索资源列表
DES
- 1,这是一个标准DES算法程序 2,可以作为串口通讯和软件加密应用.
aes设计方案
- 随着密码分析技术的提高,新的数据加密标准AES取代了过时的DES。文章在阐述AES/RSA加密算法的基础上,分别给出了利用AES/RSA实现客户端/服务器端网络数据传输的加密流程。最后在比较AES算法和RSA算法基础上,将AES与RSA相结合提出一种新的数据加密方案。-analysis technology improvements, new data encryption standard AES replaced the outdated DES. The article describe
java加密技术
- java加密技术:除了DES,我们还知道有DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR)等多种对称加密方式,其实现方式大同小异,这里介绍对称加密的另一个算法——PBE-java encryption technology: In addition to DES, we also know DESede (TripleDES, that is, 3DES), AES, Blowfish, RC2, RC4 (ARCFOUR) and o
DEStest.doc
- DES加密解密j算法用ava实现,无用户图形界面-DES implementation and test
DES
- DES的每个分组是64位,既明文和密钥都是64位(密钥实际用56位,每字节第8位为校验)。这个算法的核心是Feistel密码,由于其设计的巧妙,加密解密都用一个函数,具体原理请查阅其他资料。DES的流程基本是执行16轮下面的运算:-DES each packet is 64, both explicit and are 64-bit key (actual key 56, the first 8 bytes each for validation). The core of this algor
3.8
- 加密解密技巧,DES,AES, RAS等算法。Java代码可以在EDI中运行实现。-This is a documentation for encryption and decryption.
silicon_ensemble
- 对著名的加密算法DES和AES的ASIC设计方案,对ASIC设计者有很好的参考价值。-Pairs of well-known encryption algorithms DES and AES, ASIC design, ASIC designers have a good on the reference value.
DES
- 在银行金融界及非金融界,越来越多地用到了DES 算法, DES 全称为Data Encryption Standard即数据加密算法,它是IBM公司于1975年研究成功并公开发表的-des
des
- des算法,可以对数据进行加密和解密,利用不同密钥可以实现不同的功能
des
- 本文是对磁盘进行加密,内含完整源码,DES算法加密-This article is to encrypt the disk containing the complete source code, DES algorithm encryption
DES-(2)
- C++程序,DES加算法,分组加密算法,源代码&实验报告-C++ program, DES plus algorithm, packet encryption algorithm, source code & experimental report
DES
- 一个基于JAVA平台的DES加密算法的实现-A DES encryption algorithm based on the JAVA platform
DES-data-encryption
- 本文是一篇讨论关于常用文件加密解密算法的毕业设计论文,它详细的讲述了文件加密解密算法实现的过程中所用到的方法、技术。-This article is a discussion about common file encryption and decryption algorithm design graduate thesis in detail about the methods, techniques used in the process of file encryption and de
DES
- DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热^_^.-DES (Data Encryption Standard) algorithm, in 1977 the United States government
DES
- DES加密算法的算法研究及其matlab实现-the study of DES encryption algorithm and its realization in matlab
DES-encryption-decryption-algorithm-
- DES加密算法,自己纠结了很久才出来的代码,有自己的理解,代码看起来比较简单易懂,希望可以给大家带来帮助。-DES encryption algorithm, their struggle for a long time to come out of the code, have their own understanding, the code looks simple, hope can bring you help.
VCPP_DES
- 用VC++实现DES加密算法,对算法原理做简要说明~-With VC++ DES encryption algorithm, a brief descr iption of the algorithm principle ~
fips46-3
- DES 加密算法详细介绍,包括最基本的原始操作。-DES encryption algorithm in detail, including the most basic of the original operation.