CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - des加密算法c

搜索资源列表

  1. DES

    0下载:
  2. 利用C语言程序实现DES加密算法的加密解密功能。能够实现56位或56*n密钥的des算法,可以通过该程序提供的接口进行数据的加密,保证数据在传送过程的安全性
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3025
    • 提供者:徐小蔚
  1. WjcDes

    0下载:
  2. C写的不到90行的标准DES加密算法代码,DES加密算法,在编程中常用的一种加密算法,使用方便,加密安全,执行效率高,有很多编程朋友都喜欢使用DES加密。 -C less than 90 lines written in the standard DES encryption algorithm code, DES encryption algorithms, commonly used in programming an encryption algorithm, easy to use,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:3209
    • 提供者:madud00088
  1. des

    0下载:
  2. 掌握DES标准的算法描述 采用C语言实现DES加密算法; -Master standard DES algorithm using C language descr iption of DES encryption algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:5842
    • 提供者:vip
  1. des

    0下载:
  2. 本人多年前,用C语言实现的DES加密算法的源代码。-DES C-language.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:4480
    • 提供者:Hill
  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. 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-matlab-encryption

    0下载:
  2. DES算法用C++实现的源代码 只有加密部分,是个实验,程序比较清晰-DES algorithm implemented in C++ source code is only the encrypted portion of the experiment, the procedure is relatively clear
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:238307
    • 提供者:teng
  1. RSADES

    0下载:
  2. DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明-   Void SetKey(const char* Key, int len)    {     Memset(deskey,0,16)     Memcpy(deskey,key,len>16?16:len)     SetSubKey(&SubKey[0],&deskey[0])     Is3DES = len
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:131314
    • 提供者:何旭
  1. DES加密算法

    0下载:
  2. DES加密算法 美国国家加密标准 通过C语言实现 块加密 费斯托密码模型
  3. 所属分类:密码/编码算法

搜珍网 www.dssz.com