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

搜索资源列表

  1. DESProject-Done

    0下载:
  2. 用DES算法实现对字符串加密(密钥与明文必须是8位,不能包含中文)。-DES algorithm to achieve key plaintext string encryption (must be 8, can not contain Chinese).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:620477
    • 提供者:WalyLing
  1. S_DES

    0下载:
  2. 用户输入10位密钥,对输入的明文进行加密,加密后输入的是密文。des算法的简单实现方式。-The user input 10-bit key to encrypt the input plaintext is input in the encrypted ciphertext. The des algorithm simple way to achieve.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:520852
    • 提供者:yang
  1. 3DES

    0下载:
  2. 实现 DES 加密解密算法的基本要求, 可以正确对明文进行加密解密。-The basic requirements of the DES encryption algorithm, you can correct plaintext for encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:27795
    • 提供者:
  1. des1

    0下载:
  2. DES密码加密/解密算法的C++实现 DES是一种明文分组64比特,有效密钥56比特,输入密文64比特,具有16轮迭代的分组对称密码算法-DES C++ implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:4006
    • 提供者:聂春雷
  1. DES_encrypt_system

    0下载:
  2. 本程序使用C++语言在VC6.0下实现DES加密解密过程,输入明文从文件读取,输出密文写到文件,加密密钥程序内定,可以修改。-This program uses C++ language Under the VC6.0 DES encryption and decryption process, the input plaintext read from the file, the output ciphertext is written to the file encryption key p
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-23
    • 文件大小:328534
    • 提供者:terry
  1. 12222

    0下载:
  2. 用DES加密算法编写一个的加密程序。 基本实验:输入明文及加密密钥,输出密文;输入解密密钥后输出明文。-Use DES encryption algorithm to write an encryption program.
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:5376048
    • 提供者:袁一科
  1. DESUtil

    0下载:
  2. 用java实现的DES加密算法,输入明文,然后输出密文!-Using java implementation of the DES encryption algorithm, the input plaintext and then outputs the ciphertext!
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6534
    • 提供者:杨丁彬
  1. 2DES

    0下载:
  2. Delphi双重DES加密算法演示源程序,源码在D7下直接编译就行了,可以顺利运行。源码主要演示如何在Delphi环境下实现双重的DES加密,允许输入明文的情况下,可输入两个DES密钥-Delphi demo double DES encryption algorithm source code, source code compiled in D7 directly on the line, can run smoothly. Main source demonstrates how the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:184553
    • 提供者:丽丽
  1. mixed-encrypt-system

    1下载:
  2. 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下: 1:提供了俩个加密接口。混合加密,DES加密。 2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案。当密钥长度在64位以内时它将使用标准DES加密,当密钥长度超过64位后,系统将设置第2密钥,并启用3次DES加密。其密钥长度可达112位,并且它还具有很强的扩展性,提供了3种加解密接口:文件接口,文件句柄接口(可以供其他加密
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5545671
    • 提供者:gu
  1. DESEncryptionDecrypt

    0下载:
  2. 编写的DES 对称加解密技术,可随时进行明文密文之间的转换,有需要的朋友可以下载测试!本人目的打算对后台数据库的敏感信息字段用该方法加密,然后用软件权限控制读取,这样即使直接SQL后台取数,也得不到明文数据。-Write DES symmetrical encryption technology, may at any time for conversion between plaintext cipher, friends in need can be download test! I pur
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:25444
    • 提供者:向建华
  1. Centralized-symmetric-key

    3下载:
  2. 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-19
    • 文件大小:4096
    • 提供者:丁元元
  1. Main

    0下载:
  2. 实现DES加密,通过输入明文可以得到密文,然后输入密文可以得到明文,为了解DES加密提供帮助-DES encryption, can be obtained by entering the plaintext ciphertext and plaintext input ciphertext can get, help to understand the DES encryption
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2058
    • 提供者:严峻
  1. project.tar

    0下载:
  2. go语言实现的DES与RSA算法,对明文的加密及对密文的解密-DES and RSA algorithms go language, the plaintext encryption and decryption of the ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:825040
    • 提供者:马智
  1. encryption

    0下载:
  2. 这一个用c++写的DES算法的简单实现,能输入16进制的明文进行加密。-This is a written with c++ simple implementation of the DES algorithm, can enter 16 hexadecimal plaintext encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1095769
    • 提供者:john
  1. RSA_DES

    0下载:
  2. 用C++实现的DES加密算法和RSA加密算法,控制台显示,可同时查看明文和密文,可自主设置密钥-Using C++ DES encryption algorithm and RSA encryption algorithm, the console display can simultaneously view the plaintext and ciphertext can be independently set key
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4344431
    • 提供者:刘豫
  1. Delphi_712281

    0下载:
  2. 一个书中的实例,Delphi双重DES加密算法演示源程序,源码在D7下直接编译就行了,可以顺利运行。源码主要演示如何在Delphi环境下实现双重的DES加密,允许输入明文的情况下,可输入两个DES密钥,可输入密文后实现加密功能,双重DES 要比单一的DES加密更安全,不容易被破解。 -An example of the book, Delphi double DES encryption algorithm demo source code, source code in D7 compil
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:181456
    • 提供者:HO8IQZS
  1. KDC

    8下载:
  2. 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
  3. 所属分类:Java Develop

    • 发布日期:2015-10-19
    • 文件大小:2112512
    • 提供者:王同学
  1. InfoSecurity

    4下载:
  2. 完成分布式对称密钥分配 说明:作为通讯的双方A和B已经共享一个会话主密钥Km。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.txt); (3)基于网络完成密钥分配工作(作为通信的双方A、B应部署于两台主机上); (
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:15236
    • 提供者:王同学
  1. des_bit

    0下载:
  2. DES加密算法C++实现: 从文件读取明文和密钥,并进行DES的加密解密,输出到文件。-des for vc++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:181884
    • 提供者:shumingl
  1. DESsuanfadaima

    0下载:
  2. des密码算法,已知明文m=computer,密钥k=program,相应的ASCALL码表示为-Des password algorithm, a known plaintext m = computer, key k = program, represented by corresponding ASCALL yard
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:10825
    • 提供者:花春冼
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com