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

搜索资源列表

  1. DES

    0下载:
  2. C++下对数据的 DES加密算法-C++ under the DES encryption algorithm to data
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:90633
    • 提供者:肖禹杰
  1. DES

    0下载:
  2. 正式数据加密标准的des加密算法,基于C语言的-Official data encryption standard des encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-24
    • 文件大小:9315
    • 提供者:
  1. DES-C

    0下载:
  2. DES 加密算法 比较高效的加密 运行代码可以直接测试 会显示加密所用的时间-More efficient encryption algorithm DES encryption
  3. 所属分类:CA program

    • 发布日期:2017-05-20
    • 文件大小:6023423
    • 提供者:Citying
  1. des-cryptographic-algorithm

    0下载:
  2. 可以实现des加密算法 用c语言实现 包含源代码-des cryptographic algorithm C language code
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:13976
    • 提供者:qqq
  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 encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:3818
    • 提供者:吴伟超
  1. des-TCP

    1下载:
  2. java语言编写基于DES加密算法的TCP聊天程序-java language based on the DES encryption algorithm for TCP chat program
  3. 所属分类:加密解密

    • 发布日期:2013-12-19
    • 文件大小:6845
    • 提供者:徐静
  1. des

    0下载:
  2. 对des加密算法的实现,未实现对文件加密-Achieving des encryption algorithm to encrypt files unrealized
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:2579
    • 提供者:卢鸿基
  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加密算法的实现,C语言版的,可以实现简单的加密解密功能。-Last year, wrote a DES encryption algorithm, C language version, can achieve a simple encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. C语言实现的DES加密算法,请大家批评指正-DES encryption algorithm C language, please criticism
  3. 所属分类:CA program

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

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

    • 发布日期:2017-04-08
    • 文件大小:2774
    • 提供者:文柳
  1. DES

    0下载:
  2. DES加密算法(C语言编写),运行通过,共初学者学习参考-DES encryption algorithm (C language), run by total beginners to learn
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3817
    • 提供者:曲欣欣
  1. des

    0下载:
  2. 可以对需要加密的重要信息使用des加密算法进行加密。-we can use des encryption algorithmto encrypt important information.
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:27649
    • 提供者:chenlin
  1. DES

    1下载:
  2. QT版本的DES加密算法,支持支持中文的加密解密-Qt DES program chinese
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:364506
    • 提供者:xingyuanhang
  1. DES-DEMO-CODE

    0下载:
  2. DES加密算法,采用VC++6.0编写,直接可以运行,可用于教学演示等。-DES algorithm。
  3. 所属分类:CA program

    • 发布日期:2017-05-28
    • 文件大小:10640115
    • 提供者:alex
  1. DES

    0下载:
  2. 完成DES加密算法,C语言实现,已调试成功,输入字符串明文,按照DES算法输出相应的密文,还可以由密文通过DES算法计算出明文-Completion of the DES encryption algorithm, C language, has been successful commissioning, the input string plaintext, according to the DES algorithm outputs the corresponding ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:17495
    • 提供者:zhaiting
  1. DES-encryption-decryption-algorithm-

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

    • 发布日期:2017-04-07
    • 文件大小:81971
    • 提供者:周伟
  1. DES

    0下载:
  2. DES加密算法的简单实现 C语言小程序 现代密码学-Simple DES encryption algorithm C language applet modern cryptography
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:3291
    • 提供者:贾明
  1. DES

    0下载:
  2. DES 加密算法的C++实现,C++控制台,中文英文都可以加密,VS2010-DES encryption algorithm in C++, C++ console, Chinese and English can be encrypted, VS2010
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:3048526
    • 提供者:chen
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com