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

搜索资源列表

  1. des

    0下载:
  2. des加密,大学二年级密码学课程,界面为控制台-des encryption, cryptography University second-year curriculum, the interface for the console
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:736142
    • 提供者:li
  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. 310609040103

    0下载:
  2. DES加密的算法,可以供大家学习使用,可以作为信息安全课程设计-DES encryption algorithm, can be used for the U.S. study can be used as the design of information security curriculum
  3. 所属分类:Education soft system

    • 发布日期:2017-04-29
    • 文件大小:289303
    • 提供者:ygp
  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. DES

    0下载:
  2. 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. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:23486
    • 提供者:吴成刚
  1. (Clanguage)

    0下载:
  2. CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4734
    • 提供者:1234
  1. CSharpDes

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

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

    1下载:
  2. 使用C语言实现密码学DES加密和解密,使用密码反馈模式 CFB模式-The use of C language implementation of cryptography DES encryption and decryption, feedback mode using a password CFB mode
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-25
    • 文件大小:8671
    • 提供者:jackli
  1. Des

    0下载:
  2. 一起四个函数 uses 这个单元就可使用 function EncryStr(Str, Key: String): String function DecryStr(Str, Key: String): String function EncryStrHex(Str, Key: String): String function DecryStrHex(StrHex, Key: String): String 分两队,分别是加密和解密的-With the four
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3239
    • 提供者:zenghua
  1. DES

    0下载:
  2. c# DES文件加密 c# DES文件加密-c# DES file encryption file encryption c# DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3958
    • 提供者:liuzhou
  1. DES

    0下载:
  2. 使用VC编程实现DES的加密与解密算法,能够加密和解密文件,使用的密钥是八位-VC Programming using DES encryption and decryption algorithms to encrypt and decrypt files, the key is to use eight
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3514021
    • 提供者:靳超
  1. DES

    0下载:
  2. 模拟DES算法,程序使用八位密钥。 2. 程序使用 输入:输入明文,输入8位密钥。 点击“加密”按钮,即可获得加密密文。 输出:在编辑框中显示密文。 点击“解密”按钮,即可获得明文。 输出:在编辑框中显示明文。 -Simulation DES algorithm, the use of eight key procedures. 2. Procedures using input: enter explicitly, enter the 8-bit key. Cli
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1991839
    • 提供者:木佳强
  1. DES

    0下载:
  2. DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1172652
    • 提供者:donton
  1. encryption_test

    0下载:
  2. 实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:94162
    • 提供者:BY
  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. DES

    0下载:
  2. 用C#完成的DES加密和解密,界面简洁,在VS下完成的。-This ia a DES program(C#)
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6726
    • 提供者:shanshan
  1. DES

    0下载:
  2. DES加密解密算法,该程序是用DES 加密算法对文件进行加密-DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:226041
    • 提供者:lisir
  1. DES

    0下载:
  2. DES加密算法,用c语言实现的,方便快捷-DES encryption algorithm, using the c language, convenient and quick
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1212
    • 提供者:zhaoyong
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com