CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des算法

搜索资源列表

  1. Cryptography

    0下载:
  2. 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:27875
    • 提供者:tangxiaojun
  1. MyCryptograghy

    0下载:
  2. 对DES对各种类型的加解密的一个算法整理,包括对Byte,string,TXT文件类型,及其他类型的文档的一个解加密-Of DES encryption and decryption of all types of finishing an algorithm, including Byte, string, TXT file types, and other types of documents, a solution of encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:6733
    • 提供者:qer
  1. qiu_networksecurity_project1

    0下载:
  2. 这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:14236
    • 提供者:qiushi
  1. mixed_encryption

    0下载:
  2. 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下:1:提供了俩个加密接口。混合加密,DES加密。2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案-Implementation of the system a basic hybrid cryptosystem. It uses DES as the symmetric key algorithm, RSA public key a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:704474
    • 提供者:sunwu
  1. DESHTM

    0下载:
  2. 用VHDL语言实现了DES加密算法,其中包含了测试程序,能够进行仿真。-Using VHDL language implementation of the DES encryption algorithm, which contains the test procedures can be simulated.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9449
    • 提供者:心飞扬
  1. DES_0

    0下载:
  2. DES加密解密算法,老师布置得作业.有一定的参考价值,大家互相学习吧-DES encryption and decryption algorithms, decorated Teacher homework. Must have reference value, we learn from each other
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:245022
    • 提供者:cherry
  1. DESmiyue

    0下载:
  2. 这只是标准DES算法的例子,必须在WINDOWS环境下编译.-This is just the standard DES algorithm, which must be compiled in the WINDOWS environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2317
    • 提供者:guojia
  1. des

    0下载:
  2. 这是一个DES加密解密算法的源代码,希望对大家有用-This is a DES encryption and decryption algorithm source code, in the hope that useful to everybody
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2793
    • 提供者:ajia
  1. DES20090328

    0下载:
  2. DES算法完整源码与调用方法 算法完整源码与调用方法-DES algorithm source code and call the method of complete
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:188342
    • 提供者:文珺
  1. DES

    0下载:
  2. 压缩算法,用于加密处理,应用于安全.Delphi源码-safadsa
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:10264
    • 提供者:gavin
  1. SCode

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密,如果Mode为加密,则用Key去把数据Data进行加密,生成Data的密码形式作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式作为DES的输出结果。在使用DES时,双方预先约定使用的”密码”即Key,然后用Key去加密数据;接收方
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:85972
    • 提供者:daijie
  1. desandrsa

    0下载:
  2. DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:20869
    • 提供者:郭子
  1. CSharpDes

    0下载:
  2. 标准CSharpDes加密算法,WORD的文件,包含了加密解密。-C# Des加密算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:12383
    • 提供者:vbking
  1. dessuanfa

    0下载:
  2. DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境的代码-DES algorithm collection, including a variety of enhanced DES algorithm, the deformation DES algorithm, there is PASCAL, ASM, C, such as multi-lingual version, there
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:908493
    • 提供者:刘继棠
  1. des4

    0下载:
  2. 用DES算法实现加解密,对你输入的东西进行加密,并显示出来。-Use of DES encryption and decryption algorithm, what you enter is encrypted and displayed.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:1746
    • 提供者:军人
  1. des

    0下载:
  2.  数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自 IBM 的研究工作,并在 1997 年被美国政府正式采纳。它很可能是使用最广泛的秘钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。通常,自动取款机(Automated Teller Machine,ATM)都使用 DES。 此源码可完成简单的DES加密解密-Data encryption alg
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2388
    • 提供者:好人
  1. des

    0下载:
  2. 实现DES加密算法,非常小。直接可以用。-DES encryption algorithm to achieve, is very small. Can be used directly.
  3. 所属分类:CA program

    • 发布日期:2017-04-15
    • 文件大小:5698
    • 提供者:yjs
  1. 20071004085313845

    0下载:
  2. DES算法完整源码与调用方法,里面内容比较详细,-DES algorithm source code and call the method of complete
  3. 所属分类:DSP program

    • 发布日期:2017-04-29
    • 文件大小:190048
    • 提供者:niuniu
  1. DES

    1下载:
  2. 使用c语言实现的DES加解密算法。控制台程序。-C language using the DES encryption algorithm. Console program.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:10514
    • 提供者:Robert
  1. crypt

    0下载:
  2. 实现三种加密解密算法:1、 简单的移位算法;2、 基于矩阵的置换算法;3、 Des算法;-Encryption and decryption algorithm for the realization of the three: 1, a simple shift algorithm 2, the replacement algorithm based on the matrix 3, Des algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-09
    • 文件大小:2024022
    • 提供者:空凌
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com