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

搜索资源列表

  1. 用C语言写的100行DES加密算法

    0下载:
  2. 用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11.77kb
    • 提供者:甘雷
  1. DES-64

    1下载:
  2. DES加密算法的C语言实现,64位加密的源程序-DES encryption algorithm in C language, 64-bit encryption of the source
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8.9kb
    • 提供者:whyspai
  1. DES11

    0下载:
  2. DES加密算法在C#下的实现。此程序分两部分,第一部分为主程序,另一部分为函数库 在C# 2005下通过。-DES encryption algorithm in C# under realized. This procedure in two parts, the first part of the main procedures, and the other part of the library in C# through 2005.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:胡蝶
  1. destest

    0下载:
  2. DES加密算法的C++实现-DES encryption algorithm in C + +
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:13.91kb
    • 提供者:陈小峰
  1. DES.rar

    0下载:
  2. DES加密算法的完整代码。 完整C++实现和完整J2ME代码实现3DES加密,DES encryption algorithm the complete code. A complete C++ to achieve and realize the full J2ME code 3DES encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:86.47kb
    • 提供者:sure
  1. DESMYC

    0下载:
  2. 一个DES加密算法代码,详细的C语言代码帮助你快速开发,自己的加密软件源码.-A DES encryption algorithm code, C language code in detail to help you quickly develop their own encryption software source code.
  3. 所属分类:Crypt_Decrypt algrithms

  1. DES3

    0下载:
  2. C编写三层DES的加密算法 使用C编写DES、DESX、DES3加密算法,以及演示如何在Delphi中调用C编写的加密解密算法。-C to prepare three-DES encryption algorithm using C preparation of DES, DESX, DES3 encryption algorithm, as well as demonstrate how to call C in Delphi encryption and decryption algor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:191.66kb
    • 提供者:sdfads
  1. DES

    0下载:
  2. 本DES算法,使用了效率很高的C完成。目前,国内知名企业的POS终端中,单DES算法,均是采用这个函数完成。函数经本站验证过,可以放心使用。-The DES algorithm, the use of highly efficient C-complete. At present, the domestic well-known enterprises in the POS terminal, single-DES algorithms are supported by the completi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.74kb
    • 提供者:小夏
  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
    • 文件大小:4.62kb
    • 提供者:1234
  1. DES

    0下载:
  2. 本程序实现DES算法,包括加密与解密,分组长度为64bit-DES algorithm of this program, including encryption and decryption, packet length 64bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:325.53kb
    • 提供者:lishen
  1. chalmers_des.tar

    0下载:
  2. A free implementation of the triple-DES encryption algorithm written in C.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:92.87kb
    • 提供者:KennyB
  1. DES

    0下载:
  2. DES加密算法的C语言实现,包括测试及演示,包你所求-DES encryption algorithm in C language implementation, including the testing and demonstration, packet you seek
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:3.54kb
    • 提供者:曹云青
  1. des

    0下载:
  2. 该代码详细描述了des加密算法的实现,并且体现了c++的强大功能-The code is described in detail des encryption algorithm, and shows the power of c++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3.58kb
    • 提供者:王静
  1. DES

    0下载:
  2. 用C语言写的DES加密算法,可以自由设置密钥,适合加密算法学习-Written in C language using DES encryption algorithm, can freely set the key, encryption algorithm for learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:171.21kb
    • 提供者:白杰
  1. 3DES

    1下载:
  2. 3DES又称Triple DES,是DES加密算法的一种模式,它使用3条56位的密钥对数据进行三次加密。数据加密标准(DES)是美国的一种由来已久的加密标准,它使用对称密钥加密法,并于1981年被ANSI组织规范为ANSI X.3.92。DES使用56位密钥和密码块的方法,而在密码块的方法中,文本被分成64位大小的文本块然后再进行加密。比起最初的DES,3DES更为安全。-3DES, also known as Triple DES, DES encryption algorithm is a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5.58kb
    • 提供者:Laura
  1. des

    0下载:
  2. C#编写的des算法加密解密小程序 可以实现明文加密-Des algorithm written in C# encryption and decryption applet
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:19.53kb
    • 提供者:raymond
  1. DES

    0下载:
  2. DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ comp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2.72kb
    • 提供者:sunjunyu
  1. DES-encryption-algorithm

    0下载:
  2. 实现DES加密算法,主要用到C语言, 实现DES加密算法,主要用到C语言-Achieve the DES encryption algorithm, mainly used in the C language, the DES encryption algorithm, mainly used in the C language, the DES encryption algorithm, mainly used in the C language.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:68.8kb
    • 提供者:peter
  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
    • 文件大小:2.91mb
    • 提供者:chen
« 12 3 4 »
搜珍网 www.dssz.com