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

搜索资源列表

  1. 3075819836

    0下载:
  2. 使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 -The use of C written in DES, DESX, DES3 (three DES) encryption algorithm, this program demonstrates how to Delphi
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:191819
    • 提供者:唐鹤群
  1. cfileIO

    0下载:
  2. C(C++)语言下文件输入输出函数的一些局限性 ──读《DES数据加密算法原理、实现》的一些心得 程序名称:fileop.cpp 运行环境:win98/dos tc++3-c and c++ file io
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:17709
    • 提供者:liubin
  1. vc_3des

    0下载:
  2. 数据加密解密。用DES算法实现加密解密的C++代码。-Data encryption and decryption. Encryption and decryption with the DES algorithm in C++ code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2576227
    • 提供者:鲍青
  1. DES

    0下载:
  2. 用C语言简单的实现了DES三重加密以及解密算法功能。- C language to achieve the encryption and decryption of information.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:3944
    • 提供者:ybshs124
  1. wjcdescode

    0下载:
  2. 使用C编写DES、DESX、DES3加密算法,以及演示如何在Delphi中调用C编写的加密解密算法。-Use C to prepare DES, DESX, DES3 encryption algorithms, as well as demonstrate how to call C written in Delphi encryption and decryption algorithms.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3082
    • 提供者:董奇
  1. DES-c

    0下载:
  2. C语言的DES算法加密,该算法较简单,不能加密文件内容-C language of the DES encryption algorithm, the algorithm is relatively simple, not the contents of encrypted files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2596
    • 提供者:那么
  1. ElixisSource

    0下载:
  2. c#加解密类,提供多种加密算法的接口,帮助您实现数据的MD5,AES,DES等加密。-c# encryption type, encryption algorithm to provide multiple interfaces to help you achieve the data MD5, AES, DES and other encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:90229
    • 提供者:ETop
  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
    • 文件大小:3623
    • 提供者:曹云青
  1. 3DES

    0下载:
  2. 3DES(即Triple DES)是DES向AES过渡的加密算法(1999年,NIST将3-DES指定为过渡的加密标准),是DES的一个更安全的变形。它以DES为基本模块,通过组合分组方法设计出分组加密算法,其具体实现如下:设Ek()和Dk()代表DES算法的加密和解密过程,K代表DES算法使用的密钥,P代表明文,C代表密表,这样, 3DES加密过程为:C=Ek3(Dk2(Ek1(P))) 3DES解密过程为:P=Dk1((EK2(Dk3(C))) -3DESASDASDASD
  3. 所属分类:Network Security

    • 发布日期:2017-04-07
    • 文件大小:727
    • 提供者:feng
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  1. encryption

    0下载:
  2. 该文件包含放射加密和des加密两种算法,是用C语言实现的。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:18241
    • 提供者:亦应
  1. C_Programming_three_DES_encryption_algorithm_sourc

    0下载:
  2. C编程设计三层DES的加密算法程序源码C Programming three DES encryption algorithm source code-C Programming three DES encryption algorithm source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:198555
    • 提供者:uwh
  1. C_language_programming_code_DES_encryption_algorit

    0下载:
  2. C语言编程DES加密经典算法代码 C language programming code for DES encryption algorithm Classic-C language programming code for DES encryption algorithm Classic
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:7310
    • 提供者:io
  1. desClanguage

    0下载:
  2. C语言编写的DES算法程序,实现对一段文字进行DES加密和解密,并分别输出。-DES algorithm written in C language programs to achieve a DES encryption and decryption of text and output, respectively.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3864
    • 提供者:xiaolong
  1. DES3

    0下载:
  2. 使用C编写DES、DESX、DES3加密算法,以及演示如何在Delphi中调用C编写的加密解密算法。-Written using C DES, DESX, DES3 encryption algorithms, and demonstrates how to call C written in Delphi encryption and decryption algorithms....
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:197461
    • 提供者:吴文霞
  1. DES_zyj

    0下载:
  2. 用C++实现的DES加密解密算法。含源代码。-In C++ implementation of DES encryption and decryption algorithms. With source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:18743
    • 提供者:庞云飞
  1. DES

    0下载:
  2. DES_加密解密算法,使用c++语言。有代码-DES_ encryption and decryption algorithms, using c++ language. A code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:18801
    • 提供者:zhangbin
  1. des

    1下载:
  2. 用c语言实现的des算法基于图像的加密解密-des algorithm for image-based encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:240160
    • 提供者:alleria
  1. dfsd

    0下载:
  2. C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3902
    • 提供者:clint
  1. The-algorithm-of-DES-in-CPP

    0下载:
  2. 加密与解密相关 DES算法的C++实现 8个s盒,16轮迭代-The algorithm of DES in C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:178666
    • 提供者:远行
« 1 2 ... 10 11 12 13 14 1516 17 18 19 »
搜珍网 www.dssz.com