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

搜索资源列表

  1. DES

    0下载:
  2. DES加密解密 c语言实现.可自己修改指定长度的密钥、明文,以得到相应的密文-DES encryption decryption c language can modify the specified length of the key, plaintext to ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:3613
    • 提供者:阿光
  1. DES

    0下载:
  2. 自己写的DES程序,密钥及明文密文均用数组存储,支持文件读写-DES program to write their own key and plaintext ciphertext are stored in an array, supporting documents to read and write
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:660426
    • 提供者:王久力
  1. DES

    0下载:
  2. DES密码加密算法 对8字符明文进行加密 输出密文-DES password encryption algorithm to 8 characters text is encrypted output ciphertext
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:3791
    • 提供者:wangaohui
  1. DES

    0下载:
  2. 实现DES数据加密算法, 明文按64位进行分组, 密钥长64位。-DES data encryption algorithm to achieve expressly grouped according to 64, the key length of 64 bits.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:10560
    • 提供者:戴慧超
  1. DES

    0下载:
  2. 支持明文文件读取和密文文件存储的DES加密解密算法。BUG已修正。-Plaintext and ciphertext file read file storage DES encryption and decryption algorithms. BUG has been fixed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:1128831
    • 提供者:张滢
  1. DES

    0下载:
  2. DES加密算法,初始置换、密钥置换、密钥循环、密钥压缩置换、数据扩展置换、、S盒替换、P盒置换、末置换 -DES encryption algorithm, the initial replacement, key replacement, key loops, key compression replacement, data expansion permutation,, S cartridge replacement, P cartridge replacement, replacem
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:514662
    • 提供者:王英
  1. DES

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热^_^.-DES (Data Encryption Standard) algorithm, in 1977 the United States government
  3. 所属分类:File Formats

    • 发布日期:2017-12-05
    • 文件大小:45467
    • 提供者:许任翔
  1. Des

    0下载:
  2. DES密码的C语言实现。 输入为同目录下存放明文的1.txt文件,存放密钥的key.txt文件。输出为加密后的2.txt文件,以及2.解密后的3.txt。-DES passwords C language. Enter the same directory stored plaintext 1.txt, stored keys key.txt . 2.txt the encrypted output file, and 2. Decrypted 3.txt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:18008
    • 提供者:VongRuohang
  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. DES

    0下载:
  2. QT 实现 DES加密,一种对称加密算法,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。-QT achieve DES encryption, a symmetric
  3. 所属分类:Network Security

    • 发布日期:2017-03-30
    • 文件大小:266416
    • 提供者:cyr
  1. DES

    0下载:
  2. 8-bit之DES加解密,先輸入10-bit的金鑰,接著輸入8-bit的明文,最後出現加密完的密文以及解密完的明文。-The 8-bit DES encryption and decryption, first enter a 10-bit key, and then enter the 8-bit plaintext, finished last seen encryption and decryption finished ciphertext plaintext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2073620
    • 提供者:張勝
  1. DES

    0下载:
  2. DES加密实现,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。-DES encryption to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2289182
    • 提供者:吴兰
  1. DES(based-on-MFC)

    0下载:
  2. 基于图形界面MFC的DES加解密算法。从路径中读取加密文件,自行输入密钥,解密或者解密内容以文件形式保存在文件夹下。所有工程均已提交在压缩包里,打开dsw即可以运行。是学习密码学的途径,也是密码学DES算法的重要实验-GUI-based MFC DES encryption and decryption algorithms. Reads the encrypted files from the path, enter their own key to decrypt or decrypt th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1933012
    • 提供者:毛小婷
  1. DES

    0下载:
  2. DES加密算法C++实现,包括加密解密。密钥可根据需要进行修改。-DES encryption algorithm C++ implementation, including encryption and decryption. Keys can be modified as needed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:79830
    • 提供者:lxc
  1. DES

    0下载:
  2. DES加解密程序,密文和密钥从文档中读出,最后的结果也将被写入文档-DES Program encryption and decryption and the program can read the content include the ciphertext and cipher key from the document(text1.text) the result will be writen in another document(text3.text)
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:220483
    • 提供者:langmomo
  1. des

    0下载:
  2. DES算法的加密算法,输入为明文,密钥,然后进行加密,输出结果-DES algorithm encryption algorithm, the input is plaintext key, and encrypted, the output
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:216758
    • 提供者:周永海
  1. DES

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的DEA是嵌入硬件中的。-Data Encryption Algorithm (Data Encryption Algorithm, DEA) is a symmetric encryption algorithm, is probably the most widely used key system, especially in t
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-16
    • 文件大小:289464
    • 提供者:fengyongjin
  1. DES

    0下载:
  2. DES 加密算法,使用一个 56 位的密钥以及附加的 8 位奇偶校验位(每组的第8为作为奇偶校验位),产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 轮循环,使用异或,置换,代换,移位操作四种基本运算。-The Data Encryption Standard (DES) is a
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:641090
    • 提供者:baimengying
  1. DES

    0下载:
  2. DES算法实现 包括明文密文的相互转化 以及选择txt文件进行DES加密-DES algorithm, including mutual transformation of plaintext and ciphertext choose txt files DES encryption
  3. 所属分类:Network Security

    • 发布日期:2017-04-17
    • 文件大小:276063
    • 提供者:朱星烨
  1. DES

    0下载:
  2. DES加密算法,输入任意长度密文,密文八字节,适合高校-DES encryption algorithm, enter any cipher, ciphertext eight bytes for college
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:2774
    • 提供者:文柳
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com