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

搜索资源列表

  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加密算法(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

    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. DES

    0下载:
  2. DES加密算法,根据自己输入的密钥,可对文件进行加密,可对字符进行加密解密-DES encryption algorithm, based on their input key can encrypt files, encryption and decryption of the characters can be
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1939486
    • 提供者:Conan
  1. DES

    0下载:
  2. DES加密算法的实现。DES文件夹中,1.txt是要加密的文件,2.txt是加密后的文件,3.txt是2.txt解压的结果。-DES encryption algorithm. DES folder, 1.txt is to encrypt the file, 2.txt is encrypted files, 3.txt 2.txt is the result of decompression.
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1264630
    • 提供者:chenjy
  1. DES

    0下载:
  2. visual C++ 6.0开发的DES加密算法,用MFC作了界面-DES encryption algorithm developed by visual c++ 6.0, interface with MFC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:66145
    • 提供者:Cindy
  1. DES

    0下载:
  2. 实现DES加密算法的加密解密功能,能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口,进行数据的加密,保证数据在传送过程的安全性。-The realization of DES encryption algorithm for encryption and decryption functions, can realize the algorithm of Des 56 or 56*3 key, can be provided through the program interf
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-27
    • 文件大小:40286
    • 提供者:郭过
  1. DES

    0下载:
  2. DES加密算法的设计论文的代码,已通过验证-DES encryption algorithm design thesis code has been verified
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:20526
    • 提供者:王启
  1. DES

    0下载:
  2. 使用C语言实现DES加密算法 实现加密和解密-Using the C language DES encryption algorithm for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3805
    • 提供者:liuxinran
  1. DES-encryption-algorithm

    0下载:
  2. 这个算法是用C语言实现的DES加密算法,代码量少,仅100行。-This algorithm is the DES encryption algorithm using C language, less code, only 100 rows.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5236
    • 提供者:张晨
  1. des

    0下载:
  2. DES加密算法 matlab版本。 DES全称为Data Encryption Standard,即数据加密标准,是一种使用密钥加密的块算法,1976年被美国联邦政府的国家标准局确定为联邦资料处理标准(FIPS),随后在国际上广泛流传开来。-DES encryption algorithm matlab version. DES called the Data Encryption Standard, Data Encryption Standard, is a key block en
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:851
    • 提供者:大厦发生
  1. DES

    0下载:
  2. DES加密算法的实现 C++ 很详细 欢迎下载-DES algorithm to achieve
  3. 所属分类:Crypt_Decrypt algrithms

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